Lines Matching refs:genpd
116 unsigned int (*opp_to_performance_state)(struct generic_pm_domain *genpd,
118 int (*set_performance_state)(struct generic_pm_domain *genpd,
197 int pm_genpd_add_device(struct generic_pm_domain *genpd, struct device *dev);
199 int pm_genpd_add_subdomain(struct generic_pm_domain *genpd,
201 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd,
203 int pm_genpd_init(struct generic_pm_domain *genpd,
205 int pm_genpd_remove(struct generic_pm_domain *genpd);
219 static inline int pm_genpd_add_device(struct generic_pm_domain *genpd, in pm_genpd_add_device() argument
228 static inline int pm_genpd_add_subdomain(struct generic_pm_domain *genpd, in pm_genpd_add_subdomain() argument
233 static inline int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() argument
238 static inline int pm_genpd_init(struct generic_pm_domain *genpd, in pm_genpd_init() argument
243 static inline int pm_genpd_remove(struct generic_pm_domain *genpd) in pm_genpd_remove() argument
280 struct generic_pm_domain *genpd);
300 struct generic_pm_domain *genpd) in of_genpd_add_provider_simple() argument