Home
last modified time | relevance | path

Searched refs:BTN_THUMB (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/bin/input/
Dlinux_input.py471 BTN_THUMB = 0x121 variable
1166 BTN_THUMB : 'THUMB',
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h314 #define BTN_THUMB 0x121 macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h365 #define BTN_THUMB 0x121 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h366 #define BTN_THUMB 0x121 macro
/external/strace/xlat/
Devdev_keycode.h1844 #if defined(BTN_THUMB) || (defined(HAVE_DECL_BTN_THUMB) && HAVE_DECL_BTN_THUMB)
1846 static_assert((BTN_THUMB) == (0x121), "BTN_THUMB != 0x121");
1849 # define BTN_THUMB 0x121
4137 [BTN_THUMB] = XLAT(BTN_THUMB),
Devdev_keycode.in295 BTN_THUMB 0x121
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c172 [BTN_TRIGGER] = "Trigger", [BTN_THUMB] = "ThumbBtn",