Lines Matching refs:genpd
132 unsigned int (*opp_to_performance_state)(struct generic_pm_domain *genpd,
134 int (*set_performance_state)(struct generic_pm_domain *genpd,
216 int pm_genpd_add_device(struct generic_pm_domain *genpd, struct device *dev);
218 int pm_genpd_add_subdomain(struct generic_pm_domain *genpd,
220 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd,
222 int pm_genpd_init(struct generic_pm_domain *genpd,
224 int pm_genpd_remove(struct generic_pm_domain *genpd);
241 static inline int pm_genpd_add_device(struct generic_pm_domain *genpd, in pm_genpd_add_device() argument
250 static inline int pm_genpd_add_subdomain(struct generic_pm_domain *genpd, in pm_genpd_add_subdomain() argument
255 static inline int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() argument
260 static inline int pm_genpd_init(struct generic_pm_domain *genpd, in pm_genpd_init() argument
265 static inline int pm_genpd_remove(struct generic_pm_domain *genpd) in pm_genpd_remove() argument
316 struct generic_pm_domain *genpd);
338 struct generic_pm_domain *genpd) in of_genpd_add_provider_simple() argument