Home
last modified time | relevance | path

Searched full:collection (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/linux-5.10/tools/testing/selftests/
Drun_kselftest.sh24 -t | --test COLLECTION:TEST Run TEST from COLLECTION
25 -c | --collection COLLECTION Run all tests from COLLECTION
26 -l | --list List the available collection:test entries
45 -c | --collection)
65 for collection in $COLLECTIONS ; do
66 found="$(echo "$available" | grep "^$collection:")"
68 echo "No such collection '$collection'" >&2
89 for collection in $collections ; do
90 [ -w /dev/kmsg ] && echo "kselftest: Running tests in $collection" >> /dev/kmsg
91 tests=$(echo "$available" | grep "^$collection:" | cut -d: -f2)
[all …]
/linux-5.10/drivers/hid/
Dhid-uclogic-rdesc.c25 0xA1, 0x01, /* Collection (Application), */
28 0xA0, /* Collection (Physical), */
59 0xC0, /* End Collection, */
60 0xC0 /* End Collection */
70 0xA1, 0x01, /* Collection (Application), */
73 0xA0, /* Collection (Physical), */
104 0xC0, /* End Collection, */
105 0xC0, /* End Collection, */
108 0xA1, 0x01, /* Collection (Application), */
111 0xA0, /* Collection (Physical), */
[all …]
Dhid-kye.c26 0xA1, 0x01, /* Collection (Application), */
34 0xC0, /* End Collection, */
37 0xA1, 0x01, /* Collection (Application), */
40 0xA0, /* Collection (Physical), */
73 0xC0, /* End Collection, */
74 0xC0 /* End Collection */
84 0xA1, 0x01, /* Collection (Application), */
92 0xC0, /* End Collection, */
95 0xA1, 0x01, /* Collection (Application), */
98 0xA0, /* Collection (Physical), */
[all …]
Dhid-waltop.c49 0xA1, 0x01, /* Collection (Application), */
52 0xA0, /* Collection (Physical), */
89 0xC0, /* End Collection, */
90 0xC0 /* End Collection */
100 0xA1, 0x01, /* Collection (Application), */
103 0xA0, /* Collection (Physical), */
140 0xC0, /* End Collection, */
141 0xC0 /* End Collection */
151 0xA1, 0x01, /* Collection (Application), */
154 0xA0, /* Collection (Physical), */
[all …]
Dhid-sensor-hub.c76 struct hid_collection *collection = &hdev->collection[i]; in sensor_hub_get_physical_device_count() local
77 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_get_physical_device_count()
78 collection->type == HID_COLLECTION_APPLICATION) in sensor_hub_get_physical_device_count()
153 * If there is a handler registered for the collection type, then in sensor_hub_register_callback()
154 * it will handle all reports for sensors in this collection. If in sensor_hub_register_callback()
156 * we want to make sure that the reports are directed to collection in sensor_hub_register_callback()
157 * handler, as this may be a fusion sensor. So add collection handlers in sensor_hub_register_callback()
475 struct hid_collection *collection = NULL; in sensor_hub_raw_event() local
499 collection = &hdev->collection[ in sensor_hub_raw_event()
501 hid_dbg(hdev, "collection->usage %x\n", in sensor_hub_raw_event()
[all …]
Dhid-lg.c64 0xA1, 0x01, /* Collection (Application), */
65 0xA1, 0x02, /* Collection (Logical), */
115 0xC0, /* End Collection, */
116 0xA1, 0x02, /* Collection (Logical), */
123 0xC0, /* End Collection, */
124 0xC0 /* End Collection */
130 0xA1, 0x01, /* Collection (Application), */
131 0xA1, 0x02, /* Collection (Logical), */
166 0xC0, /* End Collection, */
167 0xA1, 0x02, /* Collection (Logical), */
[all …]
Dhid-maltron.c28 0xA1, 0x01, /* Collection (Application) */
42 0xC0, /* End Collection */
45 0xA1, 0x01, /* Collection (Application) */
52 0xC0, /* End Collection */
55 0xA1, 0x01, /* Collection (Application) */
78 0xC0 /* End Collection */
85 0xA1, 0x01, /* Collection (Application) */
99 0xC0, /* End Collection */
102 0xA1, 0x01, /* Collection (Application) */
111 0xC0, /* End Collection */
[all …]
Dhid-holtek-kbd.c34 0xA1, 0x01, /* Collection (Application), */
46 0xC0, /* End Collection, */
49 0xA1, 0x01, /* Collection (Application), */
58 0xC0, /* End Collection, */
61 0xA1, 0x01, /* Collection (Application), */
73 0xC0, /* End Collection, */
76 0xA1, 0x01, /* Collection (Application), */
86 0xC0, /* End Collection */
91 0xA1, 0x01, /* Collection (Application), */
102 0xC0, /* End Collection */
Dhid-dr.c148 * Usage (Joystick), ; Joystick (04h, application collection)
149 * Collection (Application),
150 * Collection (Logical),
186 * End Collection,
187 * Collection (Logical),
194 * End Collection,
195 * End Collection
205 0xA1, 0x01, /* Collection (Application), */
206 0xA1, 0x02, /* Collection (Logical), */
227 0xC0, /* End Collection, */
[all …]
Dhid-core.c118 * Open a collection. The type/usage is pushed on the stack.
123 struct hid_collection *collection; in open_collection() local
145 collection = kmalloc( in open_collection()
150 if (collection == NULL) { in open_collection()
151 hid_err(parser->device, "failed to reallocate collection array\n"); in open_collection()
154 memcpy(collection, parser->device->collection, in open_collection()
157 memset(collection + parser->device->collection_size, 0, in open_collection()
160 kfree(parser->device->collection); in open_collection()
161 parser->device->collection = collection; in open_collection()
169 collection = parser->device->collection + collection_index; in open_collection()
[all …]
Dhid-viewsonic.c28 0xA1, 0x01, /* Collection (Application), */
31 0xA0, /* Collection (Physical), */
69 0xC0, /* End Collection, */
70 0xC0 /* End Collection */
Dhid-plantronics.c119 col_page = hdev->collection[i].usage & HID_USAGE_PAGE; in plantronics_device_type()
121 plt_type = hdev->collection[i].usage; in plantronics_device_type()
125 plt_type = hdev->collection[i].usage; in plantronics_device_type()
Dhid-steelseries.c37 0xA1, 0x01, /* Collection (Application), */
38 0xA1, 0x02, /* Collection (Logical), */
97 0xC0, /* End Collection, */
98 0xA1, 0x02, /* Collection (Logical), */
103 0xC0, /* End Collection, */
104 0xC0 /* End Collection */
/linux-5.10/arch/arm64/kvm/vgic/
Dvgic-its.c144 struct its_collection *collection; member
158 * @cte_esz: collection table entry size
256 * Finds and returns a collection in the ITS collection table.
261 struct its_collection *collection; in find_collection() local
263 list_for_each_entry(collection, &its->collection_list, coll_list) { in find_collection()
264 if (coll_id == collection->collection_id) in find_collection()
265 return collection; in find_collection()
384 * Needs to be called whenever either the collection for a LPIs has
385 * changed or the collection itself got retargeted.
391 if (!its_is_collection_mapped(ite->collection)) in update_affinity_ite()
[all …]
/linux-5.10/tools/perf/
Dbuiltin-bench.c11 * Available benchmark collection list:
94 struct collection { struct
100 static struct collection collections[] = { argument
120 /* Iterate over all benchmarks within a collection: */
124 static void dump_benchmarks(struct collection *coll) in dump_benchmarks()
128 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks()
149 "perf bench [<common options>] <collection> <benchmark> [<options>]",
155 struct collection *coll; in print_usage()
211 static void run_collection(struct collection *coll) in run_collection()
238 struct collection *coll; in run_all_collections()
[all …]
/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
Derror-dump.h196 * if the dump collection was not initiated by an assert, the value is 0
198 * if the dump collection was not initiated by an assert, the value is 0
408 * @time_point: time point that caused the dump collection
538 * @FW_DBG_TRIGGER_USER: trigger log collection by user
542 * @FW_DBG_TRIGGER_FW_ASSERT: trigger log collection when the firmware asserts
543 * @FW_DBG_TRIGGER_MISSED_BEACONS: trigger log collection when beacons are
545 * @FW_DBG_TRIGGER_CHANNEL_SWITCH: trigger log collection upon channel switch.
546 * @FW_DBG_TRIGGER_FW_NOTIF: trigger log collection when the firmware sends a
548 * @FW_DBG_TRIGGER_MLME: trigger log collection upon MLME event.
549 * @FW_DBG_TRIGGER_STATS: trigger log collection upon statistics threshold.
[all …]
/linux-5.10/drivers/hid/i2c-hid/
Di2c-hid-dmi-quirks.c59 0xA1, 0x01, /* Collection (Application), */
62 0xA1, 0x00, /* Collection (Physical), */
80 0xC0, /* End Collection, */
81 0xC0, /* End Collection, */
84 0xA1, 0x01, /* Collection (Application), */
88 0xA1, 0x02, /* Collection (Logical), */
117 0xC0, /* End Collection, */
120 0xA1, 0x02, /* Collection (Logical), */
146 0xC0, /* End Collection, */
149 0xA1, 0x02, /* Collection (Logical), */
[all …]
/linux-5.10/Documentation/dev-tools/
Dkcov.rst6 exported via the "kcov" debugfs file. Coverage collection is enabled on a task
35 Coverage collection
38 The following program demonstrates coverage collection from within a test
67 /* A single fd descriptor allows coverage collection on a single
81 /* Enable coverage collection on the current thread. */
92 /* Disable coverage collection for the current thread. After this call
130 Comparison operands collection
133 Comparison operands collection is similar to coverage collection:
205 Note that the kcov modes (coverage collection or comparison operands) are
208 Remote coverage collection
[all …]
/linux-5.10/fs/jffs2/
DREADME.Locking49 avoid deadlocks with garbage collection -- the VFS will lock the i_sem
51 allocation may trigger garbage-collection, which may need to move a
53 VFS. If the garbage collection code were to attempt to lock the i_sem
59 mutex, which is obtained by the garbage collection code and also
94 pointer when the garbage collection thread exits. The code to kill the
133 collection code is looking at them.
/linux-5.10/Documentation/virt/kvm/devices/
Darm-vgic-its.rst149 respectively. The collection table is not indexed by CollectionID, and the
150 entries in the collection are listed in no particular order.
169 Collection Table Entry (CTE)::
180 - ICID is the collection ID
193 - ICID is the collection ID
205 - No collection or device table are used
/linux-5.10/Documentation/hid/
Dhiddev.rst118 application collection. If the index is invalid (greater or equal to
129 also returns the level the collection lives in the hierarchy.
132 the other fields. If the index is larger than the last collection
226 Returns the collection index associated with this usage. This
227 indicates where in the collection hierarchy this usage sits.
/linux-5.10/Documentation/driver-api/dmaengine/
Dprovider.rst58 The latter are usually programmed using a collection of chunks to
60 over that collection, doing whatever we programmed there.
62 This collection is usually either a table or a linked list. You will
65 and whenever a DRQ will be asserted, it will go through the collection
68 Either way, the format of this collection is completely dependent on
212 deal with a single chunk to copy or a collection of them, here,
223 - A cyclic transfer is a transfer where the chunk collection will
626 - Chunk: A contiguous collection of bursts
628 - Transfer: A collection of chunks (be it contiguous or not)
/linux-5.10/fs/ubifs/
Dlpt_commit.c652 * garbage collection because it is more efficient to write the entire tree
701 * lpt_tgc_start - start trivial garbage collection of LPT LEBs.
704 * LPT trivial garbage collection is where a LPT LEB contains only dirty and
726 * lpt_tgc_end - end trivial garbage collection of LPT LEBs.
729 * LPT trivial garbage collection is where a LPT LEB contains only dirty and
852 * This function is used by LPT garbage collection. LPT garbage collection is
853 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
901 * This function is used by LPT garbage collection. LPT garbage collection is
902 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
931 * This function is used by LPT garbage collection. LPT garbage collection is
[all …]
/linux-5.10/include/linux/
Dkcov.h12 /* Coverage collection is not enabled yet. */
17 * Tracing coverage collection mode.
/linux-5.10/Documentation/ABI/testing/
Dsysfs-fs-f2fs22 Description: Controls the victim selection policy for garbage collection.
126 Description: Controls migration granularity of garbage collection on large
308 Description: Number of garbage collection operations performed on demand.
314 Description: Number of garbage collection operations triggered in background.
320 Description: Number of blocks moved by garbage collection in foreground.
326 Description: Number of blocks moved by garbage collection in background.

12345678910>>...18