Searched refs:BTN_GRIPR2 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/input/joystick/ |
| H A D | xpad.c | 456 BTN_GRIPR, BTN_GRIPR2, /* paddle upper right, lower right */ 1058 input_report_key(dev, BTN_GRIPR2, data[18] & BIT(1)); in xpadone_process_packet() 1158 input_report_key(dev, BTN_GRIPR2, data[32] & BIT(3)); in xpadone_process_packet() 1171 input_report_key(dev, BTN_GRIPR2, data[18] & BIT(1)); in xpadone_process_packet() 1186 input_report_key(dev, BTN_GRIPR2, data[22] & BIT(1)); in xpadone_process_packet()
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 608 #define BTN_GRIPR2 0x227 macro
|
| /linux/drivers/hid/ |
| H A D | hid-steam.c | 763 input_set_capability(input, EV_KEY, BTN_GRIPR2); in steam_input_register() 1660 input_event(input, EV_KEY, BTN_GRIPR2, !!(b10 & BIT(0))); in steam_do_deck_input_event()
|
| H A D | hid-debug.c | 3298 [BTN_GRIPL2] = "BtnGripL2", [BTN_GRIPR2] = "BtnGripR2",
|