Searched refs:collection (Results 1 - 19 of 19) sorted by relevance

/linux-master/tools/testing/selftests/
H A Drun_kselftest.sh26 -c | --collection COLLECTION Run all tests from COLLECTION
27 -l | --list List the available collection:test entries
52 -c | --collection)
78 for collection in $COLLECTIONS ; do
79 found="$(echo "$available" | grep "^$collection:")"
81 echo "No such collection '$collection'" >&2
102 for collection in $collections ; do
103 [ -w /dev/kmsg ] && echo "kselftest: Running tests in $collection" >> /dev/kmsg
104 tests=$(echo "$available" | grep "^$collection
[all...]
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c430 static struct key_collection collection; variable in typeref:struct:key_collection
454 struct test_key *key = &collection.keys[index];
485 size_t key_sz = sizeof(collection.keys[0]);
488 free(collection.keys);
489 collection.keys = NULL;
501 collection.keys = reallocarray(collection.keys, nr_keys, key_sz);
502 if (!collection.keys)
505 memset(collection.keys, 0, nr_keys * key_sz);
506 collection
[all...]
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-its.c149 struct its_collection *collection; member in struct:its_ite
163 * @cte_esz: collection table entry size
261 * Finds and returns a collection in the ITS collection table.
266 struct its_collection *collection; local
268 list_for_each_entry(collection, &its->collection_list, coll_list) {
269 if (coll_id == collection->collection_id)
270 return collection;
402 * Needs to be called whenever either the collection for a LPIs has
403 * changed or the collection itsel
907 struct its_collection *collection; local
1041 struct its_collection *collection; local
1058 struct its_collection *collection; local
1081 vgic_its_alloc_ite(struct its_device *device, struct its_collection *collection, u32 event_id) argument
1111 struct its_collection *collection, *new_coll = NULL; local
1276 struct its_collection *collection; local
1410 struct its_collection *collection; local
2254 struct its_collection *collection; local
2570 vgic_its_save_cte(struct vgic_its *its, struct its_collection *collection, gpa_t gpa, int esz) argument
2590 struct its_collection *collection; local
2634 struct its_collection *collection; local
[all...]
/linux-master/tools/perf/
H A Dbuiltin-bench.c11 * Available benchmark collection list:
115 struct collection { struct
121 static struct collection collections[] = {
143 /* Iterate over all benchmarks within a collection: */
147 static void dump_benchmarks(struct collection *coll)
151 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name);
172 "perf bench [<common options>] <collection> <benchmark> [<options>]",
178 struct collection *coll;
234 static void run_collection(struct collection *coll)
260 struct collection *col
[all...]
/linux-master/drivers/hid/
H A Dhid-plantronics.c155 col_page = hdev->collection[i].usage & HID_USAGE_PAGE;
157 plt_type = hdev->collection[i].usage;
161 plt_type = hdev->collection[i].usage;
H A Dhid-sensor-hub.c75 struct hid_collection *collection = &hdev->collection[i]; local
76 if (collection->type == HID_COLLECTION_PHYSICAL ||
77 collection->type == HID_COLLECTION_APPLICATION)
152 * If there is a handler registered for the collection type, then
153 * it will handle all reports for sensors in this collection. If
155 * we want to make sure that the reports are directed to collection
156 * handler, as this may be a fusion sensor. So add collection handlers
480 struct hid_collection *collection = NULL; local
504 collection
660 struct hid_collection *collection = &hdev->collection[i]; local
[all...]
H A Dhid-core.c116 * Open a collection. The type/usage is pushed on the stack.
121 struct hid_collection *collection; local
143 collection = kmalloc(
148 if (collection == NULL) {
149 hid_err(parser->device, "failed to reallocate collection array\n");
152 memcpy(collection, parser->device->collection,
155 memset(collection + parser->device->collection_size, 0,
158 kfree(parser->device->collection);
159 parser->device->collection
201 struct hid_collection *collection = parser->device->collection; local
1071 struct hid_collection *collection; local
[all...]
H A Dhid-cougar.c212 if (hdev->collection->usage == COUGAR_VENDOR_USAGE) {
232 if (hdev->collection->usage == HID_GD_KEYBOARD) {
240 } else if (hdev->collection->usage == COUGAR_VENDOR_USAGE) {
H A Dhid-input.c682 struct hid_collection *collection; local
684 collection = &device->collection[field->usage->collection_index];
686 return collection->type == type && collection->usage == usage;
2222 * a slot needs to have one Contact ID in the collection
2240 * if we already found a Contact ID in the collection,
2256 * current collection to be slotted.
2293 struct hid_collection *col = &hid->collection[i];
/linux-master/drivers/hid/usbhid/
H A Dhiddev.c630 if (hid->collection[i].type ==
635 r = hid->collection[i].usage;
811 cinfo.type = hid->collection[cinfo.index].type;
812 cinfo.usage = hid->collection[cinfo.index].usage;
813 cinfo.level = hid->collection[cinfo.index].level;
884 if (hid->collection[i].type ==
886 !IS_INPUT_APPLICATION(hid->collection[i].usage))
H A Dhid-pidff.c839 hid->collection[i - 1].type != HID_COLLECTION_LOGICAL)
841 ret = pidff_check_usage(hid->collection[i - 1].usage);
844 "found usage 0x%02x from collection array\n",
H A Dhid-core.c1113 switch (hid->collection->usage) {
/linux-master/include/rdma/
H A Duverbs_std_types.h132 struct ib_flow_action **collection; member in struct:ib_uflow_resources
/linux-master/scripts/
H A Dsphinx-pre-install400 "texlive-collection-fontsrecommended",
401 "texlive-collection-latex",
529 $map{"latexmk"} = "texlive-collection-basic";
536 @tex_pkgs = ( "texlive-collection-fontsextra" );
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1270 def __init__(self, collection, xbase=Decimal(0), ybase=Decimal(0)):
1271 self.collection = collection
1295 def __init__(self, db, collection, cpu, xbase):
1296 super(SwitchGraphData, self).__init__(collection, xbase)
1307 " AND exec_flag = " + self.collection.glb.dbref.TRUE +
1326 " WHERE machine_id = " + str(self.collection.machine_id) +
1338 start_time = self.collection.glb.StartTime(self.collection.machine_id)
1370 hregion = self.collection
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c4918 const u8 *collection; member in struct:cea_db_iter
4920 /* Current Data Block index in current collection. */
4923 /* End index in current collection. */
4981 if (!iter->collection)
4984 db = (const struct cea_db *)&iter->collection[iter->index];
5069 if (iter->collection) {
5070 /* Current collection should always be valid. */
5073 iter->collection = NULL;
5094 iter->collection = __cea_db_iter_edid_next(iter);
5095 if (!iter->collection)
[all...]
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c2577 resources->collection =
2578 kcalloc(num_specs, sizeof(*resources->collection), GFP_KERNEL);
2580 if (!resources->counters || !resources->collection)
2603 atomic_dec(&uflow_res->collection[i]->usecnt);
2608 kfree(uflow_res->collection);
2623 uflow_res->collection[uflow_res->collection_num++] =
/linux-master/include/linux/
H A Dhid.h100 * HID report descriptor collection item types
448 unsigned collection_index[HID_MAX_USAGES]; /* collection index array */
456 * This is the collection stack. We climb up the stack to determine
461 int parent_idx; /* device->collection */
469 unsigned collection_index; /* index into collection array */
607 struct hid_collection *collection; /* List of HID collections */ member in struct:hid_device
/linux-master/drivers/hwmon/
H A Daquacomputer_d5next.c1567 if (hdev->collection[1].type != 0) {

Completed in 315 milliseconds