Searched refs:collection_index (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/drivers/hid/ |
D | hid-sensor-hub.c | 114 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()
|
D | hid-jabra.c | 35 usage->collection_index, in jabra_input_mapping()
|
D | hid-sensor-custom.c | 549 ((field->usage[0].collection_index >= in hid_sensor_custom_add_fields() 551 (field->usage[0].collection_index < in hid_sensor_custom_add_fields()
|
D | wacom_wac.c | 2775 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()
|
D | hid-core.c | 246 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()
|
D | hid-sony.c | 690 switch (usage->collection_index) { in ps3remote_mapping() 1336 switch (usage->collection_index) { in sony_mapping()
|
/linux-4.19.296/include/linux/ |
D | hid.h | 422 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/ |
D | hiddev.c | 549 i = field->usage[uref->usage_index].collection_index; in hiddev_ioctl_usage()
|
D | hid-pidff.c | 849 i = report->field[0]->usage[0].collection_index; in pidff_find_reports()
|