Home
last modified time | relevance | path

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

/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h849 #define REL_MISC 0x09
852 * It was used by HID as REL_MISC+1 and userspace needs to detect if
853 * the next REL_* event is correct or is just REL_MISC + n.
825 #define REL_MISC global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h849 #define REL_MISC 0x09 macro
/linux/drivers/hid/
H A Dhid-debug.c3497 [REL_WHEEL] = "Wheel", [REL_MISC] = "Misc",
H A Dhid-input.c1379 map_rel(REL_MISC); in hidinput_configure_usage()