Lines Matching refs:hidpp_report
136 struct hidpp_report { struct
230 struct hidpp_report *hidpp_report) in __hidpp_send_report() argument
235 switch (hidpp_report->report_id) { in __hidpp_send_report()
253 hidpp_report->device_index = 0xff; in __hidpp_send_report()
256 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
258 ret = hid_hw_raw_request(hdev, hidpp_report->report_id, in __hidpp_send_report()
259 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report()
275 struct hidpp_report *message, in hidpp_send_message_sync()
276 struct hidpp_report *response) in hidpp_send_message_sync()
295 memset(response, 0, sizeof(struct hidpp_report)); in hidpp_send_message_sync()
302 memset(response, 0, sizeof(struct hidpp_report)); in hidpp_send_message_sync()
329 struct hidpp_report *response) in hidpp_send_fap_command_sync()
331 struct hidpp_report *message; in hidpp_send_fap_command_sync()
337 message = kzalloc(sizeof(struct hidpp_report), GFP_KERNEL); in hidpp_send_fap_command_sync()
356 struct hidpp_report *response) in hidpp_send_rap_command_sync()
358 struct hidpp_report *message; in hidpp_send_rap_command_sync()
383 message = kzalloc(sizeof(struct hidpp_report), GFP_KERNEL); in hidpp_send_rap_command_sync()
403 static inline bool hidpp_match_answer(struct hidpp_report *question, in hidpp_match_answer()
404 struct hidpp_report *answer) in hidpp_match_answer()
410 static inline bool hidpp_match_error(struct hidpp_report *question, in hidpp_match_error()
411 struct hidpp_report *answer) in hidpp_match_error()
420 struct hidpp_report *report) in hidpp_report_is_connect_event()
539 struct hidpp_report response; in hidpp10_set_register()
649 struct hidpp_report response; in hidpp10_query_battery_status()
701 struct hidpp_report response; in hidpp10_query_battery_mileage()
724 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp10_battery_event()
770 struct hidpp_report response; in hidpp_unifying_get_name()
806 struct hidpp_report response; in hidpp_unifying_get_serial()
865 struct hidpp_report response; in hidpp_root_get_feature()
889 struct hidpp_report response; in hidpp_root_get_protocol_version()
944 struct hidpp_report response; in hidpp_devicenametype_get_count()
966 struct hidpp_report response; in hidpp_devicenametype_get_device_name()
1125 struct hidpp_report response; in hidpp20_batterylevel_get_battery_capacity()
1153 struct hidpp_report response; in hidpp20_batterylevel_get_battery_info()
1220 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp20_battery_event_1000()
1310 struct hidpp_report response; in hidpp20_battery_get_battery_voltage()
1406 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp20_battery_voltage_event()
1453 struct hidpp_report response; in hidpp20_unifiedbattery_get_capabilities()
1549 struct hidpp_report response; in hidpp20_unifiedbattery_get_status()
1615 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp20_battery_event_1004()
1744 struct hidpp_report response; in hidpp_hrs_set_highres_scrolling_mode()
1778 struct hidpp_report response; in hidpp_hrw_get_wheel_capability()
1806 struct hidpp_report response; in hidpp_hrw_set_wheel_mode()
1836 struct hidpp_report response; in hidpp_solar_request_battery_event()
1870 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp_solar_battery_event()
1940 struct hidpp_report response; in hidpp_touchpad_fw_items_set()
2010 struct hidpp_report response; in hidpp_touchpad_get_raw_info()
2041 struct hidpp_report response; in hidpp_touchpad_set_raw_report_state()
2204 struct hidpp_report response; in hidpp_ff_work_handler()
2775 struct hidpp_report *report = (struct hidpp_report *)data; in wtp_raw_event()
2922 struct hidpp_report response; in m560_send_config_command()
3134 struct hidpp_report response; in g920_ff_set_autocenter()
3158 struct hidpp_report response; in g920_get_config()
3537 struct hidpp_report *question = hidpp->send_receive_buf; in hidpp_raw_hidpp_event()
3538 struct hidpp_report *answer = hidpp->send_receive_buf; in hidpp_raw_hidpp_event()
3539 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp_raw_hidpp_event()