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,
218 int pm_genpd_add_device(struct generic_pm_domain *genpd, struct device *dev);
220 int pm_genpd_add_subdomain(struct generic_pm_domain *genpd,
222 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd,
224 int pm_genpd_init(struct generic_pm_domain *genpd,
226 int pm_genpd_remove(struct generic_pm_domain *genpd);
243 static inline int pm_genpd_add_device(struct generic_pm_domain *genpd, in pm_genpd_add_device() argument
252 static inline int pm_genpd_add_subdomain(struct generic_pm_domain *genpd, in pm_genpd_add_subdomain() argument
257 static inline int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() argument
262 static inline int pm_genpd_init(struct generic_pm_domain *genpd, in pm_genpd_init() argument
267 static inline int pm_genpd_remove(struct generic_pm_domain *genpd) in pm_genpd_remove() argument
318 struct generic_pm_domain *genpd);
340 struct generic_pm_domain *genpd) in of_genpd_add_provider_simple() argument