Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpm_domain.h80 void (*detach_dev)(struct generic_pm_domain *domain, member
Diommu.h146 void (*detach_dev)(struct iommu_domain *domain, struct device *dev); member
/linux-4.1.27/arch/arm/mach-shmobile/
Dpm-rmobile.c162 genpd->detach_dev = rmobile_pd_detach_dev; in rmobile_init_pm_domain()
/linux-4.1.27/drivers/iommu/
Dshmobile-iommu.c368 .detach_dev = shmobile_iommu_detach_device,
Diommu.c940 if (unlikely(domain->ops->detach_dev == NULL)) in iommu_detach_device()
943 domain->ops->detach_dev(domain, dev); in iommu_detach_device()
Dtegra-gart.c342 .detach_dev = gart_iommu_detach_dev,
Dmsm_iommu.c679 .detach_dev = msm_iommu_detach_dev,
Dipmmu-vmsa.c748 .detach_dev = ipmmu_detach_device,
Dtegra-smmu.c652 .detach_dev = tegra_smmu_detach_dev,
Drockchip-iommu.c966 .detach_dev = rk_iommu_detach_device,
Dfsl_pamu_domain.c1065 .detach_dev = fsl_pamu_detach_device,
Dexynos-iommu.c1184 .detach_dev = exynos_iommu_detach_device,
Domap-iommu.c1373 .detach_dev = omap_iommu_detach_dev,
Darm-smmu.c1449 .detach_dev = arm_smmu_detach_dev,
Damd_iommu.c3427 .detach_dev = amd_iommu_detach_device,
Dintel-iommu.c4624 .detach_dev = intel_iommu_detach_device,
/linux-4.1.27/drivers/base/power/
Ddomain.c1563 if (genpd->detach_dev) in pm_genpd_remove_device()
1564 genpd->detach_dev(genpd, dev); in pm_genpd_remove_device()