Lines Matching refs:report_id
83 u8 report_id; member
138 switch (hidpp_report->report_id) { in __hidpp_send_report()
155 ret = hid_hw_raw_request(hdev, hidpp_report->report_id, in __hidpp_send_report()
202 if (response->report_id == REPORT_ID_HIDPP_SHORT && in hidpp_send_message_sync()
209 if (response->report_id == REPORT_ID_HIDPP_LONG && in hidpp_send_message_sync()
235 message->report_id = REPORT_ID_HIDPP_LONG; in hidpp_send_fap_command_sync()
246 u8 report_id, u8 sub_id, u8 reg_address, u8 *params, int param_count, in hidpp_send_rap_command_sync() argument
252 if ((report_id != REPORT_ID_HIDPP_SHORT) && in hidpp_send_rap_command_sync()
253 (report_id != REPORT_ID_HIDPP_LONG)) in hidpp_send_rap_command_sync()
262 message->report_id = report_id; in hidpp_send_rap_command_sync()
297 return (report->report_id == REPORT_ID_HIDPP_SHORT) && in hidpp_report_is_connect_event()
500 if (response.report_id == REPORT_ID_HIDPP_LONG) in hidpp_devicenametype_get_device_name()