Searched refs:cppc_perf_caps (Results 1 – 9 of 9) sorted by relevance
/linux-6.8/include/acpi/ |
D | cppc_acpi.h | 103 struct cppc_perf_caps { struct 132 struct cppc_perf_caps perf_caps; argument 145 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps); 147 extern unsigned int cppc_perf_to_khz(struct cppc_perf_caps *caps, unsigned int perf); 148 extern unsigned int cppc_khz_to_perf(struct cppc_perf_caps *caps, unsigned int freq); 159 extern int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps); 182 static inline int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps) in cppc_get_perf_caps() 226 static inline int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_auto_sel_caps()
|
/linux-6.8/drivers/cpufreq/ |
D | cppc_cpufreq.c | 390 struct cppc_perf_caps *perf_caps; in get_perf_level_count() 424 struct cppc_perf_caps *perf_caps; in cppc_get_cpu_power() 488 struct cppc_perf_caps *perf_caps; in cppc_get_cpu_cost() 613 struct cppc_perf_caps *caps; in cppc_cpufreq_cpu_init() 694 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_cpu_exit() 769 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_set_boost()
|
D | amd-pstate.c | 320 struct cppc_perf_caps cppc_perf; in cppc_init_perf() 595 struct cppc_perf_caps cppc_perf; in amd_get_min_freq() 607 struct cppc_perf_caps cppc_perf; in amd_get_max_freq() 630 struct cppc_perf_caps cppc_perf; in amd_get_nominal_freq() 642 struct cppc_perf_caps cppc_perf; in amd_get_lowest_nonlinear_freq()
|
D | amd-pstate-ut.c | 126 struct cppc_perf_caps cppc_perf; in amd_pstate_ut_check_perf()
|
D | acpi-cpufreq.c | 633 struct cppc_perf_caps perf_caps; in get_max_boost_ratio()
|
D | intel_pstate.c | 357 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-6.8/drivers/acpi/ |
D | cppc_acpi.c | 159 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf); 160 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf); 161 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_perf); 162 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf); 163 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_freq); 164 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_freq); 1180 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() 1444 int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_auto_sel_caps() 1810 unsigned int cppc_perf_to_khz(struct cppc_perf_caps *caps, unsigned int perf) in cppc_perf_to_khz() 1836 unsigned int cppc_khz_to_perf(struct cppc_perf_caps *caps, unsigned int freq) in cppc_khz_to_perf()
|
/linux-6.8/arch/x86/kernel/acpi/ |
D | cppc.c | 71 struct cppc_perf_caps perf_caps; in amd_set_max_freq_ratio()
|
/linux-6.8/drivers/base/ |
D | arch_topology.c | 371 struct cppc_perf_caps perf_caps; in topology_init_cpu_capacity_cppc()
|