drivers/gpu/drm/vboxvideo/hgsmi_ch_setup.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/vboxvideo/hgsmi_ch_setup.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/vboxvideo/hgsmi_ch_setup.h
Extension
.h
Size
853 bytes
Lines
33
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

struct hgsmi_buffer_location {
	u32 buf_location;
	u32 buf_len;
} __packed;

/* HGSMI setup and configuration data structures. */

#define HGSMIHOSTFLAGS_COMMANDS_PENDING    0x01u
#define HGSMIHOSTFLAGS_IRQ                 0x02u
#define HGSMIHOSTFLAGS_VSYNC               0x10u
#define HGSMIHOSTFLAGS_HOTPLUG             0x20u
#define HGSMIHOSTFLAGS_CURSOR_CAPABILITIES 0x40u

struct hgsmi_host_flags {
	u32 host_flags;
	u32 reserved[3];
} __packed;

#endif

Annotation

Implementation Notes