Home
last modified time | relevance | path

Searched refs:EV_SYN (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/input/
H A Dvirtio-input.c41 if (event->type != cpu_to_le16(EV_SYN) || in virtio_input_send()
H A Dvirtio-input-hid.c176 .type = cpu_to_le16(EV_SYN), in virtio_input_handle_sync()
/qemu/contrib/vhost-user-input/
H A Dmain.c54 if (event->type != cpu_to_le16(EV_SYN) || in vi_input_send()
/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h38 #define EV_SYN 0x00 macro
/qemu/ui/
H A Dinput-linux.c257 case EV_SYN: in input_linux_handle_mouse()