Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py477 BTN_BASE2 = 0x127 variable
1172 BTN_BASE2 : 'BASE2',
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h320 #define BTN_BASE2 0x127 macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h371 #define BTN_BASE2 0x127 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h372 #define BTN_BASE2 0x127 macro
/external/strace/xlat/
Devdev_keycode.h1886 #if defined(BTN_BASE2) || (defined(HAVE_DECL_BTN_BASE2) && HAVE_DECL_BTN_BASE2)
1888 static_assert((BTN_BASE2) == (0x127), "BTN_BASE2 != 0x127");
1891 # define BTN_BASE2 0x127
4143 [BTN_BASE2] = XLAT(BTN_BASE2),
Devdev_keycode.in301 BTN_BASE2 0x127
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c175 [BTN_BASE] = "BaseBtn", [BTN_BASE2] = "BaseBtn2",