Home
last modified time | relevance | path

Searched refs:of_genpd_add_subdomain (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/include/linux/
Dpm_domain.h327 int of_genpd_add_subdomain(struct of_phandle_args *parent_spec,
363 static inline int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, in of_genpd_add_subdomain() function
/linux-5.19.10/drivers/soc/samsung/
Dpm_domains.c141 if (of_genpd_add_subdomain(&parent, &child)) in exynos_pd_probe()
/linux-5.19.10/drivers/cpuidle/
Ddt_idle_genpd.c144 ret = of_genpd_add_subdomain(&parent, &child); in dt_idle_pd_init_topology()
/linux-5.19.10/drivers/soc/apple/
Dapple-pmgr-pwrstate.c268 ret = of_genpd_add_subdomain(&parent, &child); in apple_pmgr_ps_probe()
/linux-5.19.10/drivers/base/power/
Ddomain.c2544 int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, in of_genpd_add_subdomain() function
2571 EXPORT_SYMBOL_GPL(of_genpd_add_subdomain);
/linux-5.19.10/drivers/soc/tegra/
Dpmc.c1463 err = of_genpd_add_subdomain(&parent_args, &child_args); in tegra_powergate_init()