Searched refs:hreport (Results 1 – 1 of 1) sorted by relevance
528 struct hid_report *hreport; in wacom_parse_hid() local534 for (i = 0; i < hreport->maxfield; i++) { in wacom_parse_hid()536 if (hreport->field[i]->report_count < 1) in wacom_parse_hid()539 for (j = 0; j < hreport->field[i]->maxusage; j++) { in wacom_parse_hid()540 wacom_feature_mapping(hdev, hreport->field[i], in wacom_parse_hid()541 hreport->field[i]->usage + j); in wacom_parse_hid()550 if (!hreport->maxfield) in wacom_parse_hid()553 for (i = 0; i < hreport->maxfield; i++) in wacom_parse_hid()554 for (j = 0; j < hreport->field[i]->maxusage; j++) in wacom_parse_hid()555 wacom_usage_mapping(hdev, hreport->field[i], in wacom_parse_hid()[all …]