Searched refs:BTN_TRIGGER_HAPPY2 (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/input/joystick/ |
| A D | xpad.c | 358 BTN_TRIGGER_HAPPY1, BTN_TRIGGER_HAPPY2, /* d-pad left, right */ 660 input_report_key(dev, BTN_TRIGGER_HAPPY2, data[2] & 0x08); in xpad_process_packet() 710 input_report_key(dev, BTN_TRIGGER_HAPPY2, data[2] & 0x08); in xpad360_process_packet() 884 input_report_key(dev, BTN_TRIGGER_HAPPY2, data[5] & 0x08); in xpadone_process_packet()
|
| /linux/include/dt-bindings/input/ |
| A D | linux-event-codes.h | 740 #define BTN_TRIGGER_HAPPY2 0x2c1 macro
|
| /linux/include/uapi/linux/ |
| A D | input-event-codes.h | 740 #define BTN_TRIGGER_HAPPY2 0x2c1 macro
|
| /linux/drivers/hid/ |
| A D | hid-corsair.c | 61 BTN_TRIGGER_HAPPY2,
|
| A D | hid-sony.c | 349 [2] = BTN_TRIGGER_HAPPY2,
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| A D | rk3326-odroid-go2.dts | 122 linux,code = <BTN_TRIGGER_HAPPY2>;
|
Completed in 26 milliseconds