Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhid.h801 void hid_output_report(struct hid_report *report, __u8 *data);
/linux-4.1.27/drivers/hid/usbhid/
Dhid-core.c541 hid_output_report(report, usbhid->out[usbhid->outhead].raw_report); in __usbhid_submit_report()
590 hid_output_report(report, usbhid->ctrl[usbhid->ctrlhead].raw_report); in __usbhid_submit_report()
/linux-4.1.27/drivers/hid/
Dhid-core.c1285 void hid_output_report(struct hid_report *report, __u8 *data) in hid_output_report() function
1296 EXPORT_SYMBOL_GPL(hid_output_report);
1382 hid_output_report(report, buf); in __hid_request()
Dhid-picolcd_debugfs.c420 hid_output_report(report, raw_data); in picolcd_debug_out_report()
Dhid-input.c1281 hid_output_report(report, buf); in hidinput_led_worker()