Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py482 BTN_DEAD = 0x12f variable
1177 BTN_DEAD : 'DEAD',
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h325 #define BTN_DEAD 0x12f macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h376 #define BTN_DEAD 0x12f macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h377 #define BTN_DEAD 0x12f macro
/external/strace/xlat/
Devdev_keycode.h1921 #if defined(BTN_DEAD) || (defined(HAVE_DECL_BTN_DEAD) && HAVE_DECL_BTN_DEAD)
1923 static_assert((BTN_DEAD) == (0x12f), "BTN_DEAD != 0x12f");
1926 # define BTN_DEAD 0x12f
4148 [BTN_DEAD] = XLAT(BTN_DEAD),
Devdev_keycode.in306 BTN_DEAD 0x12f
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c178 [BTN_DEAD] = "BtnDead", [BTN_A] = "BtnA",