Home
last modified time | relevance | path

Searched refs:hidpp_report (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/hid/
Dhid-logitech-hidpp.c93 struct hidpp_report { struct
145 struct hidpp_report *hidpp_report) in __hidpp_send_report() argument
149 switch (hidpp_report->report_id) { in __hidpp_send_report()
164 hidpp_report->device_index = 0xff; in __hidpp_send_report()
166 ret = hid_hw_raw_request(hdev, hidpp_report->report_id, in __hidpp_send_report()
167 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report()
182 struct hidpp_report *message, in hidpp_send_message_sync()
183 struct hidpp_report *response) in hidpp_send_message_sync()
202 memset(response, 0, sizeof(struct hidpp_report)); in hidpp_send_message_sync()
209 memset(response, 0, sizeof(struct hidpp_report)); in hidpp_send_message_sync()
[all …]