Lines Matching refs:report_id
94 u8 report_id; member
149 switch (hidpp_report->report_id) { in __hidpp_send_report()
166 ret = hid_hw_raw_request(hdev, hidpp_report->report_id, in __hidpp_send_report()
213 if (response->report_id == REPORT_ID_HIDPP_SHORT && in hidpp_send_message_sync()
220 if (response->report_id == REPORT_ID_HIDPP_LONG && in hidpp_send_message_sync()
246 message->report_id = REPORT_ID_HIDPP_LONG; in hidpp_send_fap_command_sync()
257 u8 report_id, u8 sub_id, u8 reg_address, u8 *params, int param_count, in hidpp_send_rap_command_sync() argument
263 if ((report_id != REPORT_ID_HIDPP_SHORT) && in hidpp_send_rap_command_sync()
264 (report_id != REPORT_ID_HIDPP_LONG)) in hidpp_send_rap_command_sync()
273 message->report_id = report_id; in hidpp_send_rap_command_sync()
308 return (report->report_id == REPORT_ID_HIDPP_SHORT) && in hidpp_report_is_connect_event()
511 if (response.report_id == REPORT_ID_HIDPP_LONG) in hidpp_devicenametype_get_device_name()