Searched defs:virtio_input_event (Results 1 – 4 of 4) sorted by relevance
70 struct virtio_input_event { struct71 __le16 type;72 __le16 code;73 __le32 value;
70 struct virtio_input_event { struct71 uint16_t type;72 uint16_t code;73 uint32_t value;
18 typedef struct virtio_input_event virtio_input_event; typedef
23 typedef struct virtio_input_event virtio_input_event; typedef