Home
last modified time | relevance | path

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

/linux/include/acpi/
H A Dcppc_acpi.h115 struct cppc_perf_caps { struct
142 struct cppc_perf_caps perf_caps; argument
156 extern int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps);
159 extern unsigned int cppc_perf_to_khz(struct cppc_perf_caps *caps, unsigned int perf);
160 extern unsigned int cppc_khz_to_perf(struct cppc_perf_caps *caps, unsigned int freq);
204 static inline int cppc_get_perf_caps(int cpu, struct cppc_perf_caps *caps) in cppc_get_perf_caps()
/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c397 struct cppc_perf_caps *perf_caps; in get_perf_level_count()
431 struct cppc_perf_caps *perf_caps; in cppc_get_cpu_power()
498 struct cppc_perf_caps *perf_caps; in cppc_get_cpu_cost()
620 struct cppc_perf_caps *caps; in cppc_cpufreq_cpu_init()
702 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_cpu_exit()
809 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_set_boost()
H A Damd-pstate-ut.c118 struct cppc_perf_caps cppc_perf; in amd_pstate_ut_check_perf()
H A Damd-pstate.c436 struct cppc_perf_caps cppc_perf; in shmem_init_perf()
929 struct cppc_perf_caps cppc_perf; in amd_pstate_init_freq()
H A Dacpi-cpufreq.c628 struct cppc_perf_caps perf_caps; in get_max_boost_ratio()
H A Dintel_pstate.c364 struct cppc_perf_caps cppc_perf; in intel_pstate_set_itmt_prio()
407 struct cppc_perf_caps cppc_perf; in intel_pstate_get_cppc_guaranteed()
422 struct cppc_perf_caps cppc_perf; in intel_pstate_cppc_get_scaling()
/linux/drivers/acpi/
H A Dcppc_acpi.c177 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf);
178 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf);
179 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_perf);
180 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf);
181 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, guaranteed_perf);
182 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_freq);
183 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, nominal_freq);
1341 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps()
1969 unsigned int cppc_perf_to_khz(struct cppc_perf_caps *caps, unsigned int perf) in cppc_perf_to_khz()
2001 unsigned int cppc_khz_to_perf(struct cppc_perf_caps *caps, unsigned int freq) in cppc_khz_to_perf()
/linux/arch/x86/kernel/acpi/
H A Dcppc.c84 struct cppc_perf_caps perf_caps; in amd_set_max_freq_ratio()
/linux/drivers/base/
H A Darch_topology.c330 struct cppc_perf_caps perf_caps; in topology_init_cpu_capacity_cppc()