Lines Matching refs:report_enum
60 struct hid_report_enum *report_enum;
68 report_enum = hid->report_enum +
76 if (list_empty(&report_enum->report_list))
79 list = report_enum->report_list.next;
85 report = report_enum->report_id_hash[rid];
90 if (list == &report_enum->report_list)
101 return report_enum->report_id_hash[rinfo->report_id];
113 struct hid_report_enum *report_enum;
120 report_enum = hid->report_enum +
123 list_for_each_entry(report, &report_enum->report_list, list) {