Searched refs:REPORT_ID_HIDPP_SHORT (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/hid/ |
H A D | hid-logitech-dj.c | 31 #define REPORT_ID_HIDPP_SHORT 0x10 macro 1211 REPORT_ID_HIDPP_SHORT, in logi_dj_recv_query_hidpp_devices() 1226 REPORT_ID_HIDPP_SHORT, in logi_dj_recv_query_hidpp_devices() 1304 buf[0] = REPORT_ID_HIDPP_SHORT; in logi_dj_recv_switch_to_dj_mode() 1312 retval = hid_hw_raw_request(hdev, REPORT_ID_HIDPP_SHORT, buf, in logi_dj_recv_switch_to_dj_mode() 1337 static u8 unifying_pairing_query[] = { REPORT_ID_HIDPP_SHORT, 1356 if ((buf[0] == REPORT_ID_HIDPP_SHORT) || in logi_dj_ll_raw_request() 1727 case REPORT_ID_HIDPP_SHORT: in logi_dj_raw_event()
|
H A D | hid-logitech-hidpp.c | 44 #define REPORT_ID_HIDPP_SHORT 0x10 macro 246 case REPORT_ID_HIDPP_SHORT: in __hidpp_send_report() 317 if (response->report_id == REPORT_ID_HIDPP_SHORT && in __do_hidpp_send_message_sync() 418 if (report_id == REPORT_ID_HIDPP_SHORT && in hidpp_send_rap_command_sync() 423 case REPORT_ID_HIDPP_SHORT: in hidpp_send_rap_command_sync() 473 ((report->report_id == REPORT_ID_HIDPP_SHORT) && in hidpp_report_is_connect_event() 613 REPORT_ID_HIDPP_SHORT, in hidpp10_set_register() 626 REPORT_ID_HIDPP_SHORT, in hidpp10_set_register() 722 REPORT_ID_HIDPP_SHORT, in hidpp10_query_battery_status() 774 REPORT_ID_HIDPP_SHORT, in hidpp10_query_battery_mileage() [all …]
|