Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvirtio_input.h70 struct virtio_input_event { struct
71 __le16 type;
72 __le16 code;
73 __le32 value;
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_input.h70 struct virtio_input_event { struct
71 uint16_t type;
72 uint16_t code;
73 uint32_t value;
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-input.h18 typedef struct virtio_input_event virtio_input_event; typedef
/openbmc/qemu/contrib/vhost-user-input/
H A Dmain.c23 typedef struct virtio_input_event virtio_input_event; typedef