Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpm_domain.h339 int of_genpd_add_subdomain(struct of_phandle_args *parent_spec,
375 static inline int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, in of_genpd_add_subdomain() function
/openbmc/linux/drivers/pmdomain/samsung/
H A Dexynos-pm-domains.c142 if (of_genpd_add_subdomain(&parent, &child)) in exynos_pd_probe()
/openbmc/linux/drivers/cpuidle/
H A Ddt_idle_genpd.c144 ret = of_genpd_add_subdomain(&parent, &child); in dt_idle_pd_init_topology()
/openbmc/linux/drivers/pmdomain/apple/
H A Dpmgr-pwrstate.c271 ret = of_genpd_add_subdomain(&parent, &child); in apple_pmgr_ps_probe()
/openbmc/linux/drivers/base/power/
H A Ddomain.c2556 int of_genpd_add_subdomain(struct of_phandle_args *parent_spec, in of_genpd_add_subdomain() function
2583 EXPORT_SYMBOL_GPL(of_genpd_add_subdomain);
/openbmc/linux/drivers/soc/tegra/
H A Dpmc.c1482 err = of_genpd_add_subdomain(&parent_args, &child_args); in tegra_powergate_init()