Home
last modified time | relevance | path

Searched refs:SYN_REPORT (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/input/
H A Dvirtio-input.c42 event->code != cpu_to_le16(SYN_REPORT)) { in virtio_input_send()
H A Dvirtio-input-hid.c177 .code = cpu_to_le16(SYN_REPORT), in virtio_input_handle_sync()
/qemu/contrib/vhost-user-input/
H A Dmain.c55 event->code != cpu_to_le16(SYN_REPORT)) { in vi_input_send()
/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h57 #define SYN_REPORT 0 macro