| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86pciBus.c | 661 struct Inst *instances = NULL; in xf86MatchPciInstances() local 686 instances = xnfallocarray(max_entries, sizeof(struct Inst)); in xf86MatchPciInstances() 720 if (!foundVendor && (instances != NULL)) { in xf86MatchPciInstances() 722 instances[allocatedInstances - 1].pci = pPci; in xf86MatchPciInstances() 723 instances[allocatedInstances - 1].dev = NULL; in xf86MatchPciInstances() 724 instances[allocatedInstances - 1].claimed = FALSE; in xf86MatchPciInstances() 725 instances[allocatedInstances - 1].foundHW = FALSE; in xf86MatchPciInstances() 726 instances[allocatedInstances - 1].screen = 0; in xf86MatchPciInstances() 734 if (instances != NULL) { in xf86MatchPciInstances() 735 instances[allocatedInstances - 1].foundHW = TRUE; in xf86MatchPciInstances() [all …]
|
| H A D | xf86sbusBus.c | 400 } *instances = NULL; in xf86MatchSbusInstances() local 409 instances = xnfreallocarray(instances, in xf86MatchSbusInstances() 411 instances[allocatedInstances - 1].sbus = psdp; in xf86MatchSbusInstances() 412 instances[allocatedInstances - 1].dev = NULL; in xf86MatchSbusInstances() 413 instances[allocatedInstances - 1].claimed = FALSE; in xf86MatchSbusInstances() 423 free(instances); in xf86MatchSbusInstances() 437 instances[i].sbus, -1); in xf86MatchSbusInstances() 440 * XF86Match???Instances() treat chipID and chipRev as in xf86MatchSbusInstances() 446 free(instances); in xf86MatchSbusInstances() 452 DebugF("%s instances found: %d\n", driverName, allocatedInstances); in xf86MatchSbusInstances() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-fs-incfs | 18 What: /sys/fs/incremental-fs/instances/[name] 25 What: /sys/fs/incremental-fs/instances/[name]/reads_delayed_min 31 What: /sys/fs/incremental-fs/instances/[name]/reads_delayed_min_us 37 What: /sys/fs/incremental-fs/instances/[name]/reads_delayed_pending 43 What: /sys/fs/incremental-fs/instances/[name]/reads_delayed_pending_us 49 What: /sys/fs/incremental-fs/instances/[name]/reads_failed_hash_verification 55 What: /sys/fs/incremental-fs/instances/[name]/reads_failed_other 61 What: /sys/fs/incremental-fs/instances/[name]/reads_failed_timed_out
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | incfs.rst | 44 /sys/fs/incremental-fs/instances/[name] 48 /sys/fs/incremental-fs/instances/[name]/reads_delayed_min 52 /sys/fs/incremental-fs/instances/[name]/reads_delayed_min_us 56 /sys/fs/incremental-fs/instances/[name]/reads_delayed_pending 60 /sys/fs/incremental-fs/instances/[name]/reads_delayed_pending_us 64 /sys/fs/incremental-fs/instances/[name]/reads_failed_hash_verification 67 /sys/fs/incremental-fs/instances/[name]/reads_failed_other 71 /sys/fs/incremental-fs/instances/[name]/reads_failed_timed_out
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| H A 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",
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/ |
| H A D | core.h | 119 * 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
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ti/ |
| H A 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:
|
| /OK3568_Linux_fs/kernel/sound/firewire/fireworks/ |
| H A 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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | opt-problem.h | 61 If dumps are disabled, then opt_problem instances aren't 103 to manage the ownership of the opt_problem instances. 114 Instances are created by static member functions in opt_wrapper 117 Instances are only created when dump_enabled_p (). */ 214 /* Private ctor. Instances should be created by the success and failure 277 /* Private ctor. Instances should be built using the static member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | opt-problem.h | 61 If dumps are disabled, then opt_problem instances aren't 103 to manage the ownership of the opt_problem instances. 114 Instances are created by static member functions in opt_wrapper 117 Instances are only created when dump_enabled_p (). */ 214 /* Private ctor. Instances should be created by the success and failure 277 /* Private ctor. Instances should be built using the static member
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A 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 293 work in host mode. There are two instances of PCIe controllers in 308 work in host mode. There are two instances of PCIe controllers in
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/instances/ |
| H A D | instance.tc | 3 # description: Test creation and deletion of trace instances 4 # requires: instances 13 cd instances
|
| H A D | instance-event.tc | 3 # description: Test creation and deletion of trace instances while setting an event 4 # requires: instances 13 cd instances
|
| /OK3568_Linux_fs/kernel/drivers/phy/samsung/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | timer.h | 33 #define SNDRV_TIMER_IFLG_EXCLUSIVE 0x00000040 /* exclusive owner - no more instances */ 69 int running; /* running instances */ 81 int max_instances; /* upper limit of timer instances */ 82 int num_instances; /* current number of timer instances */
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_dh895xccvf/ |
| H A 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()
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/ |
| H A D | 0011-quicktools-Prefer-VideoWindowBackend-when-using-gst-.patch | 24 …const auto instances = videoBackendFactoryLoader()->instances(QLatin1String("declarativevideobacke… 25 for (QObject *instance : instances) {
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_c3xxxvf/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_c62xvf/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | edac_device_sysfs.c | 186 * 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | tuner-i2c.h | 72 * 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
|
| /OK3568_Linux_fs/kernel/fs/tracefs/ |
| H A D | inode.c | 560 * tracefs_create_instance_dir - create the tracing instances directory 561 * @name: The name of the instances directory to create 562 * @parent: The parent directory that the instances directory will exist 566 * Only one instances directory is allowed. 568 * The instances directory is special as it allows for mkdir and rmdir to 572 * within the instances directory. 574 * Returns the dentry of the instances directory. 583 /* Only allow one instance of the instances directory. */ in tracefs_create_instance_dir()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/ |
| H A D | qat_crypto.c | 112 * 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()
|