Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py462 BTN_1 = 0x101 variable
1164 BTN_1 : '1',
/external/libxkbcommon/test/
Devdev-scancodes.h292 #define BTN_1 0x101 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h345 #define BTN_1 0x101 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c163 [BTN_0] = "Btn0", [BTN_1] = "Btn1",
/external/strace/xlat/
Devdev_keycode.h1718 #if defined(BTN_1) || (defined(HAVE_DECL_BTN_1) && HAVE_DECL_BTN_1)
1720 static_assert((BTN_1) == (0x101), "BTN_1 != 0x101");
1723 # define BTN_1 0x101
4117 [BTN_1] = XLAT(BTN_1),
Devdev_keycode.in275 BTN_1 0x101
/external/crosvm/devices/src/virtio/input/
Dconstants.rs301 pub const BTN_1: u16 = 0x101; constant