Searched refs:cppc_perf_caps (Results 1 – 6 of 6) sorted by relevance
/linux/include/acpi/ |
A D | cppc_acpi.h | 103 struct cppc_perf_caps { struct 129 struct cppc_perf_caps perf_caps; argument 141 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps); 165 static inline int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps) in cppc_get_perf_caps()
|
/linux/drivers/cpufreq/ |
A D | cppc_cpufreq.c | 316 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_perf_to_khz() 340 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_khz_to_perf() 487 struct cppc_perf_caps *caps; in cppc_cpufreq_cpu_init() 569 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_cpu_exit() 644 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_set_boost()
|
A D | acpi-cpufreq.c | 636 struct cppc_perf_caps perf_caps; in get_max_boost_ratio()
|
A D | intel_pstate.c | 345 struct cppc_perf_caps cppc_perf; in intel_pstate_set_itmt_prio() 389 struct cppc_perf_caps cppc_perf; in intel_pstate_get_cppc_guaranteed()
|
/linux/drivers/acpi/ |
A D | cppc_acpi.c | 144 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf); 145 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf); 146 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_perf); 147 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf); 148 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_freq); 149 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_freq); 1069 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps()
|
/linux/arch/x86/kernel/ |
A D | smpboot.c | 2103 struct cppc_perf_caps perf_caps; in amd_set_max_freq_ratio()
|
Completed in 19 milliseconds