Searched refs:BTN_TRIGGER_HAPPY8 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/input/joystick/ |
H A D | xpad.c | 449 BTN_TRIGGER_HAPPY7, BTN_TRIGGER_HAPPY8, /* paddle upper left, lower left */ 1036 input_report_key(dev, BTN_TRIGGER_HAPPY8, data[18] & BIT(3)); in xpadone_process_packet() 1121 input_report_key(dev, BTN_TRIGGER_HAPPY8, data[32] & BIT(2)); in xpadone_process_packet() 1134 input_report_key(dev, BTN_TRIGGER_HAPPY8, data[18] & BIT(3)); in xpadone_process_packet() 1149 input_report_key(dev, BTN_TRIGGER_HAPPY8, data[22] & BIT(3)); in xpadone_process_packet()
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 622 #define BTN_TRIGGER_HAPPY8 0x2c7 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 775 #define BTN_TRIGGER_HAPPY8 0x2c7 macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 776 #define BTN_TRIGGER_HAPPY8 0x2c7 775 #define BTN_TRIGGER_HAPPY8 global() macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 776 #define BTN_TRIGGER_HAPPY8 0x2c7 macro
|
/openbmc/linux/drivers/hid/ |
H A D | hid-corsair.c | 67 BTN_TRIGGER_HAPPY8,
|
H A D | hid-sony.c | 345 [8] = BTN_TRIGGER_HAPPY8,
|