/linux-6.6.21/arch/arm64/kvm/vgic/ |
D | vgic-its.c | 144 struct its_collection *collection; member 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() 391 if (!its_is_collection_mapped(ite->collection)) in update_affinity_ite() 394 vcpu = kvm_get_vcpu(kvm, ite->collection->target_addr); in update_affinity_ite() 409 if (ite->collection != coll) in update_affinity_collection() 686 if (!ite || !its_is_collection_mapped(ite->collection)) in vgic_its_resolve_lpi() 689 vcpu = kvm_get_vcpu(kvm, ite->collection->target_addr); in vgic_its_resolve_lpi() [all …]
|
/linux-6.6.21/tools/perf/ |
D | builtin-bench.c | 115 struct collection { struct 121 static struct collection collections[] = { argument 147 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() 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() 268 struct collection *coll; in cmd_bench()
|
/linux-6.6.21/drivers/hid/ |
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() 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 662 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_probe() [all …]
|
D | hid-core.c | 121 struct hid_collection *collection; in open_collection() local 143 collection = kmalloc( in open_collection() 148 if (collection == NULL) { 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() 168 collection->type = type; in open_collection() 169 collection->usage = usage; in open_collection() [all …]
|
D | hid-plantronics.c | 155 col_page = hdev->collection[i].usage & HID_USAGE_PAGE; in plantronics_device_type() 157 plt_type = hdev->collection[i].usage; in plantronics_device_type() 161 plt_type = hdev->collection[i].usage; in plantronics_device_type()
|
D | hid-cougar.c | 212 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()
|
/linux-6.6.21/tools/testing/selftests/ |
D | run_kselftest.sh | 25 -c | --collection COLLECTION Run all tests from COLLECTION 26 -l | --list List the available collection:test entries 73 echo "No such collection '$collection'" >&2
|
/linux-6.6.21/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 …]
|
D | index.rst | 5 This document is a collection of documents about development tools that can
|
/linux-6.6.21/Documentation/devicetree/bindings/arm/ |
D | qcom,coresight-tpdm.yaml | 11 The TPDM or Monitor serves as data collection component for various dataset 14 Single Bit (DSB). It performs data collection in the data producing clock 15 domain and transfers it to the data collection time domain, generally ATB
|
/linux-6.6.21/fs/jffs2/ |
D | README.Locking | 49 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-6.6.21/Documentation/virt/kvm/devices/ |
D | arm-vgic-its.rst | 152 respectively. The collection table is not indexed by CollectionID, and the 153 entries in the collection are listed in no particular order. 183 - ICID is the collection ID 196 - ICID is the collection ID 208 - No collection or device table are used
|
/linux-6.6.21/drivers/hid/usbhid/ |
D | hiddev.c | 630 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()
|
/linux-6.6.21/Documentation/tools/rv/ |
D | index.rst | 7 **rv** tool provides the interface for a collection of runtime verification
|
D | rv.rst | 27 The **rv** tool provides the interface for a collection of runtime
|
/linux-6.6.21/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1270 def __init__(self, collection, xbase=Decimal(0), ybase=Decimal(0)): argument 1271 self.collection = collection 1295 def __init__(self, db, collection, cpu, xbase): argument 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.LookupHRegion(key) 1373 self.collection.AddHRegion(key, hregion) 1679 def __init__(self, collection, data, attrs, event_handler, first, parent=None): argument [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/iio/imu/ |
D | adi,adis16480.yaml | 65 collection and processing. See Fig 14 and 15 in the datasheet. 69 pps: In Pulse Per Second (PPS) Mode, the rate of data collection and
|
/linux-6.6.21/Documentation/hid/ |
D | hiddev.rst | 118 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-6.6.21/Documentation/ABI/testing/ |
D | sysfs-devices-system-xen_cpu | 5 A collection of global/individual Xen physical cpu attributes
|
D | sysfs-kernel-mm-memory-tiers | 4 Description: A collection of all the memory tiers allocated.
|
/linux-6.6.21/Documentation/trace/coresight/ |
D | coresight-tpdm.rst | 13 short serves as data collection component for various dataset types.
|
/linux-6.6.21/drivers/platform/x86/x86-android-tablets/ |
D | Kconfig | 15 With the DSDT containing a random collection of devices which may or
|
/linux-6.6.21/net/dcb/ |
D | Kconfig | 11 DCB is a collection of Ethernet enhancements which allow DCB capable
|
/linux-6.6.21/tools/verification/rv/ |
D | README.txt | 8 The rv tool is the interface for a collection of monitors that aim
|
/linux-6.6.21/Documentation/mm/ |
D | index.rst | 33 This is a collection of older documents about the Linux memory management
|