Searched refs:cppc_get_perf_ctrs (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/acpi/
H A Dcppc_acpi.h143 extern int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *perf_fb_ctrs);
175 static inline int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *perf_fb_ctrs) function
/linux-master/drivers/cpufreq/
H A Dcppc_cpufreq.c114 if (cppc_get_perf_ctrs(cppc_fi->cpu, &fb_ctrs)) {
146 * cppc_get_perf_ctrs() can potentially sleep, call that from the right
172 ret = cppc_get_perf_ctrs(cpu, &cppc_fi->prev_perf_fb_ctrs);
750 ret = cppc_get_perf_ctrs(cpu, &fb_ctrs_t0);
756 ret = cppc_get_perf_ctrs(cpu, &fb_ctrs_t1);
/linux-master/drivers/acpi/
H A Dcppc_acpi.c166 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);
183 ret = cppc_get_perf_ctrs(cpc_ptr->cpu_id, &fb_ctrs);
1323 * routine allows callers of cppc_get_perf_ctrs() to know this ahead of time.
1361 * cppc_get_perf_ctrs - Read a CPU's performance feedback counters.
1367 int cppc_get_perf_ctrs(int cpunum, struct cppc_perf_fb_ctrs *perf_fb_ctrs) function
1438 EXPORT_SYMBOL_GPL(cppc_get_perf_ctrs); variable

Completed in 125 milliseconds