Searched refs:cppc_get_perf_ctrs (Results 1 – 3 of 3) sorted by relevance
/linux-6.8/include/acpi/ |
D | cppc_acpi.h | 142 extern int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *perf_fb_ctrs); 170 static inline int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *perf_fb_ctrs) in cppc_get_perf_ctrs() function
|
/linux-6.8/drivers/cpufreq/ |
D | cppc_cpufreq.c | 114 if (cppc_get_perf_ctrs(cppc_fi->cpu, &fb_ctrs)) { in cppc_scale_freq_workfn() 172 ret = cppc_get_perf_ctrs(cpu, &cppc_fi->prev_perf_fb_ctrs); in cppc_cpufreq_cpu_fie_init() 750 ret = cppc_get_perf_ctrs(cpu, &fb_ctrs_t0); in cppc_cpufreq_get_rate() 756 ret = cppc_get_perf_ctrs(cpu, &fb_ctrs_t1); in cppc_cpufreq_get_rate()
|
/linux-6.8/drivers/acpi/ |
D | cppc_acpi.c | 166 show_cppc_data(cppc_get_perf_ctrs, cppc_perf_fb_ctrs, reference_perf); 167 show_cppc_data(cppc_get_perf_ctrs, cppc_perf_fb_ctrs, wraparound_time); 176 ret = cppc_get_perf_ctrs(cpc_ptr->cpu_id, &fb_ctrs); in show_feedback_ctrs() 1312 int cppc_get_perf_ctrs(int cpunum, struct cppc_perf_fb_ctrs *perf_fb_ctrs) in cppc_get_perf_ctrs() function 1383 EXPORT_SYMBOL_GPL(cppc_get_perf_ctrs);
|