Home
last modified time | relevance | path

Searched defs:hgsmi_buffer_header (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/vboxvideo/
Dhgsmi_defs.h38 struct hgsmi_buffer_header { struct
39 u32 data_size; /* Size of data that follows the header. */
40 u8 flags; /* HGSMI_BUFFER_HEADER_F_* */
41 u8 channel; /* The channel the data must be routed to. */
42 u16 channel_info; /* Opaque to the HGSMI, used by the channel. */
44 union {
72 } u;