Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py497 BTN_MODE = 0x13c variable
1190 BTN_MODE : 'MODE',
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h344 #define BTN_MODE 0x13c macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h395 #define BTN_MODE 0x13c macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h396 #define BTN_MODE 0x13c macro
/external/strace/xlat/
Devdev_keycode.h2012 #if defined(BTN_MODE) || (defined(HAVE_DECL_BTN_MODE) && HAVE_DECL_BTN_MODE)
2014 static_assert((BTN_MODE) == (0x13c), "BTN_MODE != 0x13c");
2017 # define BTN_MODE 0x13c
4162 [BTN_MODE] = XLAT(BTN_MODE),
Devdev_keycode.in320 BTN_MODE 0x13c
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c184 [BTN_START] = "BtnStart", [BTN_MODE] = "BtnMode",