Searched refs:BTN_TRIGGER_HAPPY7 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/input/joystick/ |
H A D | xpad.c | 444 BTN_TRIGGER_HAPPY7, BTN_TRIGGER_HAPPY8, /* paddle upper left, lower left */ 1028 input_report_key(dev, BTN_TRIGGER_HAPPY7, data[18] & BIT(2)); in xpadone_process_packet() 1113 input_report_key(dev, BTN_TRIGGER_HAPPY7, data[32] & BIT(0)); in xpadone_process_packet() 1126 input_report_key(dev, BTN_TRIGGER_HAPPY7, data[18] & BIT(2)); in xpadone_process_packet() 1141 input_report_key(dev, BTN_TRIGGER_HAPPY7, data[22] & BIT(2)); in xpadone_process_packet()
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 621 #define BTN_TRIGGER_HAPPY7 0x2c6 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 774 #define BTN_TRIGGER_HAPPY7 0x2c6 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 774 #define BTN_TRIGGER_HAPPY7 0x2c6 macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 774 #define BTN_TRIGGER_HAPPY7 0x2c6 macro
|
/openbmc/linux/drivers/hid/ |
H A D | hid-corsair.c | 66 BTN_TRIGGER_HAPPY7,
|
H A D | hid-sony.c | 344 [7] = BTN_TRIGGER_HAPPY7,
|