Searched refs:of_genpd_add_provider_simple (Results 1 – 20 of 20) sorted by relevance
/linux/drivers/pmdomain/mediatek/ |
H A D | airoha-cpu-pmdomain.c | 104 ret = of_genpd_add_provider_simple(dev->of_node, pd); in airoha_cpu_pmdomain_probe()
|
/linux/drivers/pmdomain/samsung/ |
H A D | exynos-pm-domains.c | 135 ret = of_genpd_add_provider_simple(np, &pd->pd); in exynos_pd_probe()
|
/linux/drivers/cpuidle/ |
H A D | cpuidle-psci-domain.c | 85 ret = of_genpd_add_provider_simple(np, pd); in psci_pd_init()
|
H A D | cpuidle-riscv-sbi.c | 401 ret = of_genpd_add_provider_simple(np, pd); in sbi_pd_init()
|
/linux/include/linux/ |
H A D | pm_domain.h | 447 int of_genpd_add_provider_simple(struct device_node *np, 468 static inline int of_genpd_add_provider_simple(struct device_node *np, in of_genpd_add_provider_simple() function
|
/linux/drivers/pmdomain/imx/ |
H A D | imx93-pd.c | 137 ret = of_genpd_add_provider_simple(np, &domain->genpd); in imx93_pd_probe()
|
H A D | gpc.c | 199 ret = of_genpd_add_provider_simple(dev->of_node, &domain->base); in imx_pgc_power_domain_probe()
|
H A D | gpcv2.c | 1367 ret = of_genpd_add_provider_simple(domain->dev->of_node, in imx_pgc_domain_probe()
|
/linux/drivers/pmdomain/renesas/ |
H A D | rmobile-sysc.c | 290 of_genpd_add_provider_simple(np, &pd->genpd); in rmobile_add_pm_domains()
|
/linux/drivers/clk/renesas/ |
H A D | clk-mstp.c | 327 of_genpd_add_provider_simple(np, pd); in cpg_mstp_add_clk_domain()
|
H A D | renesas-cpg-mssr.c | 672 return of_genpd_add_provider_simple(np, genpd); in cpg_mssr_add_clk_domain()
|
H A D | rzv2h-cpg.c | 1078 return of_genpd_add_provider_simple(np, &pd->genpd); in rzv2h_cpg_add_pm_domains()
|
H A D | r9a06g032-clocks.c | 819 of_genpd_add_provider_simple(np, pd); in r9a06g032_add_clk_domain()
|
H A D | rzg2l-cpg.c | 1879 return of_genpd_add_provider_simple(np, genpd); in rzg2l_cpg_add_clk_domain()
|
/linux/drivers/pmdomain/apple/ |
H A D | pmgr-pwrstate.c | 258 ret = of_genpd_add_provider_simple(node, &ps->genpd); in apple_pmgr_ps_probe() 260 dev_err(dev, "of_genpd_add_provider_simple failed\n"); in apple_pmgr_ps_probe()
|
/linux/drivers/soc/dove/ |
H A D | pmu.c | 222 of_genpd_add_provider_simple(np, &domain->base); in __pmu_domain_register()
|
/linux/drivers/irqchip/ |
H A D | irq-qcom-mpm.c | 430 ret = of_genpd_add_provider_simple(np, genpd); in qcom_mpm_init()
|
/linux/drivers/pmdomain/ti/ |
H A D | omap_prm.c | 719 error = of_genpd_add_provider_simple(np, &prmd->pd); in omap_prm_domain_init()
|
/linux/drivers/pmdomain/qcom/ |
H A D | cpr.c | 1683 ret = of_genpd_add_provider_simple(dev->of_node, &drv->pd); in cpr_probe()
|
/linux/drivers/soc/tegra/ |
H A D | pmc.c | 1338 err = of_genpd_add_provider_simple(np, &pg->genpd); in tegra_powergate_add() 1429 err = of_genpd_add_provider_simple(np, genpd); in tegra_pmc_core_pd_add()
|