Lines Matching refs:collection_index
2714 struct hid_report *report, int collection_index, in wacom_report_events() argument
2730 if (field->usage[n].collection_index == collection_index) in wacom_report_events()
2741 int collection_index, in wacom_set_num_expected() argument
2749 hdev->collection[collection_index].level; in wacom_set_num_expected()
2760 hdev->collection[field->usage[0].collection_index].level; in wacom_set_num_expected()
2769 if (usage->collection_index != collection_index) { in wacom_set_num_expected()
2798 int collection_index, struct hid_field *field, in wacom_wac_collection() argument
2804 wacom_set_num_expected(hdev, report, collection_index, field, in wacom_wac_collection()
2806 wacom_report_events(hdev, report, collection_index, field_index); in wacom_wac_collection()
2864 if (field->usage[0].collection_index != prev_collection) { in wacom_wac_report()
2866 field->usage[0].collection_index, field, r) < 0) in wacom_wac_report()
2868 prev_collection = field->usage[0].collection_index; in wacom_wac_report()