Searched refs:rep_enum (Results 1 – 2 of 2) sorted by relevance
271 struct hid_report_enum *rep_enum; in wacom_parse_hid() local276 rep_enum = &hdev->report_enum[HID_FEATURE_REPORT]; in wacom_parse_hid()277 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid()291 rep_enum = &hdev->report_enum[HID_INPUT_REPORT]; in wacom_parse_hid()292 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid()
1335 struct hid_report_enum *rep_enum; in report_features() local1339 rep_enum = &hid->report_enum[HID_FEATURE_REPORT]; in report_features()1340 list_for_each_entry(rep, &rep_enum->report_list, list) in report_features()