Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py456 BTN_2 = 0x102 variable
1158 BTN_2 : '0',
/external/libxkbcommon/test/
Devdev-scancodes.h293 #define BTN_2 0x102 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h345 #define BTN_2 0x102 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c164 [BTN_2] = "Btn2", [BTN_3] = "Btn3",
/external/strace/xlat/
Devdev_keycode.h1725 #if defined(BTN_2) || (defined(HAVE_DECL_BTN_2) && HAVE_DECL_BTN_2)
1727 static_assert((BTN_2) == (0x102), "BTN_2 != 0x102");
1730 # define BTN_2 0x102
4118 [BTN_2] = XLAT(BTN_2),
Devdev_keycode.in276 BTN_2 0x102
/external/crosvm/devices/src/virtio/input/
Dconstants.rs302 pub const BTN_2: u16 = 0x102; constant