Searched refs:detach_dev (Results 1 – 25 of 25) sorted by relevance
/Linux-v4.19/drivers/soc/renesas/ |
D | rcar-sysc.c | 237 genpd->detach_dev = cpg_mstp_detach_dev; in rcar_sysc_pd_setup() 240 genpd->detach_dev = cpg_mssr_detach_dev; in rcar_sysc_pd_setup()
|
/Linux-v4.19/drivers/soc/ti/ |
D | ti_sci_pm_domains.c | 182 ti_sci_pd->pd.detach_dev = ti_sci_pd_detach_dev; in ti_sci_pm_domain_probe()
|
/Linux-v4.19/include/linux/ |
D | pm_domain.h | 82 void (*detach_dev)(struct generic_pm_domain *domain, member
|
D | iommu.h | 197 void (*detach_dev)(struct iommu_domain *domain, struct device *dev); member
|
/Linux-v4.19/arch/arm/mach-shmobile/ |
D | pm-rmobile.c | 132 genpd->detach_dev = cpg_mstp_detach_dev; in rmobile_init_pm_domain()
|
/Linux-v4.19/drivers/clk/renesas/ |
D | clk-mstp.c | 346 pd->detach_dev = cpg_mstp_detach_dev; in cpg_mstp_add_clk_domain()
|
D | renesas-cpg-mssr.c | 519 genpd->detach_dev = cpg_mssr_detach_dev; in cpg_mssr_add_clk_domain()
|
/Linux-v4.19/drivers/iommu/ |
D | s390-iommu.c | 371 .detach_dev = s390_iommu_detach_device,
|
D | tegra-gart.c | 375 .detach_dev = gart_iommu_detach_dev,
|
D | mtk_iommu_v1.c | 531 .detach_dev = mtk_iommu_detach_device,
|
D | mtk_iommu.c | 495 .detach_dev = mtk_iommu_detach_device,
|
D | iommu.c | 1372 if (unlikely(domain->ops->detach_dev == NULL)) in __iommu_detach_device() 1375 domain->ops->detach_dev(domain, dev); in __iommu_detach_device()
|
D | ipmmu-vmsa.c | 895 .detach_dev = ipmmu_detach_device,
|
D | qcom_iommu.c | 590 .detach_dev = qcom_iommu_detach_dev,
|
D | msm_iommu.c | 702 .detach_dev = msm_iommu_detach_dev,
|
D | fsl_pamu_domain.c | 1058 .detach_dev = fsl_pamu_detach_device,
|
D | tegra-smmu.c | 873 .detach_dev = tegra_smmu_detach_dev,
|
D | rockchip-iommu.c | 1119 .detach_dev = rk_iommu_detach_device,
|
D | exynos-iommu.c | 1332 .detach_dev = exynos_iommu_detach_device,
|
D | omap-iommu.c | 1548 .detach_dev = omap_iommu_detach_dev,
|
D | amd_iommu.c | 3188 .detach_dev = amd_iommu_detach_device,
|
D | intel-iommu.c | 5362 .detach_dev = intel_iommu_detach_device,
|
/Linux-v4.19/drivers/clk/davinci/ |
D | psc.c | 282 lpsc->pm_domain.detach_dev = davinci_psc_genpd_detach_dev; in davinci_lpsc_clk_register()
|
/Linux-v4.19/drivers/soc/rockchip/ |
D | pm_domains.c | 498 pd->genpd.detach_dev = rockchip_pd_detach_dev; in rockchip_pm_add_one_domain()
|
/Linux-v4.19/drivers/base/power/ |
D | domain.c | 1455 if (genpd->detach_dev) in genpd_remove_device() 1456 genpd->detach_dev(genpd, dev); in genpd_remove_device()
|