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

/linux-master/drivers/hid/
H A Dhid-samsung.c207 samsung_kbd_mouse_map_key_clear(BTN_TRIGGER_HAPPY4);
410 samsung_kbd_mouse_map_key_clear(BTN_TRIGGER_HAPPY4);
H A Dhid-corsair.c63 BTN_TRIGGER_HAPPY4,
H A Dhid-steam.c754 input_set_capability(input, EV_KEY, BTN_TRIGGER_HAPPY4);
1421 * 10.0 | BTN_TRIGGER_HAPPY4 | right bottom grip button
1533 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY4, !!(b10 & BIT(0)));
H A Dhid-sony.c341 [4] = BTN_TRIGGER_HAPPY4,
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h769 #define BTN_TRIGGER_HAPPY4 0x2c3 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h769 #define BTN_TRIGGER_HAPPY4 0x2c3 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h769 #define BTN_TRIGGER_HAPPY4 0x2c3 macro
/linux-master/drivers/input/joystick/
H A Dxpad.c403 BTN_TRIGGER_HAPPY3, BTN_TRIGGER_HAPPY4, /* d-pad up, down */
788 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[2] & BIT(1));
839 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[2] & BIT(1));
1046 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[5] & BIT(1));

Completed in 208 milliseconds