Home
last modified time | relevance | path

Searched refs:BTN_MISC (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Djoystick.h69 #define JSIOCSBTNMAP _IOW('j', 0x33, __u16[KEY_MAX - BTN_MISC + 1]) /* set button mapping */
70 #define JSIOCGBTNMAP _IOR('j', 0x34, __u16[KEY_MAX - BTN_MISC + 1]) /* get button mapping */
Dinput-event-codes.h341 #define BTN_MISC 0x100 macro
/external/autotest/client/bin/input/
Dlinux_input.py447 BTN_MISC = 0x100 variable