Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dpm_domain.h272 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd,
312 static inline int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() function
/linux-6.12.1/drivers/clk/qcom/
Dgdsc.c578 pm_genpd_remove_subdomain(scs[i]->parent, &scs[i]->pd); in gdsc_unregister()
580 pm_genpd_remove_subdomain(pd_to_genpd(dev->pm_domain), &scs[i]->pd); in gdsc_unregister()
/linux-6.12.1/drivers/pmdomain/
Dcore.c2082 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() function
2121 EXPORT_SYMBOL_GPL(pm_genpd_remove_subdomain);
2792 ret = pm_genpd_remove_subdomain(parent, subdomain); in of_genpd_remove_subdomain()