Searched refs:hreport (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | wacom_sys.c | 518 struct hid_report *hreport; in wacom_parse_hid() local 523 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid() 524 for (i = 0; i < hreport->maxfield; i++) { in wacom_parse_hid() 526 if (hreport->field[i]->report_count < 1) in wacom_parse_hid() 529 for (j = 0; j < hreport->field[i]->maxusage; j++) { in wacom_parse_hid() 530 wacom_feature_mapping(hdev, hreport->field[i], in wacom_parse_hid() 531 hreport->field[i]->usage + j); in wacom_parse_hid() 538 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid() 540 if (!hreport->maxfield) in wacom_parse_hid() 543 for (i = 0; i < hreport in wacom_parse_hid() [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | wacom_sys.c | 513 struct hid_report *hreport; in wacom_parse_hid() local 518 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid() 519 for (i = 0; i < hreport->maxfield; i++) { in wacom_parse_hid() 521 if (hreport->field[i]->report_count < 1) in wacom_parse_hid() 524 for (j = 0; j < hreport->field[i]->maxusage; j++) { in wacom_parse_hid() 525 wacom_feature_mapping(hdev, hreport->field[i], in wacom_parse_hid() 526 hreport->field[i]->usage + j); in wacom_parse_hid() 533 list_for_each_entry(hreport, &rep_enum->report_list, list) { in wacom_parse_hid() 535 if (!hreport->maxfield) in wacom_parse_hid() 538 for (i = 0; i < hreport in wacom_parse_hid() [all...] |
Completed in 5 milliseconds