Searched refs:detach_dev (Results 1 – 21 of 21) sorted by relevance
/linux-4.4.14/include/linux/ |
D | pm_domain.h | 66 void (*detach_dev)(struct generic_pm_domain *domain, member
|
D | iommu.h | 161 void (*detach_dev)(struct iommu_domain *domain, struct device *dev); member
|
/linux-4.4.14/arch/arm/mach-shmobile/ |
D | pm-rmobile.c | 139 genpd->detach_dev = cpg_mstp_detach_dev; in rmobile_init_pm_domain()
|
/linux-4.4.14/drivers/clk/shmobile/ |
D | clk-mstp.c | 325 pd->detach_dev = cpg_mstp_detach_dev; in cpg_mstp_add_clk_domain()
|
/linux-4.4.14/drivers/iommu/ |
D | s390-iommu.c | 343 .detach_dev = s390_iommu_detach_device,
|
D | shmobile-iommu.c | 368 .detach_dev = shmobile_iommu_detach_device,
|
D | tegra-gart.c | 342 .detach_dev = gart_iommu_detach_dev,
|
D | iommu.c | 1137 if (unlikely(domain->ops->detach_dev == NULL)) in __iommu_detach_device() 1140 domain->ops->detach_dev(domain, dev); in __iommu_detach_device()
|
D | msm_iommu.c | 679 .detach_dev = msm_iommu_detach_dev,
|
D | ipmmu-vmsa.c | 739 .detach_dev = ipmmu_detach_device,
|
D | rockchip-iommu.c | 977 .detach_dev = rk_iommu_detach_device,
|
D | fsl_pamu_domain.c | 1055 .detach_dev = fsl_pamu_detach_device,
|
D | tegra-smmu.c | 740 .detach_dev = tegra_smmu_detach_dev,
|
D | exynos-iommu.c | 1180 .detach_dev = exynos_iommu_detach_device,
|
D | omap-iommu.c | 1282 .detach_dev = omap_iommu_detach_dev,
|
D | arm-smmu.c | 1443 .detach_dev = arm_smmu_detach_dev,
|
D | arm-smmu-v3.c | 1919 .detach_dev = arm_smmu_detach_dev,
|
D | amd_iommu.c | 3163 .detach_dev = amd_iommu_detach_device,
|
D | intel-iommu.c | 5104 .detach_dev = intel_iommu_detach_device,
|
/linux-4.4.14/drivers/soc/rockchip/ |
D | pm_domains.c | 300 pd->genpd.detach_dev = rockchip_pd_detach_dev; in rockchip_pm_add_one_domain()
|
/linux-4.4.14/drivers/base/power/ |
D | domain.c | 1299 if (genpd->detach_dev) in pm_genpd_remove_device() 1300 genpd->detach_dev(genpd, dev); in pm_genpd_remove_device()
|