Searched refs:cppc_perf_caps (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/acpi/ |
A D | cppc_acpi.h | 103 struct cppc_perf_caps { struct 131 struct cppc_perf_caps perf_caps; argument 144 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps); 177 static inline int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps) in cppc_get_perf_caps()
|
/linux-6.3-rc2/drivers/cpufreq/ |
A D | cppc_cpufreq.c | 331 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_perf_to_khz() 356 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_khz_to_perf() 482 struct cppc_perf_caps *perf_caps; in get_perf_level_count() 516 struct cppc_perf_caps *perf_caps; in cppc_get_cpu_power() 580 struct cppc_perf_caps *perf_caps; in cppc_get_cpu_cost() 709 struct cppc_perf_caps *caps; in cppc_cpufreq_cpu_init() 794 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_cpu_exit() 869 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_set_boost()
|
A D | amd-pstate.c | 293 struct cppc_perf_caps cppc_perf; in cppc_init_perf() 488 struct cppc_perf_caps cppc_perf; in amd_get_min_freq() 500 struct cppc_perf_caps cppc_perf; in amd_get_max_freq() 523 struct cppc_perf_caps cppc_perf; in amd_get_nominal_freq() 535 struct cppc_perf_caps cppc_perf; in amd_get_lowest_nonlinear_freq()
|
A D | amd-pstate-ut.c | 144 struct cppc_perf_caps cppc_perf; in amd_pstate_ut_check_perf()
|
A D | acpi-cpufreq.c | 632 struct cppc_perf_caps perf_caps; in get_max_boost_ratio()
|
A D | intel_pstate.c | 347 struct cppc_perf_caps cppc_perf; in intel_pstate_set_itmt_prio() 391 struct cppc_perf_caps cppc_perf; in intel_pstate_get_cppc_guaranteed()
|
/linux-6.3-rc2/drivers/acpi/ |
A D | cppc_acpi.c | 156 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf); 157 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf); 158 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_perf); 159 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf); 160 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_freq); 161 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_freq); 1177 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps()
|
/linux-6.3-rc2/arch/x86/kernel/acpi/ |
A D | cppc.c | 71 struct cppc_perf_caps perf_caps; in amd_set_max_freq_ratio()
|
/linux-6.3-rc2/drivers/base/ |
A D | arch_topology.c | 353 struct cppc_perf_caps perf_caps; in topology_init_cpu_capacity_cppc()
|
Completed in 40 milliseconds