Lines Matching refs:report_enum
775 struct hid_report_enum *report_enum;
778 report_enum = &hid->report_enum[HID_INPUT_REPORT];
779 list_for_each_entry(report, &report_enum->report_list, list)
782 report_enum = &hid->report_enum[HID_FEATURE_REPORT];
783 list_for_each_entry(report, &report_enum->report_list, list)
812 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
848 list_for_each_entry(report, &hid->report_enum[type].report_list, list) {
849 size = ((report->size - 1) >> 3) + 1 + hid->report_enum[type].numbered;