Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-logitech-hidpp.c137 struct hidpp_report { struct
242 struct hidpp_report *hidpp_report) in __hidpp_send_report() argument
247 switch (hidpp_report->report_id) { in __hidpp_send_report()
265 hidpp_report->device_index = 0xff; in __hidpp_send_report()
268 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
270 ret = hid_hw_raw_request(hdev, hidpp_report->report_id, in __hidpp_send_report()
271 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report()
289 struct hidpp_report *message, in __do_hidpp_send_message_sync()
290 struct hidpp_report *response) in __do_hidpp_send_message_sync()
308 memset(response, 0, sizeof(struct hidpp_report)); in __do_hidpp_send_message_sync()
[all …]