Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py499 BTN_TL2 = 0x138 variable
1195 BTN_TL2 : 'TL2',
/external/libxkbcommon/test/
Devdev-scancodes.h340 #define BTN_TL2 0x138 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h392 #define BTN_TL2 0x138 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c182 [BTN_TR] = "BtnTR", [BTN_TL2] = "BtnTL2",
/external/strace/xlat/
Devdev_keycode.h1984 #if defined(BTN_TL2) || (defined(HAVE_DECL_BTN_TL2) && HAVE_DECL_BTN_TL2)
1986 static_assert((BTN_TL2) == (0x138), "BTN_TL2 != 0x138");
1989 # define BTN_TL2 0x138
4158 [BTN_TL2] = XLAT(BTN_TL2),
Devdev_keycode.in316 BTN_TL2 0x138
/external/crosvm/devices/src/virtio/input/
Dconstants.rs349 pub const BTN_TL2: u16 = 0x138; constant