Home
last modified time | relevance | path

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

12345678910>>...28

/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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",
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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:
/kernel/linux/linux-5.10/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
262 work in host mode. There are two instances of PCIe controllers in
277 work in host mode. There are two instances of PCIe controllers in
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dcore.h119 * struct venus_core - holds core parameters valid for all instances
127 * @vdev_dec: a reference to video device structure for decoder instances
128 * @vdev_enc: a reference to video device structure for encoder instances
136 * @instances: a list_head of all instances
137 * @insts_count: num of instances
180 struct list_head instances; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c11 .instances = 0
98 hw_data->dev_class->instances++; in adf_init_hw_data_dh895xcciov()
104 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcciov()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_c3xxxvf/
Dadf_c3xxxvf_hw_data.c11 .instances = 0
98 hw_data->dev_class->instances++; in adf_init_hw_data_c3xxxiov()
104 hw_data->dev_class->instances--; in adf_clean_hw_data_c3xxxiov()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_c62xvf/
Dadf_c62xvf_hw_data.c11 .instances = 0
98 hw_data->dev_class->instances++; in adf_init_hw_data_c62xiov()
104 hw_data->dev_class->instances--; in adf_clean_hw_data_c62xiov()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/
Dsysfs-class-dax18 device-dax instances in the system. The ABI is
21 device-dax instances can be found under
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
Dqat_crypto.c112 * Function creates device configuration required to create crypto instances
120 int instances = min(cpus, banks); in qat_crypto_dev_config() local
130 /* Temporarily set the number of crypto instances to zero to avoid in qat_crypto_dev_config()
135 instances = 0; in qat_crypto_dev_config()
137 for (i = 0; i < instances; i++) { in qat_crypto_dev_config()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/fs/tracefs/
Dinode.c561 * tracefs_create_instance_dir - create the tracing instances directory
562 * @name: The name of the instances directory to create
563 * @parent: The parent directory that the instances directory will exist
567 * Only one instances directory is allowed.
569 * The instances directory is special as it allows for mkdir and rmdir to
573 * within the instances directory.
575 * Returns the dentry of the instances directory.
584 /* Only allow one instance of the instances directory. */ in tracefs_create_instance_dir()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/
Dti,timer.txt5 OMAP44xx devices have timer instances that are 100%
8 So for OMAP44xx devices timer instances may use
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-lock.txt28 of lock instances.
66 dump map of lock instances (address:name table)
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/
Dcal.h86 * I/O PHYs (CAMERARX). It contains multiple instances of CSI-2, processing and
90 * the CAMERARX instances. Instances of struct cal_dev are named cal through the
93 * The cal_camerarx structure represents one CAMERARX instance. Instances of

12345678910>>...28