Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dxpad.c371 BTN_TRIGGER_HAPPY3, BTN_TRIGGER_HAPPY4, /* d-pad up, down */
683 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[2] & 0x01); in xpad_process_packet()
733 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[2] & 0x01); in xpad360_process_packet()
905 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[5] & 0x01); in xpadone_process_packet()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dxpad.c395 BTN_TRIGGER_HAPPY3, BTN_TRIGGER_HAPPY4, /* d-pad up, down */
773 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[2] & BIT(0)); in xpad_process_packet()
824 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[2] & BIT(0)); in xpad360_process_packet()
1031 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[5] & BIT(0)); in xpadone_process_packet()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-steam.c532 input_set_capability(input, EV_KEY, BTN_TRIGGER_HAPPY3); in steam_input_register()
1194 * 9.7 | BTN_TRIGGER_HAPPY3 | left bottom grip button
1295 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY3, !!(b9 & BIT(7))); in steam_do_deck_input_event()
H A Dhid-corsair.c62 BTN_TRIGGER_HAPPY3,
H A Dhid-sony.c340 [3] = BTN_TRIGGER_HAPPY3,
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h743 #define BTN_TRIGGER_HAPPY3 0x2c2 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dinput-event-codes.h743 #define BTN_TRIGGER_HAPPY3 0x2c2 macro
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-corsair.c62 BTN_TRIGGER_HAPPY3,
H A Dhid-sony.c322 [3] = BTN_TRIGGER_HAPPY3,
/kernel/linux/linux-5.10/include/dt-bindings/input/
H A Dlinux-event-codes.h743 #define BTN_TRIGGER_HAPPY3 0x2c2 macro
/kernel/linux/linux-6.6/include/dt-bindings/input/
H A Dlinux-event-codes.h767 #define BTN_TRIGGER_HAPPY3 0x2c2 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dinput-event-codes.h767 #define BTN_TRIGGER_HAPPY3 0x2c2 macro
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h767 #define BTN_TRIGGER_HAPPY3 0x2c2 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dinput-event-codes.h624 #define BTN_TRIGGER_HAPPY3 0x2c2 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dinput-event-codes.h624 #define BTN_TRIGGER_HAPPY3 0x2c2 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dinput-event-codes.h561 #define BTN_TRIGGER_HAPPY3 0x2c2 macro

Completed in 50 milliseconds