Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py481 BTN_PINKIE = 0x125 variable
1179 BTN_PINKIE : 'PINKIE',
/external/libxkbcommon/test/
Devdev-scancodes.h318 #define BTN_PINKIE 0x125 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h370 #define BTN_PINKIE 0x125 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c174 [BTN_TOP2] = "TopBtn2", [BTN_PINKIE] = "PinkieBtn",
/external/strace/xlat/
Devdev_keycode.h1872 #if defined(BTN_PINKIE) || (defined(HAVE_DECL_BTN_PINKIE) && HAVE_DECL_BTN_PINKIE)
1874 static_assert((BTN_PINKIE) == (0x125), "BTN_PINKIE != 0x125");
1877 # define BTN_PINKIE 0x125
4141 [BTN_PINKIE] = XLAT(BTN_PINKIE),
Devdev_keycode.in299 BTN_PINKIE 0x125
/external/crosvm/devices/src/virtio/input/
Dconstants.rs327 pub const BTN_PINKIE: u16 = 0x125; constant