Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dpm_domain.h226 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd,
261 static inline int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() function
/linux-5.19.10/drivers/clk/qcom/
Dgdsc.c544 pm_genpd_remove_subdomain(scs[i]->parent, &scs[i]->pd); in gdsc_unregister()
546 pm_genpd_remove_subdomain(pd_to_genpd(dev->pm_domain), &scs[i]->pd); in gdsc_unregister()
/linux-5.19.10/drivers/base/power/
Ddomain.c1916 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() function
1955 EXPORT_SYMBOL_GPL(pm_genpd_remove_subdomain);
2602 ret = pm_genpd_remove_subdomain(parent, subdomain); in of_genpd_remove_subdomain()