Searched refs:cppc_get_perf_caps (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/acpi/ | 
| D | cppc_acpi.c | 152 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf); 153 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf); 154 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_perf); 155 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf); 156 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_freq); 157 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_freq); 1100 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps)  in cppc_get_perf_caps()  function 1181 EXPORT_SYMBOL_GPL(cppc_get_perf_caps);
  | 
| /Linux-v5.4/include/acpi/ | 
| D | cppc_acpi.h | 139 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps);
  | 
| /Linux-v5.4/drivers/cpufreq/ | 
| D | cppc_cpufreq.c | 292 	ret = cppc_get_perf_caps(policy->cpu, &cpu->perf_caps);  in cppc_cpufreq_cpu_init()
  | 
| D | intel_pstate.c | 348 	ret = cppc_get_perf_caps(cpu, &cppc_perf);  in intel_pstate_set_itmt_prio() 383 	ret = cppc_get_perf_caps(cpu, &cppc_perf);  in intel_pstate_get_cppc_guranteed()
  |