Searched refs:em_cpu_get (Results 1 – 7 of 7) sorted by relevance
44 | | em_cpu_get() |122 有两个API函数提供对能量模型的访问。em_cpu_get()以CPU id为参数,em_pd_get()126 对CPU的能量模型感兴趣的子系统可以通过em_cpu_get() API检索它。在创建性能域时
45 struct em_perf_domain *pd = em_cpu_get(dtpm_cpu->cpu); in set_pd_power_limit()111 pd = em_cpu_get(dtpm_cpu->cpu); in get_pd_power_uw()132 struct em_perf_domain *em = em_cpu_get(dtpm_cpu->cpu); in update_pd_power_uw()212 pd = em_cpu_get(cpu); in __dtpm_cpu_setup()
169 struct em_perf_domain *em_cpu_get(int cpu);329 static inline struct em_perf_domain *em_cpu_get(int cpu) in em_cpu_get() function
305 struct em_perf_domain *em_cpu_get(int cpu) in em_cpu_get() function315 EXPORT_SYMBOL_GPL(em_cpu_get);370 if (em_cpu_get(cpu)) { in em_dev_register_perf_domain()
46 | | em_cpu_get() |163 em_cpu_get() which takes CPU id as an argument and em_pd_get() with device169 em_cpu_get() API. The energy model tables are allocated once upon creation of
666 struct em_perf_domain *em = em_cpu_get(policy->cpu); in of_cpufreq_cooling_register()
287 struct em_perf_domain *obj = em_cpu_get(cpu); in pd_init()