Home
last modified time | relevance | path

Searched refs:rep_enum (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/hid/
Dwacom_sys.c249 struct hid_report_enum *rep_enum; in wacom_parse_hid() local
254 rep_enum = &hdev->report_enum[HID_FEATURE_REPORT]; in wacom_parse_hid()
255 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid()
269 rep_enum = &hdev->report_enum[HID_INPUT_REPORT]; in wacom_parse_hid()
270 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid()
Dhid-input.c1331 struct hid_report_enum *rep_enum; in report_features() local
1335 rep_enum = &hid->report_enum[HID_FEATURE_REPORT]; in report_features()
1336 list_for_each_entry(rep, &rep_enum->report_list, list) in report_features()