Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/soc/renesas/
Drcar-sysc.c244 genpd->detach_dev = cpg_mstp_detach_dev; in rcar_sysc_pd_setup()
247 genpd->detach_dev = cpg_mssr_detach_dev; in rcar_sysc_pd_setup()
Drmobile-sysc.c118 genpd->detach_dev = cpg_mstp_detach_dev; in rmobile_init_pm_domain()
Dr8a779a0-sysc.c330 genpd->detach_dev = cpg_mssr_detach_dev; in r8a779a0_sysc_pd_setup()
/kernel/linux/linux-5.10/drivers/soc/xilinx/
Dzynqmp_pm_domains.c280 pd->gpd.detach_dev = zynqmp_gpd_detach_dev; in zynqmp_gpd_probe()
/kernel/linux/linux-5.10/drivers/clk/renesas/
Dclk-mstp.c338 pd->detach_dev = cpg_mstp_detach_dev; in cpg_mstp_add_clk_domain()
Drenesas-cpg-mssr.c579 genpd->detach_dev = cpg_mssr_detach_dev; in cpg_mssr_add_clk_domain()
Dr9a06g032-clocks.c426 pd->detach_dev = r9a06g032_detach_dev; in r9a06g032_add_clk_domain()
/kernel/linux/linux-5.10/include/linux/
Dpm_domain.h137 void (*detach_dev)(struct generic_pm_domain *domain, member
Diommu.h241 void (*detach_dev)(struct iommu_domain *domain, struct device *dev); member
/kernel/linux/linux-5.10/drivers/iommu/
Dtegra-gart.c280 .detach_dev = gart_iommu_detach_dev,
Ds390-iommu.c362 .detach_dev = s390_iommu_detach_device,
Dmtk_iommu_v1.c522 .detach_dev = mtk_iommu_detach_device,
Dmtk_iommu.c538 .detach_dev = mtk_iommu_detach_device,
Dipmmu-vmsa.c900 .detach_dev = ipmmu_detach_device,
Dmsm_iommu.c683 .detach_dev = msm_iommu_detach_dev,
Dsun50i-iommu.c775 .detach_dev = sun50i_iommu_detach_device,
Dfsl_pamu_domain.c1033 .detach_dev = fsl_pamu_detach_device,
Diommu.c2190 if (unlikely(domain->ops->detach_dev == NULL)) in __iommu_detach_device()
2193 domain->ops->detach_dev(domain, dev); in __iommu_detach_device()
Drockchip-iommu.c1114 .detach_dev = rk_iommu_detach_device,
Dtegra-smmu.c979 .detach_dev = tegra_smmu_detach_dev,
/kernel/linux/linux-5.10/drivers/clk/davinci/
Dpsc.c282 lpsc->pm_domain.detach_dev = davinci_psc_genpd_detach_dev; in davinci_lpsc_clk_register()
/kernel/linux/linux-5.10/drivers/soc/ti/
Domap_prm.c395 prmd->pd.detach_dev = omap_prm_domain_detach_dev; in omap_prm_domain_init()
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/
Dqcom_iommu.c613 .detach_dev = qcom_iommu_detach_dev,
/kernel/linux/linux-5.10/drivers/soc/rockchip/
Dpm_domains.c497 pd->genpd.detach_dev = rockchip_pd_detach_dev; in rockchip_pm_add_one_domain()
/kernel/linux/linux-5.10/drivers/base/power/
Ddomain.c1608 if (genpd->detach_dev) in genpd_remove_device()
1609 genpd->detach_dev(genpd, dev); in genpd_remove_device()

12