| /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() 446 free(instances); in xf86MatchSbusInstances() 457 psdp = instances[i].sbus; in xf86MatchSbusInstances() 510 instances[i].claimed = TRUE; 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/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
|
| H A D | rockchip,iommu.txt | 25 Some mmu instances may produce unexpected results 29 - rockchip,skip-mmu-read : Some iommu instances are not able to be read, skip
|
| /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()
|
| H A D | phy-samsung-usb2.c | 103 return drv->instances[args->args[0]].phy; in samsung_usb2_phy_xlate() 159 drv = devm_kzalloc(dev, struct_size(drv, instances, cfg->num_phys), in samsung_usb2_phy_probe() 222 struct samsung_usb2_phy_instance *p = &drv->instances[i]; in samsung_usb2_phy_probe()
|
| /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/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/kernel/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_cfg.c | 65 .instances = { 143 .instances = { 233 .instances = { 320 .instances = { 387 .instances = { 470 .instances = { 571 .instances = { 686 .instances = { 772 .instances = { 861 .instances = { [all …]
|
| /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/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/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/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/drivers/crypto/qat/qat_c3xxx/ |
| H A D | adf_c3xxx_hw_data.c | 17 .instances = 0 157 hw_data->instance_id = c3xxx_class.instances++; in adf_init_hw_data_c3xxx() 194 hw_data->dev_class->instances--; in adf_clean_hw_data_c3xxx()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_c62x/ |
| H A D | adf_c62x_hw_data.c | 22 .instances = 0 167 hw_data->instance_id = c62x_class.instances++; in adf_init_hw_data_c62x() 204 hw_data->dev_class->instances--; in adf_clean_hw_data_c62x()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-class-dax | 18 device-dax instances in the system. The ABI is 21 device-dax instances can be found under
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_dh895xcc/ |
| H A D | adf_dh895xcc_hw_data.c | 24 .instances = 0 180 hw_data->instance_id = dh895xcc_class.instances++; in adf_init_hw_data_dh895xcc() 217 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcc()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | func_traceonoff_triggers.tc | 54 if [ -d ../../instances -a -f ../../available_filter_functions ]; then 65 if [ -d ../../instances ]; then # Check instances
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-lock.txt | 28 of lock instances. 66 dump map of lock instances (address:name table)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/ti/ |
| H A D | keystone-navigator-dma.txt | 28 - 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.
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebkit/ |
| H A D | 0001-Offlineasm-warnings-with-newer-Ruby-versions-https-b.patch | 9 Avoid a warning about using Object#=~ on Annotation instances, which 13 to Annotation instances, which do not define it.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/ |
| H A D | ti,timer.txt | 5 OMAP44xx devices have timer instances that are 100% 8 So for OMAP44xx devices timer instances may use
|