Searched refs:cppc_get_perf_ctrs (Results 1 – 3 of 3) sorted by relevance
/linux/include/acpi/ |
H A D | cppc_acpi.h | 145 extern int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *perf_fb_ctrs); 180 static inline int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *perf_fb_ctrs) in cppc_get_perf_ctrs() function
|
/linux/drivers/cpufreq/ |
H A D | cppc_cpufreq.c | 95 if (cppc_get_perf_ctrs(cppc_fi->cpu, &fb_ctrs)) { in cppc_scale_freq_workfn() 156 ret = cppc_get_perf_ctrs(cpu, &cppc_fi->prev_perf_fb_ctrs); in cppc_cpufreq_cpu_fie_init() 734 ret = cppc_get_perf_ctrs(cpu, fb_ctrs_t0); in cppc_get_perf_ctrs_sample() 740 return cppc_get_perf_ctrs(cpu, fb_ctrs_t1); in cppc_get_perf_ctrs_sample()
|
/linux/drivers/acpi/ |
H A D | cppc_acpi.c | 172 show_cppc_data(cppc_get_perf_ctrs, cppc_perf_fb_ctrs, reference_perf); 173 show_cppc_data(cppc_get_perf_ctrs, cppc_perf_fb_ctrs, wraparound_time); 192 ret = cppc_get_perf_ctrs(cpc_ptr->cpu_id, &fb_ctrs); in show_feedback_ctrs() 1407 int cppc_get_perf_ctrs(int cpunum, struct cppc_perf_fb_ctrs *perf_fb_ctrs) in cppc_get_perf_ctrs() function 1478 EXPORT_SYMBOL_GPL(cppc_get_perf_ctrs);
|