Searched refs:cppc_get_perf_ctrs (Results 1 – 6 of 6) sorted by relevance
| /linux/include/acpi/ |
| A D | cppc_acpi.h | 139 extern int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *perf_fb_ctrs); 157 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/ |
| A D | cppc_cpufreq.c | 112 if (cppc_get_perf_ctrs(cppc_fi->cpu, &fb_ctrs)) { in cppc_scale_freq_workfn() 170 ret = cppc_get_perf_ctrs(cpu, &cppc_fi->prev_perf_fb_ctrs); in cppc_cpufreq_cpu_fie_init() 625 ret = cppc_get_perf_ctrs(cpu, &fb_ctrs_t0); in cppc_cpufreq_get_rate() 631 ret = cppc_get_perf_ctrs(cpu, &fb_ctrs_t1); in cppc_cpufreq_get_rate()
|
| /linux/drivers/acpi/ |
| A D | cppc_acpi.c | 151 show_cppc_data(cppc_get_perf_ctrs, cppc_perf_fb_ctrs, reference_perf); 152 show_cppc_data(cppc_get_perf_ctrs, cppc_perf_fb_ctrs, wraparound_time); 161 ret = cppc_get_perf_ctrs(cpc_ptr->cpu_id, &fb_ctrs); in show_feedback_ctrs() 1159 int cppc_get_perf_ctrs(int cpunum, struct cppc_perf_fb_ctrs *perf_fb_ctrs) in cppc_get_perf_ctrs() function 1230 EXPORT_SYMBOL_GPL(cppc_get_perf_ctrs);
|
| /linux/ |
| A D | vmlinux.symvers | 5626 0x00000000 cppc_get_perf_ctrs vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 23638 ffff800010640920 T cppc_get_perf_ctrs
|
| A D | .tmp_System.map | 23638 ffff800010640920 T cppc_get_perf_ctrs
|
Completed in 325 milliseconds