Searched refs:EV_REL (Results 1 – 5 of 5) sorted by relevance
/qemu/hw/input/ |
H A D | virtio-input-hid.c | 116 event.type = cpu_to_le16(EV_REL); in virtio_input_handle_event() 136 event.type = cpu_to_le16(EV_REL); in virtio_input_handle_event() 347 .subsel = EV_REL, 372 .subsel = EV_REL, 484 .subsel = EV_REL,
|
H A D | virtio-input-host.c | 153 virtio_input_bits_config(vih, EV_REL, REL_CNT); in virtio_input_host_realize()
|
/qemu/ui/ |
H A D | input-linux.c | 232 case EV_REL: in input_linux_handle_mouse() 335 if (evtmap & (1 << EV_REL)) { in input_linux_complete() 337 rc = ioctl(il->fd, EVIOCGBIT(EV_REL, sizeof(relmap)), &relmap); in input_linux_complete()
|
/qemu/contrib/vhost-user-input/ |
H A D | main.c | 374 vi_bits_config(&vi, EV_REL, REL_CNT); in main()
|
/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 40 #define EV_REL 0x02 macro
|