Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py476 BTN_BASE = 0x126 variable
1171 BTN_BASE : 'BASE',
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h319 #define BTN_BASE 0x126 macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h370 #define BTN_BASE 0x126 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h371 #define BTN_BASE 0x126 macro
/external/strace/xlat/
Devdev_keycode.h1879 #if defined(BTN_BASE) || (defined(HAVE_DECL_BTN_BASE) && HAVE_DECL_BTN_BASE)
1881 static_assert((BTN_BASE) == (0x126), "BTN_BASE != 0x126");
1884 # define BTN_BASE 0x126
4142 [BTN_BASE] = XLAT(BTN_BASE),
Devdev_keycode.in300 BTN_BASE 0x126
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c175 [BTN_BASE] = "BaseBtn", [BTN_BASE2] = "BaseBtn2",