Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h335 #define BTN_WEST 0x134 macro
336 #define BTN_Y BTN_WEST
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h387 #define BTN_WEST 0x134 macro
388 #define BTN_Y BTN_WEST
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h386 #define BTN_WEST 0x134 macro
387 #define BTN_Y BTN_WEST
/external/strace/xlat/
Devdev_keycode.h1956 #if defined(BTN_WEST) || (defined(HAVE_DECL_BTN_WEST) && HAVE_DECL_BTN_WEST)
1958 static_assert((BTN_WEST) == (0x134), "BTN_WEST != 0x134");
1961 # define BTN_WEST 0x134
4154 [BTN_WEST] = XLAT(BTN_WEST),
Devdev_keycode.in312 BTN_WEST 0x134
/external/strace/
DChangeLog6986 (BTN_Y): Remove, an alternative name for BTN_WEST.