Searched refs:BTN_TRIGGER_HAPPY3 (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-samsung.c215 samsung_kbd_mouse_map_key_clear(BTN_TRIGGER_HAPPY3);
418 samsung_kbd_mouse_map_key_clear(BTN_TRIGGER_HAPPY3);
H A Dhid-corsair.c62 BTN_TRIGGER_HAPPY3,
H A Dhid-steam.c753 input_set_capability(input, EV_KEY, BTN_TRIGGER_HAPPY3);
1420 * 9.7 | BTN_TRIGGER_HAPPY3 | left bottom grip button
1532 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY3, !!(b9 & BIT(7)));
H A Dhid-sony.c340 [3] = BTN_TRIGGER_HAPPY3,
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h768 #define BTN_TRIGGER_HAPPY3 0x2c2 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h768 #define BTN_TRIGGER_HAPPY3 0x2c2 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h768 #define BTN_TRIGGER_HAPPY3 0x2c2 macro
/linux-master/drivers/input/joystick/
H A Dxpad.c403 BTN_TRIGGER_HAPPY3, BTN_TRIGGER_HAPPY4, /* d-pad up, down */
787 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[2] & BIT(0));
838 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[2] & BIT(0));
1045 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[5] & BIT(0));

Completed in 145 milliseconds