Home
last modified time | relevance | path

Searched refs:pm_genpd_remove_subdomain (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dpm_domain.h229 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd,
266 static inline int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() function
/openbmc/linux/drivers/clk/qcom/
H A Dgdsc.c532 pm_genpd_remove_subdomain(scs[i]->parent, &scs[i]->pd); in gdsc_unregister()
534 pm_genpd_remove_subdomain(pd_to_genpd(dev->pm_domain), &scs[i]->pd); in gdsc_unregister()
/openbmc/linux/drivers/base/power/
H A Ddomain.c1921 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() function
1960 EXPORT_SYMBOL_GPL(pm_genpd_remove_subdomain);
2613 ret = pm_genpd_remove_subdomain(parent, subdomain); in of_genpd_remove_subdomain()