Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/intel-ish-hid/
Dishtp-hid.c101 hid_output_report(rep, buf + header_size); in ishtp_hid_request()
/Linux-v4.19/drivers/hid/
Dhid-core.c1369 void hid_output_report(struct hid_report *report, __u8 *data) in hid_output_report() function
1380 EXPORT_SYMBOL_GPL(hid_output_report);
1466 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.c1437 hid_output_report(report, buf); in hidinput_led_worker()
/Linux-v4.19/include/linux/
Dhid.h883 void hid_output_report(struct hid_report *report, __u8 *data);
/Linux-v4.19/drivers/hid/usbhid/
Dhid-core.c547 hid_output_report(report, usbhid->out[usbhid->outhead].raw_report); in __usbhid_submit_report()
596 hid_output_report(report, usbhid->ctrl[usbhid->ctrlhead].raw_report); in __usbhid_submit_report()