• Home
  • Raw
  • Download

Lines Matching refs:hidpp_report

132 struct hidpp_report {  struct
225 struct hidpp_report *hidpp_report) in __hidpp_send_report() argument
230 switch (hidpp_report->report_id) { in __hidpp_send_report()
248 hidpp_report->device_index = 0xff; in __hidpp_send_report()
251 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
253 ret = hid_hw_raw_request(hdev, hidpp_report->report_id, in __hidpp_send_report()
254 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report()
270 struct hidpp_report *message, in hidpp_send_message_sync()
271 struct hidpp_report *response) in hidpp_send_message_sync()
290 memset(response, 0, sizeof(struct hidpp_report)); in hidpp_send_message_sync()
297 memset(response, 0, sizeof(struct hidpp_report)); in hidpp_send_message_sync()
324 struct hidpp_report *response) in hidpp_send_fap_command_sync()
326 struct hidpp_report *message; in hidpp_send_fap_command_sync()
332 message = kzalloc(sizeof(struct hidpp_report), GFP_KERNEL); in hidpp_send_fap_command_sync()
351 struct hidpp_report *response) in hidpp_send_rap_command_sync()
353 struct hidpp_report *message; in hidpp_send_rap_command_sync()
378 message = kzalloc(sizeof(struct hidpp_report), GFP_KERNEL); in hidpp_send_rap_command_sync()
398 static inline bool hidpp_match_answer(struct hidpp_report *question, in hidpp_match_answer()
399 struct hidpp_report *answer) in hidpp_match_answer()
405 static inline bool hidpp_match_error(struct hidpp_report *question, in hidpp_match_error()
406 struct hidpp_report *answer) in hidpp_match_error()
415 struct hidpp_report *report) in hidpp_report_is_connect_event()
533 struct hidpp_report response; in hidpp10_set_register()
643 struct hidpp_report response; in hidpp10_query_battery_status()
695 struct hidpp_report response; in hidpp10_query_battery_mileage()
718 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp10_battery_event()
764 struct hidpp_report response; in hidpp_unifying_get_name()
800 struct hidpp_report response; in hidpp_unifying_get_serial()
859 struct hidpp_report response; in hidpp_root_get_feature()
883 struct hidpp_report response; in hidpp_root_get_protocol_version()
938 struct hidpp_report response; in hidpp_devicenametype_get_count()
960 struct hidpp_report response; in hidpp_devicenametype_get_device_name()
1119 struct hidpp_report response; in hidpp20_batterylevel_get_battery_capacity()
1147 struct hidpp_report response; in hidpp20_batterylevel_get_battery_info()
1214 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp20_battery_event()
1304 struct hidpp_report response; in hidpp20_battery_get_battery_voltage()
1361 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp20_battery_voltage_event()
1479 struct hidpp_report response; in hidpp_hrs_set_highres_scrolling_mode()
1513 struct hidpp_report response; in hidpp_hrw_get_wheel_capability()
1541 struct hidpp_report response; in hidpp_hrw_set_wheel_mode()
1571 struct hidpp_report response; in hidpp_solar_request_battery_event()
1605 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp_solar_battery_event()
1675 struct hidpp_report response; in hidpp_touchpad_fw_items_set()
1745 struct hidpp_report response; in hidpp_touchpad_get_raw_info()
1776 struct hidpp_report response; in hidpp_touchpad_set_raw_report_state()
1939 struct hidpp_report response; in hidpp_ff_work_handler()
2511 struct hidpp_report *report = (struct hidpp_report *)data; in wtp_raw_event()
2658 struct hidpp_report response; in m560_send_config_command()
2870 struct hidpp_report response; in g920_ff_set_autocenter()
2894 struct hidpp_report response; in g920_get_config()
3273 struct hidpp_report *question = hidpp->send_receive_buf; in hidpp_raw_hidpp_event()
3274 struct hidpp_report *answer = hidpp->send_receive_buf; in hidpp_raw_hidpp_event()
3275 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp_raw_hidpp_event()