Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Djoystick.h66 #define JSIOCSBTNMAP _IOW('j', 0x33, __u16[KEY_MAX - BTN_MISC + 1]) /* set button mapping */
67 #define JSIOCGBTNMAP _IOR('j', 0x34, __u16[KEY_MAX - BTN_MISC + 1]) /* get button mapping */
Dinput-event-codes.h342 #define BTN_MISC 0x100 macro
/external/libxkbcommon/test/
Devdev-scancodes.h290 #define BTN_MISC 0x100 macro
/external/autotest/client/bin/input/
Dlinux_input.py453 BTN_MISC = 0x100 variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs299 pub const BTN_MISC: u16 = 0x100; constant