Home
last modified time | relevance | path

Searched refs:REL_MISC (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h674 #define REL_MISC 0x09 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h827 #define REL_MISC 0x09 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h828 #define REL_MISC 0x09
831 * It was used by HID as REL_MISC+1 and userspace needs to detect if
832 * the next REL_* event is correct or is just REL_MISC + n.
827 #define REL_MISC global() macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h828 #define REL_MISC 0x09 macro
/openbmc/linux/drivers/hid/
H A Dhid-debug.c1007 [REL_WHEEL] = "Wheel", [REL_MISC] = "Misc",
H A Dhid-input.c1340 map_rel(REL_MISC); in hidinput_configure_usage()