Lines Matching refs:genpd
144 unsigned int (*opp_to_performance_state)(struct generic_pm_domain *genpd,
146 int (*set_performance_state)(struct generic_pm_domain *genpd,
225 int pm_genpd_add_device(struct generic_pm_domain *genpd, struct device *dev);
227 int pm_genpd_add_subdomain(struct generic_pm_domain *genpd,
229 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd,
231 int pm_genpd_init(struct generic_pm_domain *genpd,
233 int pm_genpd_remove(struct generic_pm_domain *genpd);
252 static inline int pm_genpd_add_device(struct generic_pm_domain *genpd, in pm_genpd_add_device() argument
261 static inline int pm_genpd_add_subdomain(struct generic_pm_domain *genpd, in pm_genpd_add_subdomain() argument
266 static inline int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() argument
271 static inline int pm_genpd_init(struct generic_pm_domain *genpd, in pm_genpd_init() argument
276 static inline int pm_genpd_remove(struct generic_pm_domain *genpd) in pm_genpd_remove() argument
334 struct generic_pm_domain *genpd);
356 struct generic_pm_domain *genpd) in of_genpd_add_provider_simple() argument