Searched refs:cppc_get_perf_ctrs (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/acpi/ |
D | cppc_acpi.h | 139 extern int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *perf_fb_ctrs); 161 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.1.9/drivers/cpufreq/ |
D | cppc_cpufreq.c | 121 if (cppc_get_perf_ctrs(cppc_fi->cpu, &fb_ctrs)) { in cppc_scale_freq_workfn() 179 ret = cppc_get_perf_ctrs(cpu, &cppc_fi->prev_perf_fb_ctrs); in cppc_cpufreq_cpu_fie_init() 850 ret = cppc_get_perf_ctrs(cpu, &fb_ctrs_t0); in cppc_cpufreq_get_rate() 856 ret = cppc_get_perf_ctrs(cpu, &fb_ctrs_t1); in cppc_cpufreq_get_rate()
|
/linux-6.1.9/drivers/acpi/ |
D | cppc_acpi.c | 163 show_cppc_data(cppc_get_perf_ctrs, cppc_perf_fb_ctrs, reference_perf); 164 show_cppc_data(cppc_get_perf_ctrs, cppc_perf_fb_ctrs, wraparound_time); 173 ret = cppc_get_perf_ctrs(cpc_ptr->cpu_id, &fb_ctrs); in show_feedback_ctrs() 1295 int cppc_get_perf_ctrs(int cpunum, struct cppc_perf_fb_ctrs *perf_fb_ctrs) in cppc_get_perf_ctrs() function 1366 EXPORT_SYMBOL_GPL(cppc_get_perf_ctrs);
|