Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py504 BTN_THUMBL = 0x13d variable
1200 BTN_THUMBL : 'THUMBL',
/external/libxkbcommon/test/
Devdev-scancodes.h345 #define BTN_THUMBL 0x13d macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h397 #define BTN_THUMBL 0x13d macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c185 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
/external/strace/xlat/
Devdev_keycode.h2019 #if defined(BTN_THUMBL) || (defined(HAVE_DECL_BTN_THUMBL) && HAVE_DECL_BTN_THUMBL)
2021 static_assert((BTN_THUMBL) == (0x13d), "BTN_THUMBL != 0x13d");
2024 # define BTN_THUMBL 0x13d
4163 [BTN_THUMBL] = XLAT(BTN_THUMBL),
Devdev_keycode.in321 BTN_THUMBL 0x13d
/external/crosvm/devices/src/virtio/input/
Dconstants.rs354 pub const BTN_THUMBL: u16 = 0x13d; constant