| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/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 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 …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/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-kye.c | 26 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 …]
|
| 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-sensor-hub.c | 76 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() 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 …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | builtin-bench.c | 11 * Available benchmark collection list: 95 struct collection { struct 101 static struct collection collections[] = { argument 121 /* Iterate over all benchmarks within a collection: */ 125 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() 129 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks() 150 "perf bench [<common options>] <collection> <benchmark> [<options>]", 156 struct collection *coll; in print_usage() 212 static void run_collection(struct collection *coll) in run_collection() 238 struct collection *coll; in run_all_collections() [all …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
| D | error-dump.h | 196 * 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 …]
|
| /kernel/linux/linux-5.10/drivers/hid/i2c-hid/ |
| D | i2c-hid-dmi-quirks.c | 59 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 …]
|