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

/linux-master/drivers/hid/
H A Dhid-samsung.c203 samsung_kbd_mouse_map_key_clear(BTN_TRIGGER_HAPPY2);
406 samsung_kbd_mouse_map_key_clear(BTN_TRIGGER_HAPPY2);
H A Dhid-corsair.c61 BTN_TRIGGER_HAPPY2,
H A Dhid-steam.c752 input_set_capability(input, EV_KEY, BTN_TRIGGER_HAPPY2);
1447 * 13.2 | BTN_TRIGGER_HAPPY2 | right top grip button
1543 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY2, !!(b13 & BIT(2)));
H A Dhid-sony.c339 [2] = BTN_TRIGGER_HAPPY2,
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h767 #define BTN_TRIGGER_HAPPY2 0x2c1 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h767 #define BTN_TRIGGER_HAPPY2 0x2c1 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h767 #define BTN_TRIGGER_HAPPY2 0x2c1 macro
/linux-master/drivers/input/joystick/
H A Dxpad.c402 BTN_TRIGGER_HAPPY1, BTN_TRIGGER_HAPPY2, /* d-pad left, right */
786 input_report_key(dev, BTN_TRIGGER_HAPPY2, data[2] & BIT(3));
837 input_report_key(dev, BTN_TRIGGER_HAPPY2, data[2] & BIT(3));
1044 input_report_key(dev, BTN_TRIGGER_HAPPY2, data[5] & BIT(3));

Completed in 346 milliseconds