Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py505 BTN_THUMBR = 0x13e variable
1201 BTN_THUMBR : 'THUMBR',
/external/libxkbcommon/test/
Devdev-scancodes.h346 #define BTN_THUMBR 0x13e macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h398 #define BTN_THUMBR 0x13e macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c185 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
/external/strace/xlat/
Devdev_keycode.h2026 #if defined(BTN_THUMBR) || (defined(HAVE_DECL_BTN_THUMBR) && HAVE_DECL_BTN_THUMBR)
2028 static_assert((BTN_THUMBR) == (0x13e), "BTN_THUMBR != 0x13e");
2031 # define BTN_THUMBR 0x13e
4164 [BTN_THUMBR] = XLAT(BTN_THUMBR),
Devdev_keycode.in322 BTN_THUMBR 0x13e
/external/crosvm/devices/src/virtio/input/
Dconstants.rs355 pub const BTN_THUMBR: u16 = 0x13e; constant