Searched refs:BTN_GRIPL (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/input/joystick/ |
| H A D | xpad.c | 463 BTN_GRIPL, BTN_GRIPL2, /* paddle upper left, lower left */ 1067 input_report_key(dev, BTN_GRIPL, data[18] & BIT(2)); in xpadone_process_packet() 1167 input_report_key(dev, BTN_GRIPL, data[32] & BIT(0)); in xpadone_process_packet() 1180 input_report_key(dev, BTN_GRIPL, data[18] & BIT(2)); in xpadone_process_packet() 1195 input_report_key(dev, BTN_GRIPL, data[22] & BIT(2)); in xpadone_process_packet()
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 605 #define BTN_GRIPL 0x224 macro
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3297 [BTN_GRIPL] = "BtnGripL", [BTN_GRIPR] = "BtnGripR",
|