Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/renesas/
Drcar-sysc.c237 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/
Dti_sci_pm_domains.c182 ti_sci_pd->pd.detach_dev = ti_sci_pd_detach_dev; in ti_sci_pm_domain_probe()
/Linux-v4.19/include/linux/
Dpm_domain.h82 void (*detach_dev)(struct generic_pm_domain *domain, member
Diommu.h197 void (*detach_dev)(struct iommu_domain *domain, struct device *dev); member
/Linux-v4.19/arch/arm/mach-shmobile/
Dpm-rmobile.c132 genpd->detach_dev = cpg_mstp_detach_dev; in rmobile_init_pm_domain()
/Linux-v4.19/drivers/clk/renesas/
Dclk-mstp.c346 pd->detach_dev = cpg_mstp_detach_dev; in cpg_mstp_add_clk_domain()
Drenesas-cpg-mssr.c519 genpd->detach_dev = cpg_mssr_detach_dev; in cpg_mssr_add_clk_domain()
/Linux-v4.19/drivers/iommu/
Ds390-iommu.c371 .detach_dev = s390_iommu_detach_device,
Dtegra-gart.c375 .detach_dev = gart_iommu_detach_dev,
Dmtk_iommu_v1.c531 .detach_dev = mtk_iommu_detach_device,
Dmtk_iommu.c495 .detach_dev = mtk_iommu_detach_device,
Diommu.c1372 if (unlikely(domain->ops->detach_dev == NULL)) in __iommu_detach_device()
1375 domain->ops->detach_dev(domain, dev); in __iommu_detach_device()
Dipmmu-vmsa.c895 .detach_dev = ipmmu_detach_device,
Dqcom_iommu.c590 .detach_dev = qcom_iommu_detach_dev,
Dmsm_iommu.c702 .detach_dev = msm_iommu_detach_dev,
Dfsl_pamu_domain.c1058 .detach_dev = fsl_pamu_detach_device,
Dtegra-smmu.c873 .detach_dev = tegra_smmu_detach_dev,
Drockchip-iommu.c1119 .detach_dev = rk_iommu_detach_device,
Dexynos-iommu.c1332 .detach_dev = exynos_iommu_detach_device,
Domap-iommu.c1548 .detach_dev = omap_iommu_detach_dev,
Damd_iommu.c3188 .detach_dev = amd_iommu_detach_device,
Dintel-iommu.c5362 .detach_dev = intel_iommu_detach_device,
/Linux-v4.19/drivers/clk/davinci/
Dpsc.c282 lpsc->pm_domain.detach_dev = davinci_psc_genpd_detach_dev; in davinci_lpsc_clk_register()
/Linux-v4.19/drivers/soc/rockchip/
Dpm_domains.c498 pd->genpd.detach_dev = rockchip_pd_detach_dev; in rockchip_pm_add_one_domain()
/Linux-v4.19/drivers/base/power/
Ddomain.c1455 if (genpd->detach_dev) in genpd_remove_device()
1456 genpd->detach_dev(genpd, dev); in genpd_remove_device()