Home
last modified time | relevance | path

Searched refs:BTN_TRIGGER_HAPPY (Results 1 - 9 of 9) sorted by relevance

/third_party/eudev/src/shared/
H A Dmissing.h180 #ifndef BTN_TRIGGER_HAPPY
181 #define BTN_TRIGGER_HAPPY 0x2c0 macro
/third_party/libinput/src/
H A Devdev-fallback.h219 if (code >= KEY_ALS_TOGGLE && code < BTN_TRIGGER_HAPPY) in get_key_type()
221 if (code >= BTN_TRIGGER_HAPPY && code <= BTN_TRIGGER_HAPPY40) in get_key_type()
H A Devdev.c1937 for (code = BTN_TRIGGER_HAPPY; code <= BTN_TRIGGER_HAPPY40; code++) { in evdev_device_is_joystick_or_gamepad()
1957 for (code = KEY_ALS_TOGGLE; code < BTN_TRIGGER_HAPPY; code++) { in evdev_device_is_joystick_or_gamepad()
/third_party/libevdev/test/
H A Dtest-event-names.c87 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_TRIGGER_HAPPY), "BTN_TRIGGER_HAPPY1"); in START_TEST()
101 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_TRIGGER_HAPPY), "BTN_TRIGGER_HAPPY1"); in START_TEST()
/third_party/eudev/src/udev/
H A Dudev-builtin-input_id.c53 { KEY_ALS_TOGGLE, BTN_TRIGGER_HAPPY }
/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h776 #define BTN_TRIGGER_HAPPY 0x2c0 macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h733 #define BTN_TRIGGER_HAPPY 0x2c0 macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h733 #define BTN_TRIGGER_HAPPY 0x2c0 macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h761 #define BTN_TRIGGER_HAPPY 0x2c0 macro

Completed in 17 milliseconds