Home
last modified time | relevance | path

Searched refs:detach_dev (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/include/linux/
Dpm_domain.h66 void (*detach_dev)(struct generic_pm_domain *domain, member
Diommu.h161 void (*detach_dev)(struct iommu_domain *domain, struct device *dev); member
/linux-4.4.14/arch/arm/mach-shmobile/
Dpm-rmobile.c139 genpd->detach_dev = cpg_mstp_detach_dev; in rmobile_init_pm_domain()
/linux-4.4.14/drivers/clk/shmobile/
Dclk-mstp.c325 pd->detach_dev = cpg_mstp_detach_dev; in cpg_mstp_add_clk_domain()
/linux-4.4.14/drivers/iommu/
Ds390-iommu.c343 .detach_dev = s390_iommu_detach_device,
Dshmobile-iommu.c368 .detach_dev = shmobile_iommu_detach_device,
Dtegra-gart.c342 .detach_dev = gart_iommu_detach_dev,
Diommu.c1137 if (unlikely(domain->ops->detach_dev == NULL)) in __iommu_detach_device()
1140 domain->ops->detach_dev(domain, dev); in __iommu_detach_device()
Dmsm_iommu.c679 .detach_dev = msm_iommu_detach_dev,
Dipmmu-vmsa.c739 .detach_dev = ipmmu_detach_device,
Drockchip-iommu.c977 .detach_dev = rk_iommu_detach_device,
Dfsl_pamu_domain.c1055 .detach_dev = fsl_pamu_detach_device,
Dtegra-smmu.c740 .detach_dev = tegra_smmu_detach_dev,
Dexynos-iommu.c1180 .detach_dev = exynos_iommu_detach_device,
Domap-iommu.c1282 .detach_dev = omap_iommu_detach_dev,
Darm-smmu.c1443 .detach_dev = arm_smmu_detach_dev,
Darm-smmu-v3.c1919 .detach_dev = arm_smmu_detach_dev,
Damd_iommu.c3163 .detach_dev = amd_iommu_detach_device,
Dintel-iommu.c5104 .detach_dev = intel_iommu_detach_device,
/linux-4.4.14/drivers/soc/rockchip/
Dpm_domains.c300 pd->genpd.detach_dev = rockchip_pd_detach_dev; in rockchip_pm_add_one_domain()
/linux-4.4.14/drivers/base/power/
Ddomain.c1299 if (genpd->detach_dev) in pm_genpd_remove_device()
1300 genpd->detach_dev(genpd, dev); in pm_genpd_remove_device()