Home
last modified time | relevance | path

Searched refs:BTN_TRIGGER_HAPPY21 (Results 1 – 6 of 6) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h561 #define BTN_TRIGGER_HAPPY21 0x2d4 macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h635 #define BTN_TRIGGER_HAPPY21 0x2d4 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h671 #define BTN_TRIGGER_HAPPY21 0x2d4 macro
/external/strace/xlat/
Devdev_keycode.h3693 #if defined(BTN_TRIGGER_HAPPY21) || (defined(HAVE_DECL_BTN_TRIGGER_HAPPY21) && HAVE_DECL_BTN_TRIGGE…
3695 static_assert((BTN_TRIGGER_HAPPY21) == (0x2d4), "BTN_TRIGGER_HAPPY21 != 0x2d4");
3698 # define BTN_TRIGGER_HAPPY21 0x2d4
4449 [BTN_TRIGGER_HAPPY21] = XLAT(BTN_TRIGGER_HAPPY21),
Devdev_keycode.in607 BTN_TRIGGER_HAPPY21 0x2d4
/external/autotest/client/bin/input/
Dlinux_input.py703 BTN_TRIGGER_HAPPY21 = 0x2d4 variable