Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h556 #define BTN_TRIGGER_HAPPY16 0x2cf macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h630 #define BTN_TRIGGER_HAPPY16 0x2cf macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h746 #define BTN_TRIGGER_HAPPY16 0x2cf macro
/external/strace/xlat/
Devdev_keycode.h3658 #if defined(BTN_TRIGGER_HAPPY16) || (defined(HAVE_DECL_BTN_TRIGGER_HAPPY16) && HAVE_DECL_BTN_TRIGGE…
3660 static_assert((BTN_TRIGGER_HAPPY16) == (0x2cf), "BTN_TRIGGER_HAPPY16 != 0x2cf");
3663 # define BTN_TRIGGER_HAPPY16 0x2cf
4444 [BTN_TRIGGER_HAPPY16] = XLAT(BTN_TRIGGER_HAPPY16),
Devdev_keycode.in602 BTN_TRIGGER_HAPPY16 0x2cf
/external/autotest/client/bin/input/
Dlinux_input.py698 BTN_TRIGGER_HAPPY16 = 0x2cf variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs613 pub const BTN_TRIGGER_HAPPY16: u16 = 0x2cf; constant