Searched refs:BTN_TRIGGER_HAPPY4 (Results 1 - 9 of 9) sorted by path

/linux-master/drivers/hid/
H A Dhid-corsair.c63 BTN_TRIGGER_HAPPY4,
H A Dhid-debug.c3391 [BTN_TRIGGER_HAPPY3] = "TriggerHappy3", [BTN_TRIGGER_HAPPY4] = "TriggerHappy4",
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-sony.c341 [4] = BTN_TRIGGER_HAPPY4,
H A Dhid-steam.c764 input_set_capability(input, EV_KEY, BTN_TRIGGER_HAPPY4);
1530 * 10.0 | BTN_TRIGGER_HAPPY4 | right bottom grip button
1642 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY4, !!(b10 & BIT(0)));
/linux-master/drivers/input/joystick/
H A Dxpad.c404 BTN_TRIGGER_HAPPY3, BTN_TRIGGER_HAPPY4, /* d-pad up, down */
790 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[2] & BIT(1));
841 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[2] & BIT(1));
1048 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[5] & BIT(1));
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h769 #define BTN_TRIGGER_HAPPY4 0x2c3 macro
/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

Completed in 325 milliseconds