Searched refs:BTN_GRIPR (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 */ 1057 input_report_key(dev, BTN_GRIPR, data[18] & BIT(0)); in xpadone_process_packet() 1157 input_report_key(dev, BTN_GRIPR, data[32] & BIT(1)); in xpadone_process_packet() 1170 input_report_key(dev, BTN_GRIPR, data[18] & BIT(0)); in xpadone_process_packet() 1185 input_report_key(dev, BTN_GRIPR, data[22] & BIT(0)); in xpadone_process_packet()
|
| /linux/drivers/hid/ |
| H A D | hid-steam.c | 759 input_set_capability(input, EV_KEY, BTN_GRIPR); in steam_input_register() 1486 input_event(input, EV_KEY, BTN_GRIPR, !!(b10 & BIT(0))); in steam_do_input_event() 1670 input_event(input, EV_KEY, BTN_GRIPR, !!(b13 & BIT(2))); in steam_do_deck_input_event()
|
| H A D | hid-debug.c | 3297 [BTN_GRIPL] = "BtnGripL", [BTN_GRIPR] = "BtnGripR",
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 606 #define BTN_GRIPR 0x225 macro
|