Lines Matching refs:em_perf_domain
72 struct em_perf_domain { struct
167 struct em_perf_domain *em_cpu_get(int cpu);
168 struct em_perf_domain *em_pd_get(struct device *dev);
175 struct em_perf_table *em_table_alloc(struct em_perf_domain *pd);
180 int em_update_performance_limits(struct em_perf_domain *pd,
198 struct em_perf_domain *pd, unsigned long max_util) in em_pd_get_efficient_state()
235 static inline unsigned long em_cpu_energy(struct em_perf_domain *pd, in em_cpu_energy()
317 static inline int em_pd_nr_perf_states(struct em_perf_domain *pd) in em_pd_nr_perf_states()
334 struct em_perf_state *em_perf_state_from_pd(struct em_perf_domain *pd) in em_perf_state_from_pd()
355 static inline struct em_perf_domain *em_cpu_get(int cpu) in em_cpu_get()
359 static inline struct em_perf_domain *em_pd_get(struct device *dev) in em_pd_get()
363 static inline unsigned long em_cpu_energy(struct em_perf_domain *pd, in em_cpu_energy()
369 static inline int em_pd_nr_perf_states(struct em_perf_domain *pd) in em_pd_nr_perf_states()
374 struct em_perf_table *em_table_alloc(struct em_perf_domain *pd) in em_table_alloc()
386 struct em_perf_state *em_perf_state_from_pd(struct em_perf_domain *pd) in em_perf_state_from_pd()
401 int em_update_performance_limits(struct em_perf_domain *pd, in em_update_performance_limits()