Searched refs:hid_output_report (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-bigbenff.c229 hid_output_report(bigben->report, buf);
253 hid_output_report(bigben->report, buf);
H A Dhid-core.c1854 void hid_output_report(struct hid_report *report, __u8 *data) function
1865 EXPORT_SYMBOL_GPL(hid_output_report); variable
1868 * Allocator for buffer that is going to be passed to hid_output_report()
1951 hid_output_report(report, buf);
H A Dhid-picolcd_debugfs.c410 hid_output_report(report, raw_data);
H A Dhid-input.c1831 * doesn't matter as hid_output_report() correctly converts it into a
1852 hid_output_report(report, buf);
/linux-master/drivers/hid/intel-ish-hid/
H A Dishtp-hid.c130 hid_output_report(rep, buf + header_size);
/linux-master/drivers/hid/usbhid/
H A Dhid-core.c542 hid_output_report(report, usbhid->out[usbhid->outhead].raw_report);
591 hid_output_report(report, usbhid->ctrl[usbhid->ctrlhead].raw_report);
/linux-master/include/linux/
H A Dhid.h949 void hid_output_report(struct hid_report *report, __u8 *data);

Completed in 133 milliseconds