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

/linux-master/drivers/hid/
H A Dhid-samsung.c199 samsung_kbd_mouse_map_key_clear(BTN_TRIGGER_HAPPY1);
402 samsung_kbd_mouse_map_key_clear(BTN_TRIGGER_HAPPY1);
H A Dhid-corsair.c60 BTN_TRIGGER_HAPPY1,
H A Dhid-steam.c751 input_set_capability(input, EV_KEY, BTN_TRIGGER_HAPPY1);
1446 * 13.1 | BTN_TRIGGER_HAPPY1 | left top grip button
1542 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY1, !!(b13 & BIT(1)));
H A Dhid-sony.c338 [1] = BTN_TRIGGER_HAPPY1,
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h766 #define BTN_TRIGGER_HAPPY1 0x2c0 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h766 #define BTN_TRIGGER_HAPPY1 0x2c0 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h766 #define BTN_TRIGGER_HAPPY1 0x2c0 macro
/linux-master/drivers/input/joystick/
H A Dxpad.c402 BTN_TRIGGER_HAPPY1, BTN_TRIGGER_HAPPY2, /* d-pad left, right */
785 input_report_key(dev, BTN_TRIGGER_HAPPY1, data[2] & BIT(2));
836 input_report_key(dev, BTN_TRIGGER_HAPPY1, data[2] & BIT(2));
1043 input_report_key(dev, BTN_TRIGGER_HAPPY1, data[5] & BIT(2));

Completed in 250 milliseconds