Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py493 BTN_C = 0x132 variable
1189 BTN_C : 'C',
/external/libxkbcommon/test/
Devdev-scancodes.h332 #define BTN_C 0x132 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h384 #define BTN_C 0x132 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c179 [BTN_B] = "BtnB", [BTN_C] = "BtnC",
/external/strace/xlat/
Devdev_keycode.h1942 #if defined(BTN_C) || (defined(HAVE_DECL_BTN_C) && HAVE_DECL_BTN_C)
1944 static_assert((BTN_C) == (0x132), "BTN_C != 0x132");
1947 # define BTN_C 0x132
4152 [BTN_C] = XLAT(BTN_C),
Devdev_keycode.in310 BTN_C 0x132
/external/crosvm/devices/src/virtio/input/
Dconstants.rs341 pub const BTN_C: u16 = 0x132; constant