Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhid-sensor-hub.c101 int collection_index, in sensor_hub_get_callback() argument
113 (collection_index >= in sensor_hub_get_callback()
115 (collection_index < in sensor_hub_get_callback()
400 (field->usage[0].collection_index >= in sensor_hub_input_get_attribute_info()
402 (field->usage[0].collection_index < in sensor_hub_input_get_attribute_info()
492 i, report->field[i]->usage->collection_index, in sensor_hub_raw_event()
499 report->field[i]->usage->collection_index]; in sensor_hub_raw_event()
505 report->field[i]->usage[0].collection_index, in sensor_hub_raw_event()
Dhid-jabra.c32 usage->collection_index, in jabra_input_mapping()
Dhid-core.c125 int collection_index; in open_collection() local
168 collection_index = parser->device->maxcollection++; in open_collection()
169 collection = parser->device->collection + collection_index; in open_collection()
226 parser->local.collection_index[parser->local.usage_index] = in hid_add_usage()
291 field->usage[i].collection_index = in hid_add_field()
292 parser->local.collection_index[j]; in hid_add_field()
1016 collection = &hid->collection[usage->collection_index]; in hid_apply_multiplier_to_field()
1056 multiplier_collection = &hid->collection[multiplier->usage->collection_index]; in hid_apply_multiplier()
Dwacom_wac.c2714 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()
[all …]
Dhid-sensor-custom.c537 ((field->usage[0].collection_index >= in hid_sensor_custom_add_fields()
539 (field->usage[0].collection_index < in hid_sensor_custom_add_fields()
Dhid-sony.c688 switch (usage->collection_index) { in ps3remote_mapping()
1317 switch (usage->collection_index) { in sony_mapping()
/Linux-v5.4/include/linux/
Dhid.h410 unsigned collection_index[HID_MAX_USAGES]; /* collection index array */ member
431 unsigned collection_index; /* index into collection array */ member
/Linux-v5.4/drivers/hid/usbhid/
Dhiddev.c545 i = field->usage[uref->usage_index].collection_index; in hiddev_ioctl_usage()
Dhid-pidff.c837 i = report->field[0]->usage[0].collection_index; in pidff_find_reports()