Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 17 of 17) sorted by relevance

/drivers/hid/
A Dhid-sensor-hub.c75 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_get_physical_device_count() local
76 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_get_physical_device_count()
77 collection->type == HID_COLLECTION_APPLICATION) in sensor_hub_get_physical_device_count()
480 struct hid_collection *collection = NULL; in sensor_hub_raw_event() local
504 collection = &hdev->collection[ in sensor_hub_raw_event()
507 collection->usage); in sensor_hub_raw_event()
542 if (callback && collection && callback->send_event) in sensor_hub_raw_event()
543 callback->send_event(hsdev, collection->usage, in sensor_hub_raw_event()
660 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_probe() local
675 hsdev->usage = collection->usage; in sensor_hub_probe()
[all …]
A Dhid-core.c175 collection = kmalloc( in open_collection()
180 if (collection == NULL) { in open_collection()
184 memcpy(collection, parser->device->collection, in open_collection()
191 parser->device->collection = collection; in open_collection()
199 collection = parser->device->collection + collection_index; in open_collection()
200 collection->type = type; in open_collection()
201 collection->usage = usage; in open_collection()
203 collection->parent_idx = (collection->level == 0) ? -1 : in open_collection()
233 struct hid_collection *collection = parser->device->collection; in hid_lookup_collection() local
1130 collection = &hid->collection[usage->collection_index]; in hid_apply_multiplier_to_field()
[all …]
A Dhid-plantronics.c169 col_page = hdev->collection[i].usage & HID_USAGE_PAGE; in plantronics_device_type()
171 plt_type = hdev->collection[i].usage; in plantronics_device_type()
175 plt_type = hdev->collection[i].usage; in plantronics_device_type()
A Dhid-cougar.c212 if (hdev->collection->usage == COUGAR_VENDOR_USAGE) { in cougar_probe()
232 if (hdev->collection->usage == HID_GD_KEYBOARD) { in cougar_probe()
240 } else if (hdev->collection->usage == COUGAR_VENDOR_USAGE) { in cougar_probe()
A Dhid-universal-pidff.c76 if ((hdev->collection[i].usage & HID_USAGE_PAGE) == HID_UP_PID) { in universal_pidff_probe()
A Dhid-input.c659 struct hid_collection *collection; in hidinput_field_in_collection() local
661 collection = &device->collection[field->usage->collection_index]; in hidinput_field_in_collection()
663 return collection->type == type && collection->usage == usage; in hidinput_field_in_collection()
2276 struct hid_collection *col = &hid->collection[i]; in hidinput_connect()
A Dhid-apple.c908 if (hdev->collection[0].usage != HID_USAGE_MAGIC_BL) in apple_magic_backlight_init()
/drivers/hid/usbhid/
A Dhiddev.c630 if (hid->collection[i].type == in hiddev_ioctl()
635 r = hid->collection[i].usage; in hiddev_ioctl()
811 cinfo.type = hid->collection[cinfo.index].type; in hiddev_ioctl()
812 cinfo.usage = hid->collection[cinfo.index].usage; in hiddev_ioctl()
813 cinfo.level = hid->collection[cinfo.index].level; in hiddev_ioctl()
884 if (hid->collection[i].type == in hiddev_connect()
886 !IS_INPUT_APPLICATION(hid->collection[i].usage)) in hiddev_connect()
A Dhid-pidff.c1036 hid->collection[i - 1].type != HID_COLLECTION_LOGICAL) in pidff_find_reports()
1038 ret = pidff_check_usage(hid->collection[i - 1].usage); in pidff_find_reports()
A Dhid-core.c1118 switch (hid->collection->usage) { in usbhid_start()
/drivers/net/wireless/ath/ath12k/
A DKconfig59 Enable ath12k coredump collection
62 dump collection not required choose N.
/drivers/platform/x86/x86-android-tablets/
A DKconfig20 With the DSDT containing a random collection of devices which may or
/drivers/hwtracing/coresight/
A DKconfig69 coresight components and a trace port collection engine, typically
235 primarily responsible for data set collection and support the
/drivers/gpu/drm/
A Ddrm_edid.c4981 const u8 *collection; member
5044 if (!iter->collection) in __cea_db_iter_current_block()
5047 db = (const struct cea_db *)&iter->collection[iter->index]; in __cea_db_iter_current_block()
5132 if (iter->collection) { in __cea_db_iter_next()
5136 iter->collection = NULL; in __cea_db_iter_next()
5157 iter->collection = __cea_db_iter_edid_next(iter); in __cea_db_iter_next()
5158 if (!iter->collection) in __cea_db_iter_next()
5159 iter->collection = __cea_db_iter_displayid_next(iter); in __cea_db_iter_next()
5161 if (!iter->collection) in __cea_db_iter_next()
/drivers/infiniband/core/
A Duverbs_cmd.c2605 resources->collection = in flow_resources_alloc()
2606 kcalloc(num_specs, sizeof(*resources->collection), GFP_KERNEL); in flow_resources_alloc()
2608 if (!resources->counters || !resources->collection) in flow_resources_alloc()
2631 atomic_dec(&uflow_res->collection[i]->usecnt); in ib_uverbs_flow_resources_free()
2636 kfree(uflow_res->collection); in ib_uverbs_flow_resources_free()
2651 uflow_res->collection[uflow_res->collection_num++] = in flow_resources_add()
/drivers/hwmon/
A Daquacomputer_d5next.c1580 if (hdev->collection[1].type != 0) { in aqc_probe()
/drivers/gpio/
A DKconfig1938 - Assign permissions for a collection of GPIO lines to a user,
1939 - Export a collection of GPIO lines to a virtual machine,

Completed in 69 milliseconds