Lines Matching defs:report
89 * hid_bpf_rdesc_fixup - Called when the probe function parses the report
100 * parsing of the report descriptor by HID.
197 /* compute the maximum report length for this device */
202 struct hid_report *report = report_enum->report_id_hash[j];
204 if (report)
205 max_report_len = max(max_report_len, hid_report_len(report));
395 * @rtype: the type of the report (%HID_INPUT_REPORT, %HID_FEATURE_REPORT, %HID_OUTPUT_REPORT)
405 struct hid_report *report;
442 report = hid_bpf_ops->hid_get_report(report_enum, buf);
443 if (!report)
446 report_len = hid_report_len(report);