Lines Matching refs:hidpp_report
82 struct hidpp_report { struct
134 struct hidpp_report *hidpp_report) in __hidpp_send_report() argument
138 switch (hidpp_report->report_id) { in __hidpp_send_report()
153 hidpp_report->device_index = 0xff; in __hidpp_send_report()
155 ret = hid_hw_raw_request(hdev, hidpp_report->report_id, in __hidpp_send_report()
156 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report()
171 struct hidpp_report *message, in hidpp_send_message_sync()
172 struct hidpp_report *response) in hidpp_send_message_sync()
191 memset(response, 0, sizeof(struct hidpp_report)); in hidpp_send_message_sync()
198 memset(response, 0, sizeof(struct hidpp_report)); in hidpp_send_message_sync()
224 struct hidpp_report *response) in hidpp_send_fap_command_sync()
226 struct hidpp_report *message; in hidpp_send_fap_command_sync()
232 message = kzalloc(sizeof(struct hidpp_report), GFP_KERNEL); in hidpp_send_fap_command_sync()
247 struct hidpp_report *response) in hidpp_send_rap_command_sync()
249 struct hidpp_report *message; in hidpp_send_rap_command_sync()
259 message = kzalloc(sizeof(struct hidpp_report), GFP_KERNEL); in hidpp_send_rap_command_sync()
279 static inline bool hidpp_match_answer(struct hidpp_report *question, in hidpp_match_answer()
280 struct hidpp_report *answer) in hidpp_match_answer()
286 static inline bool hidpp_match_error(struct hidpp_report *question, in hidpp_match_error()
287 struct hidpp_report *answer) in hidpp_match_error()
295 static inline bool hidpp_report_is_connect_event(struct hidpp_report *report) in hidpp_report_is_connect_event()
342 struct hidpp_report response; in hidpp_get_unifying_name()
387 struct hidpp_report response; in hidpp_root_get_feature()
406 struct hidpp_report response; in hidpp_root_get_protocol_version()
462 struct hidpp_report response; in hidpp_devicenametype_get_count()
484 struct hidpp_report response; in hidpp_devicenametype_get_device_name()
601 struct hidpp_report response; in hidpp_touchpad_get_raw_info()
632 struct hidpp_report response; in hidpp_touchpad_set_raw_report_state()
829 struct hidpp_report *report = (struct hidpp_report *)data; in wtp_raw_event()
968 struct hidpp_report *question = hidpp->send_receive_buf; in hidpp_raw_hidpp_event()
969 struct hidpp_report *answer = hidpp->send_receive_buf; in hidpp_raw_hidpp_event()
970 struct hidpp_report *report = (struct hidpp_report *)data; in hidpp_raw_hidpp_event()