/Linux-v6.6/tools/testing/selftests/hid/tests/ |
D | test_hid_core.py | 32 Test class to test re-allocation of the HID collection stack in 41 0xa1, 0x01, # .Collection (Application) 43 0xa1, 0x02, # ..Collection (Logical) 45 0xa1, 0x00, # ...Collection (Physical) 57 0xa1, 0x02, # ....Collection (Logical) 59 0xa1, 0x02, # ....Collection (Logical) 61 0xa1, 0x02, # ....Collection (Logical) 63 0xa1, 0x02, # ....Collection (Logical) 65 0xa1, 0x02, # ....Collection (Logical) 67 0xa1, 0x02, # ....Collection (Logical) [all …]
|
D | test_ite_keyboard.py | 33 0xa1, 0x01, # Collection (Application) 5 41 0xc0, # End Collection 22 44 0xa1, 0x01, # Collection (Application) 27 74 0xc0, # End Collection 89 77 0xa1, 0x01, # Collection (Application) 94 86 0xc0, # End Collection 114 89 0xa1, 0x01, # Collection (Application) 119 99 0xc0, # End Collection 139 102 0xa1, 0x01, # Collection (Application) 144 111 0xc0, # End Collection 164 [all …]
|
D | test_mouse.py | 109 0xa1, 0x01, # .Collection (Application) 4 111 0xa1, 0x02, # ..Collection (Logical) 8 113 0xa1, 0x00, # ...Collection (Physical) 12 133 0xc0, # ...End Collection 52 134 0xc0, # ..End Collection 53 135 0xc0, # .End Collection 54 169 0xa1, 0x01, # Collection (Application) 4 183 0xa1, 0x00, # .Collection (Physical) 32 191 0xc0, # .End Collection 48 198 0xc0, # End Collection 61 [all …]
|
D | test_usb_crash.py | 23 0xa1, 0x01, # .Collection (Application) 4 25 0xa1, 0x02, # ..Collection (Logical) 8 27 0xa1, 0x00, # ...Collection (Physical) 12 47 0xc0, # ...End Collection 52 48 0xc0, # ..End Collection 53 49 0xc0, # .End Collection 54
|
D | descriptors_wacom.py | 7 0xA1, 0x01, # . Collection (Application), 10 0xA1, 0x00, # . Collection (Physical), 30 0xC0, # . End Collection, 31 0xC0, # . End Collection, 34 0xA1, 0x01, # . Collection (Application), 37 0xA1, 0x00, # . Collection (Physical), 121 0xC0, # . End Collection, 124 0xA1, 0x00, # . Collection (Physical), 160 0xC0, # . End Collection, 163 0xA1, 0x00, # . Collection (Physical), [all …]
|
/Linux-v6.6/tools/testing/selftests/ |
D | run_kselftest.sh | 24 -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 47 -c | --collection) 70 for collection in $COLLECTIONS ; do 71 found="$(echo "$available" | grep "^$collection:")" 73 echo "No such collection '$collection'" >&2 94 for collection in $collections ; do 95 [ -w /dev/kmsg ] && echo "kselftest: Running tests in $collection" >> /dev/kmsg 96 tests=$(echo "$available" | grep "^$collection:" | cut -d: -f2) [all …]
|
/Linux-v6.6/drivers/hid/ |
D | hid-uclogic-rdesc.c | 25 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 …]
|
D | hid-waltop.c | 49 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 …]
|
D | hid-sigmamicro.c | 18 0xa1, 0x01, /* Collection (Application) 4 */ 27 0xc0, /* End Collection 24 */ 30 0xa1, 0x01, /* Collection (Application) 29 */ 40 0xc0, /* End Collection 49 */ 43 0xa1, 0x01, /* Collection (Application) 55 */ 52 0xc0, /* End Collection 75 */ 55 0xa1, 0x01, /* Collection (Application) 80 */ 73 0xc0, /* End Collection 116 */ 76 0xa1, 0x01, /* Collection (Application) 121 */ 86 0xc0, /* End Collection 141 */ [all …]
|
D | hid-sensor-hub.c | 75 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() 152 * If there is a handler registered for the collection type, then in sensor_hub_register_callback() 153 * it will handle all reports for sensors in this collection. If in sensor_hub_register_callback() 155 * we want to make sure that the reports are directed to collection in sensor_hub_register_callback() 156 * handler, as this may be a fusion sensor. So add collection handlers in sensor_hub_register_callback() 480 struct hid_collection *collection = NULL; in sensor_hub_raw_event() local 504 collection = &hdev->collection[ in sensor_hub_raw_event() 506 hid_dbg(hdev, "collection->usage %x\n", in sensor_hub_raw_event() [all …]
|
D | hid-lg.c | 64 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 …]
|
D | hid-maltron.c | 28 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 …]
|
D | hid-kye.c | 28 0xA1, 0x01, /* Collection (Application), */ 45 0xC0 /* End Collection */ 51 0xA1, 0x01, /* Collection (Application), */ 64 0xC0 /* End Collection */ 70 0xA1, 0x01, /* Collection (Application), */ 83 0xC0 /* End Collection */ 89 0xA1, 0x01, /* Collection (Application), */ 102 0xC0 /* End Collection */ 108 0xA1, 0x01, /* Collection (Application), */ 126 0xC0 /* End Collection */ [all …]
|
D | hid-holtek-kbd.c | 34 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 */
|
D | hid-dr.c | 148 * 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 …]
|
D | hid-xiaomi.c | 20 0xA1, 0x01, /* Collection (Application), */ 23 0xA1, 0x00, /* Collection (Physical), */ 49 0xC0, /* End Collection, */ 50 0xC0, /* End Collection, */ 53 0xA1, 0x01, /* Collection (Application), */ 61 0xC0 /* End Collection */
|
D | hid-core.c | 116 * Open a collection. The type/usage is pushed on the stack. 121 struct hid_collection *collection; in open_collection() local 143 collection = kmalloc( in open_collection() 148 if (collection == NULL) { in open_collection() 149 hid_err(parser->device, "failed to reallocate collection array\n"); in open_collection() 152 memcpy(collection, parser->device->collection, in open_collection() 155 memset(collection + parser->device->collection_size, 0, in open_collection() 158 kfree(parser->device->collection); in open_collection() 159 parser->device->collection = collection; in open_collection() 167 collection = parser->device->collection + collection_index; in open_collection() [all …]
|
/Linux-v6.6/arch/arm64/kvm/vgic/ |
D | vgic-its.c | 144 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-v6.6/drivers/hid/amd-sfh-hid/hid_descriptor/ |
D | amd_sfh_hid_report_desc.h | 17 0xA1, 0x00, /* HID Collection (Physical) */ 27 0xA1, 0x02, /* HID collection (logical) */ 32 0xC0, /* HID end collection */ 38 0xA1, 0x02, /* HID collection(logical) */ 46 0xC0, /* HID end collection */ 52 0xA1, 0x02, /* HID collection(logical) */ 60 0xC0, /* HID end collection */ 66 0xA1, 0x02, /* HID collection(logical) */ 75 0xC0, /* HID end collection */ 121 0xA1, 0x02, /* HID end collection (logical) */ [all …]
|
/Linux-v6.6/tools/perf/ |
D | builtin-bench.c | 11 * Available benchmark collection list: 115 struct collection { struct 121 static struct collection collections[] = { argument 143 /* Iterate over all benchmarks within a collection: */ 147 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() 151 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks() 172 "perf bench [<common options>] <collection> <benchmark> [<options>]", 178 struct collection *coll; in print_usage() 234 static void run_collection(struct collection *coll) in run_collection() 260 struct collection *coll; in run_all_collections() [all …]
|
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/fw/ |
D | error-dump.h | 151 * if the dump collection was not initiated by an assert, the value is 0 153 * if the dump collection was not initiated by an assert, the value is 0 381 * @time_point: time point that caused the dump collection 514 * @FW_DBG_TRIGGER_USER: trigger log collection by user 518 * @FW_DBG_TRIGGER_FW_ASSERT: trigger log collection when the firmware asserts 519 * @FW_DBG_TRIGGER_MISSED_BEACONS: trigger log collection when beacons are 521 * @FW_DBG_TRIGGER_CHANNEL_SWITCH: trigger log collection upon channel switch. 522 * @FW_DBG_TRIGGER_FW_NOTIF: trigger log collection when the firmware sends a 524 * @FW_DBG_TRIGGER_MLME: trigger log collection upon MLME event. 525 * @FW_DBG_TRIGGER_STATS: trigger log collection upon statistics threshold. [all …]
|
/Linux-v6.6/Documentation/dev-tools/ |
D | kcov.rst | 6 the ``kcov`` debugfs file. Coverage collection is enabled on a task basis, and 12 (unless remove coverage collection is enabled, see below) and from some 16 See the "Comparison operands collection" section for details. 20 tasks or soft interrupts. See the "Remote coverage collection" section for 35 To enable comparison operands collection, set:: 43 Coverage collection 76 /* A single fd descriptor allows coverage collection on a single 90 /* Enable coverage collection on the current thread. */ 101 /* Disable coverage collection for the current thread. After this call 140 Comparison operands collection [all …]
|
/Linux-v6.6/drivers/hid/i2c-hid/ |
D | i2c-hid-dmi-quirks.c | 61 0xA1, 0x01, /* Collection (Application), */ 64 0xA1, 0x00, /* Collection (Physical), */ 82 0xC0, /* End Collection, */ 83 0xC0, /* End Collection, */ 86 0xA1, 0x01, /* Collection (Application), */ 90 0xA1, 0x02, /* Collection (Logical), */ 119 0xC0, /* End Collection, */ 122 0xA1, 0x02, /* Collection (Logical), */ 148 0xC0, /* End Collection, */ 151 0xA1, 0x02, /* Collection (Logical), */ [all …]
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-hv_gpci | 100 runtime by setting "Enable Performance Information Collection" option. 108 required to set "Enable Performance Information Collection" option. 132 runtime by setting "Enable Performance Information Collection" option. 140 required to set "Enable Performance Information Collection" option. 164 runtime by setting "Enable Performance Information Collection" option. 172 required to set "Enable Performance Information Collection" option. 196 runtime by setting "Enable Performance Information Collection" option. 204 required to set "Enable Performance Information Collection" option. 228 runtime by setting "Enable Performance Information Collection" option. 236 required to set "Enable Performance Information Collection" option.
|
/Linux-v6.6/drivers/gpu/drm/i915/ |
D | i915_deps.c | 121 * i915_deps_sync - Wait for all the fences in the dependency collection 126 * This function waits for fences in the dependency collection. If it 155 * i915_deps_add_dependency - Add a fence to the dependency collection 161 * Adds a fence to the dependency collection, and takes a reference on it. 164 * dependency collection. If the fence context is not zero and there was 171 * error. If an error was returned, the dependency collection will be 212 * collection.
|