Searched refs:hid_output_report (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-bigbenff.c | 229 hid_output_report(bigben->report, buf); in bigben_worker() 253 hid_output_report(bigben->report, buf); in bigben_worker()
|
| H A D | hid-haptic.c | 197 hid_output_report(rep, buf); in fill_effect_buf()
|
| H A D | hid-core.c | 1889 void hid_output_report(struct hid_report *report, __u8 *data) in hid_output_report() function 1900 EXPORT_SYMBOL_GPL(hid_output_report); 2021 hid_output_report(report, data_buf); in __hid_request()
|
| H A D | hid-input.c | 1880 hid_output_report(report, buf); in hidinput_led_worker()
|
| /linux/drivers/hid/intel-ish-hid/ |
| H A D | ishtp-hid.c | 130 hid_output_report(rep, buf + header_size); in ishtp_hid_request()
|
| /linux/drivers/hid/usbhid/ |
| H A D | hid-core.c | 545 hid_output_report(report, usbhid->out[usbhid->outhead].raw_report); in __usbhid_submit_report() 594 hid_output_report(report, usbhid->ctrl[usbhid->ctrlhead].raw_report); in __usbhid_submit_report()
|
| /linux/include/linux/ |
| H A D | hid.h | 1038 void hid_output_report(struct hid_report *report, __u8 *data);
|