Lines Matching refs:hreport
250 struct hid_report *hreport; in wacom_parse_hid() local
255 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid()
256 for (i = 0; i < hreport->maxfield; i++) { in wacom_parse_hid()
258 if (hreport->field[i]->report_count < 1) in wacom_parse_hid()
261 for (j = 0; j < hreport->field[i]->maxusage; j++) { in wacom_parse_hid()
262 wacom_feature_mapping(hdev, hreport->field[i], in wacom_parse_hid()
263 hreport->field[i]->usage + j); in wacom_parse_hid()
270 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid()
272 if (!hreport->maxfield) in wacom_parse_hid()
275 for (i = 0; i < hreport->maxfield; i++) in wacom_parse_hid()
276 for (j = 0; j < hreport->field[i]->maxusage; j++) in wacom_parse_hid()
277 wacom_usage_mapping(hdev, hreport->field[i], in wacom_parse_hid()
278 hreport->field[i]->usage + j); in wacom_parse_hid()