Searched refs:BTN_GRIPR (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/input/joystick/ |
| H A D | xpad.c | 462 BTN_GRIPR, BTN_GRIPR2, /* paddle upper right, lower right */ 1065 input_report_key(dev, BTN_GRIPR, data[18] & BIT(0)); in xpadone_process_packet() 1165 input_report_key(dev, BTN_GRIPR, data[32] & BIT(1)); in xpadone_process_packet() 1178 input_report_key(dev, BTN_GRIPR, data[18] & BIT(0)); in xpadone_process_packet() 1193 input_report_key(dev, BTN_GRIPR, data[22] & BIT(0)); in xpadone_process_packet()
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 606 #define BTN_GRIPR 0x225 macro
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3297 [BTN_GRIPL] = "BtnGripL", [BTN_GRIPR] = "BtnGripR",
|