Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dwacom_sys.c478 struct hid_report *hreport; in wacom_parse_hid() local
483 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid()
484 for (i = 0; i < hreport->maxfield; i++) { in wacom_parse_hid()
486 if (hreport->field[i]->report_count < 1) in wacom_parse_hid()
489 for (j = 0; j < hreport->field[i]->maxusage; j++) { in wacom_parse_hid()
490 wacom_feature_mapping(hdev, hreport->field[i], in wacom_parse_hid()
491 hreport->field[i]->usage + j); in wacom_parse_hid()
498 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid()
500 if (!hreport->maxfield) in wacom_parse_hid()
503 for (i = 0; i < hreport->maxfield; i++) in wacom_parse_hid()
[all …]