Lines Matching refs:genpd
126 unsigned int (*opp_to_performance_state)(struct generic_pm_domain *genpd,
128 int (*set_performance_state)(struct generic_pm_domain *genpd,
208 int pm_genpd_add_device(struct generic_pm_domain *genpd, struct device *dev);
210 int pm_genpd_add_subdomain(struct generic_pm_domain *genpd,
212 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd,
214 int pm_genpd_init(struct generic_pm_domain *genpd,
216 int pm_genpd_remove(struct generic_pm_domain *genpd);
232 static inline int pm_genpd_add_device(struct generic_pm_domain *genpd, in pm_genpd_add_device() argument
241 static inline int pm_genpd_add_subdomain(struct generic_pm_domain *genpd, in pm_genpd_add_subdomain() argument
246 static inline int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() argument
251 static inline int pm_genpd_init(struct generic_pm_domain *genpd, in pm_genpd_init() argument
256 static inline int pm_genpd_remove(struct generic_pm_domain *genpd) in pm_genpd_remove() argument
304 struct generic_pm_domain *genpd);
326 struct generic_pm_domain *genpd) in of_genpd_add_provider_simple() argument