Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py467 BTN_6 = 0x106 variable
1169 BTN_6 : '6',
/external/libxkbcommon/test/
Devdev-scancodes.h297 #define BTN_6 0x106 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h350 #define BTN_6 0x106 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c166 [BTN_6] = "Btn6", [BTN_7] = "Btn7",
/external/strace/xlat/
Devdev_keycode.h1753 #if defined(BTN_6) || (defined(HAVE_DECL_BTN_6) && HAVE_DECL_BTN_6)
1755 static_assert((BTN_6) == (0x106), "BTN_6 != 0x106");
1758 # define BTN_6 0x106
4122 [BTN_6] = XLAT(BTN_6),
Devdev_keycode.in280 BTN_6 0x106
/external/crosvm/devices/src/virtio/input/
Dconstants.rs306 pub const BTN_6: u16 = 0x106; constant