Searched refs:hid_output_report (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/hid/ |
| D | hid-bigbenff.c | 229 hid_output_report(bigben->report, buf); in bigben_worker() 253 hid_output_report(bigben->report, buf); in bigben_worker()
|
| D | hid-core.c | 1847 void hid_output_report(struct hid_report *report, __u8 *data) in hid_output_report() function 1858 EXPORT_SYMBOL_GPL(hid_output_report); 1944 hid_output_report(report, buf); in __hid_request()
|
| D | hid-picolcd_debugfs.c | 410 hid_output_report(report, raw_data); in picolcd_debug_out_report()
|
| D | hid-input.c | 1850 hid_output_report(report, buf); in hidinput_led_worker()
|
| /Linux-v6.6/drivers/hid/intel-ish-hid/ |
| D | ishtp-hid.c | 130 hid_output_report(rep, buf + header_size); in ishtp_hid_request()
|
| /Linux-v6.6/drivers/hid/usbhid/ |
| D | hid-core.c | 542 hid_output_report(report, usbhid->out[usbhid->outhead].raw_report); in __usbhid_submit_report() 591 hid_output_report(report, usbhid->ctrl[usbhid->ctrlhead].raw_report); in __usbhid_submit_report()
|
| /Linux-v6.6/include/linux/ |
| D | hid.h | 946 void hid_output_report(struct hid_report *report, __u8 *data);
|