Lines Matching refs:report_enum
622 struct hid_report_enum *report_enum;
629 report_enum = device->report_enum + i;
630 list = report_enum->report_list.next;
631 while (list != &report_enum->report_list) {
668 struct hid_report_enum *report_enum;
677 report_enum = hid->report_enum + type;
682 report_enum->numbered ? "" : "un");
1023 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {