Home
last modified time | relevance | path

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

/qemu/hw/input/
H A Dvirtio-input-hid.c116 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 Dvirtio-input-host.c153 virtio_input_bits_config(vih, EV_REL, REL_CNT); in virtio_input_host_realize()
/qemu/ui/
H A Dinput-linux.c232 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 Dmain.c374 vi_bits_config(&vi, EV_REL, REL_CNT); in main()
/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h40 #define EV_REL 0x02 macro