Lines Matching refs:hidpp_report

125 struct hidpp_report {  struct
212 struct hidpp_report *hidpp_report) in __hidpp_send_report() argument
217 switch (hidpp_report->report_id) { in __hidpp_send_report()
235 hidpp_report->device_index = 0xff; in __hidpp_send_report()
238 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
240 ret = hid_hw_raw_request(hdev, hidpp_report->report_id, in __hidpp_send_report()
241 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report()
257 struct hidpp_report *message, in hidpp_send_message_sync()
258 struct hidpp_report *response) in hidpp_send_message_sync()
277 memset(response, 0, sizeof(struct hidpp_report)); in hidpp_send_message_sync()
284 memset(response, 0, sizeof(struct hidpp_report)); in hidpp_send_message_sync()
311 struct hidpp_report *response) in hidpp_send_fap_command_sync()
313 struct hidpp_report *message; in hidpp_send_fap_command_sync()
319 message = kzalloc(sizeof(struct hidpp_report), GFP_KERNEL); in hidpp_send_fap_command_sync()
338 struct hidpp_report *response) in hidpp_send_rap_command_sync()
340 struct hidpp_report *message; in hidpp_send_rap_command_sync()
360 message = kzalloc(sizeof(struct hidpp_report), GFP_KERNEL); in hidpp_send_rap_command_sync()
380 static inline bool hidpp_match_answer(struct hidpp_report *question, in hidpp_match_answer()
381 struct hidpp_report *answer) in hidpp_match_answer()
387 static inline bool hidpp_match_error(struct hidpp_report *question, in hidpp_match_error()
388 struct hidpp_report *answer) in hidpp_match_error()
396 static inline bool hidpp_report_is_connect_event(struct hidpp_report *report) in hidpp_report_is_connect_event()
512 struct hidpp_report response; in hidpp10_set_register()
622 struct hidpp_report response; in hidpp10_query_battery_status()
674 struct hidpp_report response; in hidpp10_query_battery_mileage()
697 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp10_battery_event()
743 struct hidpp_report response; in hidpp_unifying_get_name()
779 struct hidpp_report response; in hidpp_unifying_get_serial()
838 struct hidpp_report response; in hidpp_root_get_feature()
862 struct hidpp_report response; in hidpp_root_get_protocol_version()
917 struct hidpp_report response; in hidpp_devicenametype_get_count()
939 struct hidpp_report response; in hidpp_devicenametype_get_device_name()
1098 struct hidpp_report response; in hidpp20_batterylevel_get_battery_capacity()
1123 struct hidpp_report response; in hidpp20_batterylevel_get_battery_info()
1190 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp20_battery_event()
1291 struct hidpp_report response; in hidpp_hrs_set_highres_scrolling_mode()
1325 struct hidpp_report response; in hidpp_hrw_get_wheel_capability()
1353 struct hidpp_report response; in hidpp_hrw_set_wheel_mode()
1383 struct hidpp_report response; in hidpp_solar_request_battery_event()
1417 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp_solar_battery_event()
1487 struct hidpp_report response; in hidpp_touchpad_fw_items_set()
1557 struct hidpp_report response; in hidpp_touchpad_get_raw_info()
1588 struct hidpp_report response; in hidpp_touchpad_set_raw_report_state()
1751 struct hidpp_report response; in hidpp_ff_work_handler()
2323 struct hidpp_report *report = (struct hidpp_report *)data; in wtp_raw_event()
2470 struct hidpp_report response; in m560_send_config_command()
2682 struct hidpp_report response; in g920_ff_set_autocenter()
2706 struct hidpp_report response; in g920_get_config()
3062 struct hidpp_report *question = hidpp->send_receive_buf; in hidpp_raw_hidpp_event()
3063 struct hidpp_report *answer = hidpp->send_receive_buf; in hidpp_raw_hidpp_event()
3064 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp_raw_hidpp_event()