Lines Matching defs:report
77 struct hid_report *report = field->report;
93 report_data = buf = hid_alloc_report_buf(report, GFP_KERNEL);
97 report_len = hid_report_len(report);
98 if (!report->id) {
100 * hid_hw_raw_request() will stuff report ID (which will be 0)
110 ret = hid_hw_raw_request(hdev, report->id, report_data,
115 field->report->id);
119 if (!report->id) {
131 dev_warn(&hdev->dev, "failed to report feature %d\n",
132 field->report->id);