Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h571 #define BTN_TRIGGER_HAPPY31 0x2de macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h645 #define BTN_TRIGGER_HAPPY31 0x2de macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h761 #define BTN_TRIGGER_HAPPY31 0x2de macro
/external/strace/xlat/
Devdev_keycode.h3763 #if defined(BTN_TRIGGER_HAPPY31) || (defined(HAVE_DECL_BTN_TRIGGER_HAPPY31) && HAVE_DECL_BTN_TRIGGE…
3765 static_assert((BTN_TRIGGER_HAPPY31) == (0x2de), "BTN_TRIGGER_HAPPY31 != 0x2de");
3768 # define BTN_TRIGGER_HAPPY31 0x2de
4459 [BTN_TRIGGER_HAPPY31] = XLAT(BTN_TRIGGER_HAPPY31),
Devdev_keycode.in617 BTN_TRIGGER_HAPPY31 0x2de
/external/autotest/client/bin/input/
Dlinux_input.py713 BTN_TRIGGER_HAPPY31 = 0x2de variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs628 pub const BTN_TRIGGER_HAPPY31: u16 = 0x2de; constant