Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h560 #define BTN_TRIGGER_HAPPY20 0x2d3 macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h634 #define BTN_TRIGGER_HAPPY20 0x2d3 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h750 #define BTN_TRIGGER_HAPPY20 0x2d3 macro
/external/strace/xlat/
Devdev_keycode.h3686 #if defined(BTN_TRIGGER_HAPPY20) || (defined(HAVE_DECL_BTN_TRIGGER_HAPPY20) && HAVE_DECL_BTN_TRIGGE…
3688 static_assert((BTN_TRIGGER_HAPPY20) == (0x2d3), "BTN_TRIGGER_HAPPY20 != 0x2d3");
3691 # define BTN_TRIGGER_HAPPY20 0x2d3
4448 [BTN_TRIGGER_HAPPY20] = XLAT(BTN_TRIGGER_HAPPY20),
Devdev_keycode.in606 BTN_TRIGGER_HAPPY20 0x2d3
/external/autotest/client/bin/input/
Dlinux_input.py702 BTN_TRIGGER_HAPPY20 = 0x2d3 variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs617 pub const BTN_TRIGGER_HAPPY20: u16 = 0x2d3; constant