Lines Matching refs:report_enum
659 struct hid_report_enum *report_enum;
666 report_enum = device->report_enum + i;
667 list = report_enum->report_list.next;
668 while (list != &report_enum->report_list) {
705 struct hid_report_enum *report_enum;
714 report_enum = hid->report_enum + type;
719 report_enum->numbered ? "" : "un");
1076 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {