Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-sensor-hub.c114 int collection_index, in sensor_hub_get_callback() argument
126 (collection_index >= in sensor_hub_get_callback()
128 (collection_index < in sensor_hub_get_callback()
418 (field->usage[0].collection_index >= in sensor_hub_input_get_attribute_info()
420 (field->usage[0].collection_index < in sensor_hub_input_get_attribute_info()
511 i, report->field[i]->usage->collection_index, in sensor_hub_raw_event()
518 report->field[i]->usage->collection_index]; in sensor_hub_raw_event()
524 report->field[i]->usage[0].collection_index, in sensor_hub_raw_event()
Dhid-jabra.c35 usage->collection_index, in jabra_input_mapping()
Dhid-sensor-custom.c549 ((field->usage[0].collection_index >= in hid_sensor_custom_add_fields()
551 (field->usage[0].collection_index < in hid_sensor_custom_add_fields()
Dwacom_wac.c2775 struct hid_report *report, int collection_index, in wacom_report_events() argument
2791 if (field->usage[n].collection_index == collection_index) in wacom_report_events()
2801 int collection_index, struct hid_field *field, in wacom_wac_collection() argument
2806 wacom_report_events(hdev, report, collection_index, field_index); in wacom_wac_collection()
2866 if (field->usage[0].collection_index != prev_collection) { in wacom_wac_report()
2868 field->usage[0].collection_index, field, r) < 0) in wacom_wac_report()
2870 prev_collection = field->usage[0].collection_index; in wacom_wac_report()
Dhid-core.c246 parser->local.collection_index[parser->local.usage_index] = in hid_add_usage()
321 field->usage[i].collection_index = in hid_add_field()
322 parser->local.collection_index[j]; in hid_add_field()
Dhid-sony.c690 switch (usage->collection_index) { in ps3remote_mapping()
1336 switch (usage->collection_index) { in sony_mapping()
/linux-4.19.296/include/linux/
Dhid.h422 unsigned collection_index[HID_MAX_USAGES]; /* collection index array */ member
442 unsigned collection_index; /* index into collection array */ member
/linux-4.19.296/drivers/hid/usbhid/
Dhiddev.c549 i = field->usage[uref->usage_index].collection_index; in hiddev_ioctl_usage()
Dhid-pidff.c849 i = report->field[0]->usage[0].collection_index; in pidff_find_reports()