Home
last modified time | relevance | path

Searched full:instances (Results 1 – 25 of 725) sorted by relevance

12345678910>>...29

/Linux-v5.15/tools/testing/ktest/examples/bootconfigs/
Dverify-boottrace.sh64 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 …]
Dverify-tracing.sh62 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-v5.15/Documentation/driver-api/media/
Dv4l2-intro.rst21 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-v5.15/Documentation/devicetree/bindings/iommu/
Dti,omap-iommu.txt5 "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-v5.15/tools/testing/selftests/tc-testing/tc-tests/filters/
Dconcurrency.json4 "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-v5.15/tools/testing/selftests/ftrace/test.d/instances/
Dinstance.tc3 # description: Test creation and deletion of trace instances
4 # requires: instances
13 cd instances
Dinstance-event.tc3 # description: Test creation and deletion of trace instances while setting an event
4 # requires: instances
13 cd instances
/Linux-v5.15/Documentation/devicetree/bindings/clock/ti/
Ddra7-atl.txt4 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-v5.15/sound/firewire/fireworks/
Dfireworks_transaction.c41 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-v5.15/drivers/pci/controller/dwc/
DKconfig32 host mode. There are two instances of PCIe controller in DRA7xx.
47 endpoint mode. There are two instances of PCIe controller in DRA7xx.
63 work in host mode. There are two instances of PCIe controller in
78 work in endpoint mode. There are two instances of PCIe controller
307 work in host mode. There are two instances of PCIe controllers in
322 work in endpoint mode. There are two instances of PCIe controllers in
/Linux-v5.15/drivers/phy/samsung/
Dphy-exynos4x12-usb2.c281 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-v5.15/drivers/crypto/qat/qat_c3xxxvf/
Dadf_c3xxxvf_hw_data.c12 .instances = 0
94 hw_data->dev_class->instances++; in adf_init_hw_data_c3xxxiov()
101 hw_data->dev_class->instances--; in adf_clean_hw_data_c3xxxiov()
/Linux-v5.15/drivers/crypto/qat/qat_c62xvf/
Dadf_c62xvf_hw_data.c12 .instances = 0
94 hw_data->dev_class->instances++; in adf_init_hw_data_c62xiov()
101 hw_data->dev_class->instances--; in adf_clean_hw_data_c62xiov()
/Linux-v5.15/drivers/crypto/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c12 .instances = 0
94 hw_data->dev_class->instances++; in adf_init_hw_data_dh895xcciov()
101 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcciov()
/Linux-v5.15/drivers/media/platform/qcom/venus/
Dcore.h90 * struct venus_core - holds core parameters valid for all instances
112 * @vdev_dec: a reference to video device structure for decoder instances
113 * @vdev_enc: a reference to video device structure for encoder instances
122 * @instances: a list_head of all instances
123 * @insts_count: num of instances
179 struct list_head instances; member
/Linux-v5.15/include/sound/
Dtimer.h32 #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 */
/Linux-v5.15/fs/tracefs/
Dinode.c470 * tracefs_create_instance_dir - create the tracing instances directory
471 * @name: The name of the instances directory to create
472 * @parent: The parent directory that the instances directory will exist
476 * Only one instances directory is allowed.
478 * The instances directory is special as it allows for mkdir and rmdir to
482 * within the instances directory.
484 * Returns the dentry of the instances directory.
493 /* Only allow one instance of the instances directory. */ in tracefs_create_instance_dir()
/Linux-v5.15/drivers/media/tuners/
Dtuner-i2c.h72 * multiple instances of hybrid tuners.
110 * instances using this tuner object.
112 * 0 - no instances, indicates an error - kzalloc must have failed
116 * 2 (or more) instances, indicates that an existing tuner object was found
/Linux-v5.15/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_traceonoff_triggers.tc54 if [ -d ../../instances -a -f ../../available_filter_functions ]; then
65 if [ -d ../../instances ]; then # Check instances
/Linux-v5.15/Documentation/ABI/obsolete/
Dsysfs-class-dax18 device-dax instances in the system. The ABI is
21 device-dax instances can be found under
/Linux-v5.15/drivers/edac/
Dedac_device_sysfs.c186 * Each new internal kobj (in instances and blocks) then
617 instance = &edac_dev->instances[idx]; in edac_device_create_instance()
683 instance = &edac_dev->instances[idx]; in edac_device_delete_instance()
697 * create the first level of 'instances' for this device
707 /* iterate over creation of the instances */ in edac_device_create_instances()
711 /* unwind previous instances on error */ in edac_device_create_instances()
723 * unregister all the kobjects of the instances
729 /* iterate over creation of the instances */ in edac_device_delete_instances()
827 * In turn, the nested blocks beneath the instances will in edac_device_create_sysfs()
838 edac_dbg(4, "create-instances done, idx=%d\n", edac_dev->dev_idx); in edac_device_create_sysfs()
/Linux-v5.15/Documentation/devicetree/bindings/soc/ti/
Dkeystone-navigator-dma.txt28 - clocks: phandle to dma instances clocks. The clock handles can be as
29 many as the dma instances. The order should be maintained as per
30 the dma instances.
/Linux-v5.15/drivers/crypto/qat/qat_common/
Dqat_crypto.c112 * Function creates device configuration required to create crypto instances
122 int instances; in qat_crypto_dev_config() local
127 instances = min(cpus, banks); in qat_crypto_dev_config()
129 instances = 0; in qat_crypto_dev_config()
139 for (i = 0; i < instances; i++) { in qat_crypto_dev_config()
/Linux-v5.15/include/asm-generic/bitops/
Dinstrumented-non-atomic.h90 * This operation is non-atomic. If two instances of this operation race, one
104 * This operation is non-atomic. If two instances of this operation race, one
118 * This operation is non-atomic. If two instances of this operation race, one
/Linux-v5.15/Documentation/gpu/rfc/
Di915_scheduler.rst111 Certain use cases require BBs to be placed on engine instances in logical order
112 (e.g. split-frame on gen11+). The logical mapping of engine instances can change
117 Lastly, all current platforms have at most 2 engine instances and the logical
119 engine instances.

12345678910>>...29