Searched refs:cppc_perf_caps (Results 1 – 9 of 9) sorted by relevance
| /linux/include/acpi/ |
| A D | cppc_acpi.h | 105 struct cppc_perf_caps { struct 134 struct cppc_perf_caps perf_caps; argument 148 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps); 150 extern unsigned int cppc_perf_to_khz(struct cppc_perf_caps *caps, unsigned int perf); 151 extern unsigned int cppc_khz_to_perf(struct cppc_perf_caps *caps, unsigned int freq); 162 extern int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps); 192 static inline int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps) in cppc_get_perf_caps() 236 static inline int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_auto_sel_caps()
|
| /linux/drivers/acpi/ |
| A D | cppc_acpi.c | 164 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf); 165 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf); 166 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_perf); 167 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf); 168 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, guaranteed_perf); 169 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_freq); 170 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_freq); 1274 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() 1541 int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_auto_sel_caps() 1907 unsigned int cppc_perf_to_khz(struct cppc_perf_caps *caps, unsigned int perf) in cppc_perf_to_khz() [all …]
|
| /linux/drivers/cpufreq/ |
| A D | cppc_cpufreq.c | 385 struct cppc_perf_caps *perf_caps; in get_perf_level_count() 419 struct cppc_perf_caps *perf_caps; in cppc_get_cpu_power() 483 struct cppc_perf_caps *perf_caps; in cppc_get_cpu_cost() 608 struct cppc_perf_caps *caps; in cppc_cpufreq_cpu_init() 689 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_cpu_exit() 768 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_set_boost()
|
| A D | amd-pstate-ut.c | 129 struct cppc_perf_caps cppc_perf; in amd_pstate_ut_check_perf()
|
| A D | amd-pstate.c | 390 struct cppc_perf_caps cppc_perf; in cppc_init_perf() 893 struct cppc_perf_caps cppc_perf; in amd_pstate_init_freq()
|
| A D | acpi-cpufreq.c | 631 struct cppc_perf_caps perf_caps; in get_max_boost_ratio()
|
| A D | intel_pstate.c | 358 struct cppc_perf_caps cppc_perf; in intel_pstate_set_itmt_prio() 401 struct cppc_perf_caps cppc_perf; in intel_pstate_get_cppc_guaranteed() 416 struct cppc_perf_caps cppc_perf; in intel_pstate_cppc_get_scaling()
|
| /linux/arch/x86/kernel/acpi/ |
| A D | cppc.c | 82 struct cppc_perf_caps perf_caps; in amd_set_max_freq_ratio()
|
| /linux/drivers/base/ |
| A D | arch_topology.c | 372 struct cppc_perf_caps perf_caps; in topology_init_cpu_capacity_cppc()
|
Completed in 37 milliseconds