Searched refs:BTN_TRIGGER_HAPPY4 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/input/joystick/ |
D | xpad.c | 354 BTN_TRIGGER_HAPPY3, BTN_TRIGGER_HAPPY4, /* d-pad up, down */ 641 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[2] & 0x02); in xpad_process_packet() 691 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[2] & 0x02); in xpad360_process_packet() 863 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[5] & 0x02); in xpadone_process_packet()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 654 #define BTN_TRIGGER_HAPPY4 0x2c3 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 654 #define BTN_TRIGGER_HAPPY4 0x2c3 macro
|
/Linux-v4.19/drivers/hid/ |
D | hid-corsair.c | 66 BTN_TRIGGER_HAPPY4,
|
D | hid-sony.c | 325 [4] = BTN_TRIGGER_HAPPY4,
|