Searched refs:hidpp_report (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/hid/ |
D | hid-logitech-hidpp.c | 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() [all …]
|