Lines Matching refs:genpd
190 int (*set_performance_state)(struct generic_pm_domain *genpd,
279 int pm_genpd_add_device(struct generic_pm_domain *genpd, struct device *dev);
281 int pm_genpd_add_subdomain(struct generic_pm_domain *genpd,
283 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd,
285 int pm_genpd_init(struct generic_pm_domain *genpd,
287 int pm_genpd_remove(struct generic_pm_domain *genpd);
310 static inline int pm_genpd_add_device(struct generic_pm_domain *genpd, in pm_genpd_add_device() argument
319 static inline int pm_genpd_add_subdomain(struct generic_pm_domain *genpd, in pm_genpd_add_subdomain() argument
324 static inline int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() argument
329 static inline int pm_genpd_init(struct generic_pm_domain *genpd, in pm_genpd_init() argument
334 static inline int pm_genpd_remove(struct generic_pm_domain *genpd) in pm_genpd_remove() argument
412 struct generic_pm_domain *genpd);
432 struct generic_pm_domain *genpd) in of_genpd_add_provider_simple() argument