Lines Matching refs:genpd
141 unsigned int (*opp_to_performance_state)(struct generic_pm_domain *genpd,
143 int (*set_performance_state)(struct generic_pm_domain *genpd,
222 int pm_genpd_add_device(struct generic_pm_domain *genpd, struct device *dev);
224 int pm_genpd_add_subdomain(struct generic_pm_domain *genpd,
226 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd,
228 int pm_genpd_init(struct generic_pm_domain *genpd,
230 int pm_genpd_remove(struct generic_pm_domain *genpd);
247 static inline int pm_genpd_add_device(struct generic_pm_domain *genpd, in pm_genpd_add_device() argument
256 static inline int pm_genpd_add_subdomain(struct generic_pm_domain *genpd, in pm_genpd_add_subdomain() argument
261 static inline int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() argument
266 static inline int pm_genpd_init(struct generic_pm_domain *genpd, in pm_genpd_init() argument
271 static inline int pm_genpd_remove(struct generic_pm_domain *genpd) in pm_genpd_remove() argument
322 struct generic_pm_domain *genpd);
344 struct generic_pm_domain *genpd) in of_genpd_add_provider_simple() argument