Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dvirtio-input-hid.c117 event.code = cpu_to_le16(REL_WHEEL); in virtio_input_handle_event()
376 (1 << (REL_WHEEL - 8))
488 (1 << (REL_WHEEL - 8))
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h673 #define REL_WHEEL 0x08 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h827 #define REL_WHEEL 0x08 macro
/openbmc/qemu/ui/
H A Dinput-linux.c240 case REL_WHEEL: in input_linux_handle_mouse()