| /kernel/linux/linux-4.19/Documentation/media/kapi/ |
| D | v4l2-intro.rst | 19 This meant that all drivers had to do the setup of device instances and 55 device instances 57 +-sub-device instances 61 \-filehandle instances 69 sub-device instances, the video_device struct stores V4L2 device node data 70 and the v4l2_fh struct keeps track of filehandle instances.
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| D | concurrency.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",
|
| /kernel/linux/linux-4.19/tools/lib/bpf/ |
| D | libbpf.c | 161 } instances; member 242 * it is possible that prog->instances.nr == -1. in bpf_program__unload() 244 if (prog->instances.nr > 0) { in bpf_program__unload() 245 for (i = 0; i < prog->instances.nr; i++) in bpf_program__unload() 246 zclose(prog->instances.fds[i]); in bpf_program__unload() 247 } else if (prog->instances.nr != -1) { in bpf_program__unload() 248 pr_warning("Internal error: instances.nr is %d\n", in bpf_program__unload() 249 prog->instances.nr); in bpf_program__unload() 252 prog->instances.nr = -1; in bpf_program__unload() 253 zfree(&prog->instances.fds); in bpf_program__unload() [all …]
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-4.19/tools/testing/selftests/ftrace/test.d/instances/ |
| D | instance.tc | 3 # description: Test creation and deletion of trace instances 5 if [ ! -d instances ] ; then 17 cd instances
|
| D | instance-event.tc | 3 # description: Test creation and deletion of trace instances while setting an event 5 if [ ! -d instances ] ; then 17 cd instances
|
| /kernel/linux/linux-5.10/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:
|
| /kernel/linux/linux-4.19/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:
|
| /kernel/linux/linux-4.19/drivers/media/platform/qcom/venus/ |
| D | core.h | 85 * struct venus_core - holds core parameters valid for all instances 94 * @vdev_dec: a reference to video device structure for decoder instances 95 * @vdev_enc: a reference to video device structure for encoder instances 102 * @instances: a list_head of all instances 103 * @insts_count: num of instances 133 struct list_head instances; member
|
| /kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
| D | Kconfig | 32 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/ |
| D | core.h | 119 * struct venus_core - holds core parameters valid for all instances 128 * @vdev_dec: a reference to video device structure for decoder instances 129 * @vdev_enc: a reference to video device structure for encoder instances 137 * @instances: a list_head of all instances 138 * @insts_count: num of instances 182 struct list_head instances; member
|
| /kernel/linux/linux-4.19/sound/firewire/fireworks/ |
| D | fireworks_transaction.c | 42 static struct snd_efw *instances[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; variable 176 efw = instances[i]; in handle_resp_for_user() 266 if (instances[i] != NULL) in snd_efw_transaction_add_instance() 268 instances[i] = efw; in snd_efw_transaction_add_instance() 282 if (instances[i] != efw) in snd_efw_transaction_remove_instance() 284 instances[i] = NULL; in snd_efw_transaction_remove_instance()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/drivers/crypto/qat/qat_c62xvf/ |
| D | adf_c62xvf_hw_data.c | 11 .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/crypto/qat/qat_dh895xccvf/ |
| D | adf_dh895xccvf_hw_data.c | 11 .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/ |
| D | adf_c3xxxvf_hw_data.c | 11 .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-4.19/tools/testing/selftests/ftrace/test.d/ftrace/ |
| D | func-filter-pid.tc | 110 mkdir instances/foo 111 cd instances/foo 114 rmdir instances/foo
|
| /kernel/linux/linux-4.19/drivers/pci/controller/dwc/ |
| D | Kconfig | 32 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
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-4.19/drivers/phy/samsung/ |
| D | phy-exynos4x12-usb2.c | 284 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_on() 294 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_on() 295 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_HOST]); in exynos4x12_power_on() 325 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_off() 329 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_off() 330 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_HOST]); in exynos4x12_power_off()
|
| /kernel/linux/linux-5.10/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 */
|