Lines Matching refs:genpd
72 unsigned int (*opp_to_performance_state)(struct generic_pm_domain *genpd,
74 int (*set_performance_state)(struct generic_pm_domain *genpd,
146 int pm_genpd_add_device(struct generic_pm_domain *genpd, struct device *dev);
148 int pm_genpd_add_subdomain(struct generic_pm_domain *genpd,
150 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd,
152 int pm_genpd_init(struct generic_pm_domain *genpd,
154 int pm_genpd_remove(struct generic_pm_domain *genpd);
165 static inline int pm_genpd_add_device(struct generic_pm_domain *genpd, in pm_genpd_add_device() argument
174 static inline int pm_genpd_add_subdomain(struct generic_pm_domain *genpd, in pm_genpd_add_subdomain() argument
179 static inline int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() argument
184 static inline int pm_genpd_init(struct generic_pm_domain *genpd, in pm_genpd_init() argument
189 static inline int pm_genpd_remove(struct generic_pm_domain *genpd) in pm_genpd_remove() argument
226 struct generic_pm_domain *genpd);
246 struct generic_pm_domain *genpd) in of_genpd_add_provider_simple() argument