Home
last modified time | relevance | path

Searched refs:cppc_perf_caps (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/include/acpi/
Dcppc_acpi.h103 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);
157 extern int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps);
180 static inline int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps) in cppc_get_perf_caps()
224 static inline int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_auto_sel_caps()
/Linux-v6.6/drivers/cpufreq/
Dcppc_cpufreq.c334 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_perf_to_khz()
359 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_khz_to_perf()
485 struct cppc_perf_caps *perf_caps; in get_perf_level_count()
519 struct cppc_perf_caps *perf_caps; in cppc_get_cpu_power()
583 struct cppc_perf_caps *perf_caps; in cppc_get_cpu_cost()
712 struct cppc_perf_caps *caps; in cppc_cpufreq_cpu_init()
797 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_cpu_exit()
872 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_set_boost()
Damd-pstate.c320 struct cppc_perf_caps cppc_perf; in cppc_init_perf()
565 struct cppc_perf_caps cppc_perf; in amd_get_min_freq()
577 struct cppc_perf_caps cppc_perf; in amd_get_max_freq()
600 struct cppc_perf_caps cppc_perf; in amd_get_nominal_freq()
612 struct cppc_perf_caps cppc_perf; in amd_get_lowest_nonlinear_freq()
Damd-pstate-ut.c126 struct cppc_perf_caps cppc_perf; in amd_pstate_ut_check_perf()
Dacpi-cpufreq.c633 struct cppc_perf_caps perf_caps; in get_max_boost_ratio()
Dintel_pstate.c354 struct cppc_perf_caps cppc_perf; in intel_pstate_set_itmt_prio()
398 struct cppc_perf_caps cppc_perf; in intel_pstate_get_cppc_guaranteed()
413 struct cppc_perf_caps cppc_perf; in intel_pstate_cppc_get_scaling()
/Linux-v6.6/drivers/acpi/
Dcppc_acpi.c156 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()
1441 int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_auto_sel_caps()
/Linux-v6.6/arch/x86/kernel/acpi/
Dcppc.c71 struct cppc_perf_caps perf_caps; in amd_set_max_freq_ratio()
/Linux-v6.6/drivers/base/
Darch_topology.c353 struct cppc_perf_caps perf_caps; in topology_init_cpu_capacity_cppc()