Home
last modified time | relevance | path

Searched refs:attach_dev (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/iommu/
H A Dfsl_pamu_domain.c344 .attach_dev = fsl_pamu_platform_attach,
437 .attach_dev = fsl_pamu_attach_device,
H A Ds390-iommu.c1156 .attach_dev = s390_attach_dev_identity,
1167 .attach_dev = blocking_domain_attach_device,
1180 .attach_dev = s390_iommu_attach_device, \
H A Dipmmu-vmsa.c661 .attach_dev = ipmmu_iommu_identity_attach,
890 .attach_dev = ipmmu_attach_device,
H A Dsun50i-iommu.c792 .attach_dev = sun50i_iommu_identity_attach,
856 .attach_dev = sun50i_iommu_attach_device,
H A Dsprd-iommu.c418 .attach_dev = sprd_iommu_attach_device,
H A Dvirtio-iommu.c814 .attach_dev = viommu_attach_identity_domain,
1102 .attach_dev = viommu_attach_dev,
H A Dtegra-smmu.c551 .attach_dev = tegra_smmu_identity_attach,
1007 .attach_dev = tegra_smmu_attach_dev,
H A Dexynos-iommu.c1030 .attach_dev = exynos_iommu_identity_attach,
1484 .attach_dev = exynos_iommu_attach_device,
H A Domap-iommu.c1554 .attach_dev = omap_iommu_identity_attach,
1723 .attach_dev = omap_iommu_attach_dev,
/linux/drivers/pmdomain/renesas/
H A Drcar-sysc.c236 genpd->attach_dev = cpg_mstp_attach_dev; in rcar_sysc_pd_setup()
239 genpd->attach_dev = cpg_mssr_attach_dev; in rcar_sysc_pd_setup()
H A Drmobile-sysc.c105 genpd->attach_dev = cpg_mstp_attach_dev; in rmobile_init_pm_domain()
H A Drcar-gen4-sysc.c250 genpd->attach_dev = cpg_mssr_attach_dev; in rcar_gen4_sysc_pd_setup()
/linux/drivers/pmdomain/xilinx/
H A Dzynqmp-pm-domains.c274 pd->gpd.attach_dev = zynqmp_gpd_attach_dev; in zynqmp_gpd_probe()
/linux/drivers/iommu/intel/
H A Dnested.c189 .attach_dev = intel_nested_attach_dev,
/linux/drivers/iommu/amd/
H A Dnested.c296 .attach_dev = nested_attach_device,
H A Diommu.c2712 .attach_dev = amd_iommu_attach_device,
2789 .attach_dev = amd_iommu_attach_device,
2954 .attach_dev = blocked_domain_attach_device,
2975 .attach_dev = amd_iommu_identity_attach,
/linux/drivers/clk/renesas/
H A Dclk-mstp.c326 pd->attach_dev = cpg_mstp_attach_dev; in cpg_mstp_add_clk_domain()
H A Drenesas-cpg-mssr.c699 genpd->attach_dev = cpg_mssr_attach_dev; in cpg_mssr_add_clk_domain()
H A Drzv2h-cpg.c1540 pd->genpd.attach_dev = rzv2h_cpg_attach_dev; in rzv2h_cpg_add_pm_domains()
H A Drzg2l-cpg.c2078 genpd->attach_dev = rzg2l_cpg_attach_dev; in rzg2l_cpg_add_clk_domain()
/linux/drivers/clk/davinci/
H A Dpsc.c285 lpsc->pm_domain.attach_dev = davinci_psc_genpd_attach_dev; in davinci_lpsc_clk_register()
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-iommufd.c206 .attach_dev = arm_smmu_attach_dev_nested,
/linux/drivers/pmdomain/mediatek/
H A Dmtk-mfg-pmdomain.c984 mfg->pd.attach_dev = mtk_mfg_attach_dev; in mtk_mfg_probe()
/linux/include/linux/
H A Diommu.h786 int (*attach_dev)(struct iommu_domain *domain, struct device *dev, member