Searched refs:cppc_get_perf_ctrs (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/cpufreq/ |
| H A D | cppc_cpufreq.c | 77 if (cppc_get_perf_ctrs(cppc_fi->cpu, &fb_ctrs)) { in __cppc_scale_freq_tick() 166 ret = cppc_get_perf_ctrs(cpu, &cppc_fi->prev_perf_fb_ctrs); in cppc_cpufreq_cpu_fie_init() 755 ret = cppc_get_perf_ctrs(cpu, fb_ctrs_t0); in cppc_get_perf_ctrs_sample() 761 return cppc_get_perf_ctrs(cpu, fb_ctrs_t1); in cppc_get_perf_ctrs_sample()
|
| /linux/drivers/acpi/ |
| H A D | cppc_acpi.c | 185 show_cppc_data(cppc_get_perf_ctrs, cppc_perf_fb_ctrs, reference_perf); 186 show_cppc_data(cppc_get_perf_ctrs, cppc_perf_fb_ctrs, wraparound_time); 205 ret = cppc_get_perf_ctrs(cpc_ptr->cpu_id, &fb_ctrs); in show_feedback_ctrs() 1480 int cppc_get_perf_ctrs(int cpunum, struct cppc_perf_fb_ctrs *perf_fb_ctrs) in cppc_get_perf_ctrs() function 1551 EXPORT_SYMBOL_GPL(cppc_get_perf_ctrs);
|