Searched refs:REPORT_ID_HIDPP_SHORT (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/hid/ |
| D | hid-logitech-hidpp.c | 44 #define REPORT_ID_HIDPP_SHORT 0x10 macro 218 case REPORT_ID_HIDPP_SHORT: in __hidpp_send_report() 288 if (response->report_id == REPORT_ID_HIDPP_SHORT && in hidpp_send_message_sync() 344 case REPORT_ID_HIDPP_SHORT: in hidpp_send_rap_command_sync() 398 return (report->report_id == REPORT_ID_HIDPP_SHORT) && in hidpp_report_is_connect_event() 517 REPORT_ID_HIDPP_SHORT, in hidpp10_set_register() 530 REPORT_ID_HIDPP_SHORT, in hidpp10_set_register() 626 REPORT_ID_HIDPP_SHORT, in hidpp10_query_battery_status() 678 REPORT_ID_HIDPP_SHORT, in hidpp10_query_battery_mileage() 701 if (report->report_id != REPORT_ID_HIDPP_SHORT) in hidpp10_battery_event() [all …]
|
| D | hid-logitech-dj.c | 31 #define REPORT_ID_HIDPP_SHORT 0x10 macro 1113 REPORT_ID_HIDPP_SHORT, in logi_dj_recv_query_hidpp_devices() 1128 REPORT_ID_HIDPP_SHORT, in logi_dj_recv_query_hidpp_devices() 1201 buf[0] = REPORT_ID_HIDPP_SHORT; in logi_dj_recv_switch_to_dj_mode() 1209 hid_hw_raw_request(hdev, REPORT_ID_HIDPP_SHORT, buf, in logi_dj_recv_switch_to_dj_mode() 1234 static u8 unifying_pairing_query[] = { REPORT_ID_HIDPP_SHORT, 1253 if ((buf[0] == REPORT_ID_HIDPP_SHORT) || in logi_dj_ll_raw_request() 1607 case REPORT_ID_HIDPP_SHORT: in logi_dj_raw_event()
|