Searched refs:REPORT_ID_HIDPP_SHORT (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-logitech-hidpp.c | 44 #define REPORT_ID_HIDPP_SHORT 0x10 macro 231 case REPORT_ID_HIDPP_SHORT: in __hidpp_send_report() 301 if (response->report_id == REPORT_ID_HIDPP_SHORT && in hidpp_send_message_sync() 357 if (report_id == REPORT_ID_HIDPP_SHORT && in hidpp_send_rap_command_sync() 362 case REPORT_ID_HIDPP_SHORT: in hidpp_send_rap_command_sync() 419 ((report->report_id == REPORT_ID_HIDPP_SHORT) && in hidpp_report_is_connect_event() 538 REPORT_ID_HIDPP_SHORT, in hidpp10_set_register() 551 REPORT_ID_HIDPP_SHORT, in hidpp10_set_register() 647 REPORT_ID_HIDPP_SHORT, in hidpp10_query_battery_status() 699 REPORT_ID_HIDPP_SHORT, in hidpp10_query_battery_mileage() [all …]
|
D | hid-logitech-dj.c | 31 #define REPORT_ID_HIDPP_SHORT 0x10 macro 1145 REPORT_ID_HIDPP_SHORT, in logi_dj_recv_query_hidpp_devices() 1160 REPORT_ID_HIDPP_SHORT, in logi_dj_recv_query_hidpp_devices() 1233 buf[0] = REPORT_ID_HIDPP_SHORT; in logi_dj_recv_switch_to_dj_mode() 1241 hid_hw_raw_request(hdev, REPORT_ID_HIDPP_SHORT, buf, in logi_dj_recv_switch_to_dj_mode() 1266 static u8 unifying_pairing_query[] = { REPORT_ID_HIDPP_SHORT, 1285 if ((buf[0] == REPORT_ID_HIDPP_SHORT) || in logi_dj_ll_raw_request() 1641 case REPORT_ID_HIDPP_SHORT: in logi_dj_raw_event()
|