Lines Matching defs:report
43 struct hid_report *report;
94 hid_hw_request(hid, tmff->report, HID_REQ_SET_REPORT);
112 hid_hw_request(hid, tmff->report, HID_REQ_SET_REPORT);
121 struct hid_report *report;
139 /* Find the report to use */
141 list_for_each_entry(report, report_list, list) {
144 for (fieldnum = 0; fieldnum < report->maxfield; ++fieldnum) {
145 struct hid_field *field = report->field[fieldnum];
163 if (tmff->report && tmff->report != report) {
164 hid_warn(hid, "ignoring FF field in other report\n");
173 tmff->report = report;
189 if (!tmff->report) {