Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h545 #define BTN_TRIGGER_HAPPY5 0x2c4 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h655 #define BTN_TRIGGER_HAPPY5 0x2c4 macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h619 #define BTN_TRIGGER_HAPPY5 0x2c4 macro
/external/strace/xlat/
Devdev_keycode.h3581 #if defined(BTN_TRIGGER_HAPPY5) || (defined(HAVE_DECL_BTN_TRIGGER_HAPPY5) && HAVE_DECL_BTN_TRIGGER_…
3583 static_assert((BTN_TRIGGER_HAPPY5) == (0x2c4), "BTN_TRIGGER_HAPPY5 != 0x2c4");
3586 # define BTN_TRIGGER_HAPPY5 0x2c4
4433 [BTN_TRIGGER_HAPPY5] = XLAT(BTN_TRIGGER_HAPPY5),
Devdev_keycode.in591 BTN_TRIGGER_HAPPY5 0x2c4
/external/autotest/client/bin/input/
Dlinux_input.py687 BTN_TRIGGER_HAPPY5 = 0x2c4 variable