Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py466 BTN_5 = 0x105 variable
1168 BTN_5 : '5',
/external/libxkbcommon/test/
Devdev-scancodes.h296 #define BTN_5 0x105 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h349 #define BTN_5 0x105 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c165 [BTN_4] = "Btn4", [BTN_5] = "Btn5",
/external/strace/xlat/
Devdev_keycode.h1746 #if defined(BTN_5) || (defined(HAVE_DECL_BTN_5) && HAVE_DECL_BTN_5)
1748 static_assert((BTN_5) == (0x105), "BTN_5 != 0x105");
1751 # define BTN_5 0x105
4121 [BTN_5] = XLAT(BTN_5),
Devdev_keycode.in279 BTN_5 0x105
/external/crosvm/devices/src/virtio/input/
Dconstants.rs305 pub const BTN_5: u16 = 0x105; constant