Lines Matching defs:report
43 struct hid_report *report;
95 hid_hw_request(hid, tmff->report, HID_REQ_SET_REPORT);
116 hid_hw_request(hid, tmff->report, HID_REQ_SET_REPORT);
125 struct hid_report *report;
143 /* Find the report to use */
145 list_for_each_entry(report, report_list, list) {
148 for (fieldnum = 0; fieldnum < report->maxfield; ++fieldnum) {
149 struct hid_field *field = report->field[fieldnum];
167 if (tmff->report && tmff->report != report) {
168 hid_warn(hid, "ignoring FF field in other report\n");
177 tmff->report = report;
193 if (!tmff->report) {