/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_display_power_map.c | 54 .instances = &I915_PW_INSTANCES( 77 .instances = &I915_PW_INSTANCES( 109 .instances = &I915_PW_INSTANCES( 143 .instances = &I915_PW_INSTANCES( 202 .instances = &I915_PW_INSTANCES( 209 .instances = &I915_PW_INSTANCES( 221 .instances = &I915_PW_INSTANCES( 284 .instances = &I915_PW_INSTANCES( 289 .instances = &I915_PW_INSTANCES( 359 .instances = &I915_PW_INSTANCES( [all …]
|
/linux-6.12.1/tools/testing/ktest/examples/bootconfigs/ |
D | verify-boottrace.sh | 64 compare_file "instances/foo/current_tracer" "function" 65 file_contains "instances/foo/set_ftrace_filter" "^user" 66 compare_file "instances/foo/buffer_size_kb" "512" 67 compare_mask "instances/foo/tracing_cpumask" "1" 68 compare_file "instances/foo/options/sym-addr" "0" 69 file_contains "instances/foo/trace_clock" '\[mono\]' 70 compare_file_partial "instances/foo/events/signal/signal_deliver/trigger" "snapshot" 72 compare_file "instances/bar/current_tracer" "function" 73 file_contains "instances/bar/set_ftrace_filter" "^kernel" 74 compare_mask "instances/bar/tracing_cpumask" "2" [all …]
|
D | verify-tracing.sh | 62 compare_file "instances/bar/events/kprobes/myevent/enable" "1" 63 compare_file "instances/bar/events/kprobes/myevent2/enable" "1" 64 compare_file "instances/bar/events/kprobes/myevent3/enable" "1" 66 compare_file "instances/foo/current_tracer" "function" 67 compare_file "instances/foo/tracing_on" "0"
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | adf_gen2_config.c | 19 int instances; in adf_gen2_crypto_dev_config() local 24 instances = min(cpus, banks); in adf_gen2_crypto_dev_config() 26 instances = 0; in adf_gen2_crypto_dev_config() 28 for (i = 0; i < instances; i++) { in adf_gen2_crypto_dev_config() 118 int instances; in adf_gen2_comp_dev_config() local 123 instances = min(cpus, banks); in adf_gen2_comp_dev_config() 125 instances = 0; in adf_gen2_comp_dev_config() 127 for (i = 0; i < instances; i++) { in adf_gen2_comp_dev_config() 171 * adf_gen2_dev_config() - create dev config required to create instances 175 * Function creates device configuration required to create instances
|
D | adf_gen4_config.c | 20 int instances; in adf_crypto_dev_config() local 25 instances = min(cpus, banks / 2); in adf_crypto_dev_config() 27 instances = 0; in adf_crypto_dev_config() 29 for (i = 0; i < instances; i++) { in adf_crypto_dev_config() 126 int instances; in adf_comp_dev_config() local 131 instances = min(cpus, banks); in adf_comp_dev_config() 133 instances = 0; in adf_comp_dev_config() 135 for (i = 0; i < instances; i++) { in adf_comp_dev_config() 206 * adf_gen4_dev_config() - create dev config required to create instances 210 * Function creates device configuration required to create instances
|
/linux-6.12.1/drivers/accel/habanalabs/common/ |
D | security.c | 292 * hl_init_pb_with_mask - set selected pb instances with mask in HW according 299 * @num_instances: number of instances to apply configuration to 300 * @instance_offset: offset between instances 305 * @mask: enabled instances mask: 1- enabled, 0- disabled 351 * @num_instances: number of instances to apply configuration to 352 * @instance_offset: offset between instances 371 * hl_init_pb_ranges_with_mask - set pb instances using mask in HW according to 379 * @num_instances: number of instances to apply configuration to 380 * @instance_offset: offset between instances 385 * @mask: enabled instances mask: 1- enabled, 0- disabled [all …]
|
/linux-6.12.1/drivers/platform/x86/ |
D | serial-multi-instantiate.c | 40 struct smi_instance instances[]; member 101 * @inst_array: Array of instances to probe 185 * @inst_array: Array of instances to probe 266 return smi_i2c_probe(pdev, smi, node->instances); in smi_probe() 271 return smi_spi_probe(pdev, smi, node->instances); in smi_probe() 284 ret = smi_i2c_probe(pdev, smi, node->instances); in smi_probe() 290 return smi_spi_probe(pdev, smi, node->instances); in smi_probe() 306 .instances = { 316 .instances = { 327 .instances = { [all …]
|
/linux-6.12.1/Documentation/driver-api/media/ |
D | v4l2-intro.rst | 21 This meant that all drivers had to do the setup of device instances and 57 device instances 59 +-sub-device instances 63 \-filehandle instances 71 sub-device instances, the video_device struct stores V4L2 device node data 72 and the v4l2_fh struct keeps track of filehandle instances.
|
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/00basic/ |
D | test_ownership.tc | 103 # check instances as well 105 chgrp $other_group instances 109 mkdir instances/$instance 111 cd instances/$instance 117 rmdir instances/$instance 119 chgrp $original_group instances
|
/linux-6.12.1/Documentation/netlink/specs/ |
D | devlink.yaml | 1234 doc: Get devlink instances. 1257 doc: Get devlink port instances. 1281 doc: Set devlink port instances. 1298 doc: Create devlink port instances. 1320 doc: Delete devlink port instances. 1332 doc: Split devlink port instances. 1348 doc: Unplit devlink port instances. 1360 doc: Get shared buffer instances. 1382 doc: Get shared buffer pool instances. 1405 doc: Set shared buffer pool instances. [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/iommu/ |
D | ti,omap-iommu.txt | 5 "ti,omap2-iommu" for OMAP2/OMAP3 IOMMU instances 6 "ti,omap4-iommu" for OMAP4/OMAP5 IOMMU instances 7 "ti,dra7-dsp-iommu" for DRA7xx DSP IOMMU instances 8 "ti,dra7-iommu" for DRA7xx IOMMU instances 27 is required for DSP IOMMU instances on DRA7xx SoCs. The
|
/linux-6.12.1/Documentation/networking/ |
D | napi.rst | 40 from the system. The instances are attached to the netdevice passed 42 unregistered). Instances are added in a disabled state. 153 Modern devices have multiple NAPI instances (struct napi_struct) per 154 interface. There is no strong requirement on how the instances are 159 NAPI instances most often correspond 1:1:1 to interrupts and queue pairs 163 or Rx and Tx queues can be serviced by separate NAPI instances on a single 165 a 1:1 mapping between NAPI instances and interrupts. 240 NAPI instances of that device. Each NAPI instance will spawn a separate 245 between IRQs and NAPI instances may not be trivial (and is driver
|
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | fgraph-multi.tc | 8 INSTANCE1="instances/test1_$$" 9 INSTANCE2="instances/test2_$$" 10 INSTANCE3="instances/test3_$$" 32 echo "function_graph not allowed with instances"
|
/linux-6.12.1/Documentation/networking/devlink/ |
D | index.rst | 25 Nested instances 29 devlink instances created underneath. In that case, drivers should make 33 lock of both nested and parent instances at the same time, devlink 40 devlink relationship (could be user for multiple nested instances.
|
/linux-6.12.1/rust/kernel/block/ |
D | mq.rs | 24 //! instances. The `Request` type is a wrapper around the C `struct request`. 35 //! instances available to the driver, and it determines the number of queues to 39 //! One `TagSet` instance can be shared between multiple `GenDisk` instances. 46 //! in flight. This is to ensure that the C `struct request` instances backing 47 //! the Rust `Request` instances are live while the Rust driver holds a
|
/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | flower.json | 4 "name": "Add 1M flower filters with 10 parallel tc instances", 27 "name": "Delete 1M flower filters with 10 parallel tc instances", 52 "name": "Replace 1M flower filters with 10 parallel tc instances", 77 "name": "Concurrently replace same range of 100k flower filters from 10 tc instances", 102 "name": "Concurrently delete same range of 100k flower filters from 10 tc instances", 127 "name": "Add and delete from same tp with 10 tc instances", 153 "name": "Replace and delete from same tp with 10 tc instances",
|
/linux-6.12.1/arch/riscv/kvm/ |
D | vmid.c | 101 * instances is invalid and we have force VMID re-assignement in kvm_riscv_gstage_vmid_update() 102 * for all Guest instances. The Guest instances that were not in kvm_riscv_gstage_vmid_update() 105 * in-kernel run loop. For Guest instances that are already in kvm_riscv_gstage_vmid_update()
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ti/ |
D | dra7-atl.txt | 4 audio codec. A single ATL IP provides four ATL clock instances sharing the same 16 Since the clock instances are part of a single IP this binding is used as a node 29 configuration of the IP for the ATL clock instances. 40 Configuration of ATL instances:
|
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/instances/ |
D | instance.tc | 3 # description: Test creation and deletion of trace instances 4 # requires: instances 13 cd instances
|
D | instance-event.tc | 3 # description: Test creation and deletion of trace instances while setting an event 4 # requires: instances 13 cd instances
|
/linux-6.12.1/sound/firewire/fireworks/ |
D | fireworks_transaction.c | 41 static struct snd_efw *instances[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; variable 175 efw = instances[i]; in handle_resp_for_user() 265 if (instances[i] != NULL) in snd_efw_transaction_add_instance() 267 instances[i] = efw; in snd_efw_transaction_add_instance() 281 if (instances[i] != efw) in snd_efw_transaction_remove_instance() 283 instances[i] = NULL; in snd_efw_transaction_remove_instance()
|
/linux-6.12.1/drivers/phy/samsung/ |
D | phy-exynos4x12-usb2.c | 281 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_on() 291 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_on() 292 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_HOST]); in exynos4x12_power_on() 322 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_off() 326 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_off() 327 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_HOST]); in exynos4x12_power_off()
|
/linux-6.12.1/Documentation/driver-api/hte/ |
D | tegra-hte.rst | 9 driver implements two GTE instances: 1) GPIO GTE and 2) LIC 10 (Legacy Interrupt Controller) IRQ GTE. Both GTE instances get the timestamp 44 The provider source code of both IRQ and GPIO GTE instances is located at
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn401/ |
D | dcn401_optc.c | 31 * double allocation across different OPTC instances. Bit offset in the map 37 * across different OPTC instances. Driver understands that the total number 43 * Driver will reserve the first and second preferred memory instances for each 48 * Driver will first allocate from first preferred memory instances associated 50 * second preferred memory instances associated with current OPP pipes in use. 52 * instances not associated with current OPP pipes. So if memory instances are 54 * instances without worrying about double allocation.
|
/linux-6.12.1/include/sound/ |
D | timer.h | 32 #define SNDRV_TIMER_IFLG_EXCLUSIVE 0x00000040 /* exclusive owner - no more instances */ 66 int running; /* running instances */ 78 int max_instances; /* upper limit of timer instances */ 79 int num_instances; /* current number of timer instances */
|