Home
last modified time | relevance | path

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

/linux-5.10/include/acpi/
Dcppc_acpi.h102 struct cppc_perf_caps { struct
128 struct cppc_perf_caps perf_caps; argument
139 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps);
/linux-5.10/drivers/acpi/
Dcppc_acpi.c152 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf);
153 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf);
154 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_perf);
155 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf);
156 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_freq);
157 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_freq);
1082 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps()
/linux-5.10/drivers/cpufreq/
Dcppc_cpufreq.c103 struct cppc_perf_caps *caps = &cpu->perf_caps; in cppc_cpufreq_perf_to_khz()
127 struct cppc_perf_caps *caps = &cpu->perf_caps; in cppc_cpufreq_khz_to_perf()
Dintel_pstate.c345 struct cppc_perf_caps cppc_perf; in intel_pstate_set_itmt_prio()
381 struct cppc_perf_caps cppc_perf; in intel_pstate_get_cppc_guranteed()