Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py458 BTN_4 = 0x104 variable
1160 BTN_4 : '4',
/external/libxkbcommon/test/
Devdev-scancodes.h295 #define BTN_4 0x104 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h347 #define BTN_4 0x104 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c165 [BTN_4] = "Btn4", [BTN_5] = "Btn5",
/external/strace/xlat/
Devdev_keycode.h1739 #if defined(BTN_4) || (defined(HAVE_DECL_BTN_4) && HAVE_DECL_BTN_4)
1741 static_assert((BTN_4) == (0x104), "BTN_4 != 0x104");
1744 # define BTN_4 0x104
4120 [BTN_4] = XLAT(BTN_4),
Devdev_keycode.in278 BTN_4 0x104
/external/crosvm/devices/src/virtio/input/
Dconstants.rs304 pub const BTN_4: u16 = 0x104; constant