Searched refs:detach_dev (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/include/linux/ |
D | pm_domain.h | 80 void (*detach_dev)(struct generic_pm_domain *domain, member
|
D | iommu.h | 146 void (*detach_dev)(struct iommu_domain *domain, struct device *dev); member
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | pm-rmobile.c | 162 genpd->detach_dev = rmobile_pd_detach_dev; in rmobile_init_pm_domain()
|
/linux-4.1.27/drivers/iommu/ |
D | shmobile-iommu.c | 368 .detach_dev = shmobile_iommu_detach_device,
|
D | iommu.c | 940 if (unlikely(domain->ops->detach_dev == NULL)) in iommu_detach_device() 943 domain->ops->detach_dev(domain, dev); in iommu_detach_device()
|
D | tegra-gart.c | 342 .detach_dev = gart_iommu_detach_dev,
|
D | msm_iommu.c | 679 .detach_dev = msm_iommu_detach_dev,
|
D | ipmmu-vmsa.c | 748 .detach_dev = ipmmu_detach_device,
|
D | tegra-smmu.c | 652 .detach_dev = tegra_smmu_detach_dev,
|
D | rockchip-iommu.c | 966 .detach_dev = rk_iommu_detach_device,
|
D | fsl_pamu_domain.c | 1065 .detach_dev = fsl_pamu_detach_device,
|
D | exynos-iommu.c | 1184 .detach_dev = exynos_iommu_detach_device,
|
D | omap-iommu.c | 1373 .detach_dev = omap_iommu_detach_dev,
|
D | arm-smmu.c | 1449 .detach_dev = arm_smmu_detach_dev,
|
D | amd_iommu.c | 3427 .detach_dev = amd_iommu_detach_device,
|
D | intel-iommu.c | 4624 .detach_dev = intel_iommu_detach_device,
|
/linux-4.1.27/drivers/base/power/ |
D | domain.c | 1563 if (genpd->detach_dev) in pm_genpd_remove_device() 1564 genpd->detach_dev(genpd, dev); in pm_genpd_remove_device()
|