Home
last modified time | relevance | path

Searched refs:perf_caps (Results 1 – 3 of 3) sorted by relevance

/drivers/cpufreq/
Dcppc_cpufreq.c122 local_freq_scale = div64_u64(perf, cpu_data->perf_caps.highest_perf); in cppc_scale_freq_workfn()
314 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_perf_to_khz()
339 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_khz_to_perf()
450 ret = cppc_get_perf_caps(cpu, &cpu_data->perf_caps); in cppc_cpufreq_get_cpu_data()
457 cpu_data->perf_caps.lowest_freq *= 1000; in cppc_cpufreq_get_cpu_data()
458 cpu_data->perf_caps.nominal_freq *= 1000; in cppc_cpufreq_get_cpu_data()
494 caps = &cpu_data->perf_caps; in cppc_cpufreq_cpu_init()
568 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_cpu_exit()
643 struct cppc_perf_caps *caps = &cpu_data->perf_caps; in cppc_cpufreq_set_boost()
Dacpi-cpufreq.c635 struct cppc_perf_caps perf_caps; in get_max_boost_ratio() local
642 ret = cppc_get_perf_caps(cpu, &perf_caps); in get_max_boost_ratio()
652 highest_perf = perf_caps.highest_perf; in get_max_boost_ratio()
654 nominal_perf = perf_caps.nominal_perf; in get_max_boost_ratio()
/drivers/acpi/
Dcppc_acpi.c1091 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() argument
1134 perf_caps->highest_perf = high; in cppc_get_perf_caps()
1137 perf_caps->lowest_perf = low; in cppc_get_perf_caps()
1140 perf_caps->nominal_perf = nom; in cppc_get_perf_caps()
1144 perf_caps->guaranteed_perf = 0; in cppc_get_perf_caps()
1147 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()
1151 perf_caps->lowest_nonlinear_perf = min_nonlinear; in cppc_get_perf_caps()
1163 perf_caps->lowest_freq = low_f; in cppc_get_perf_caps()
1164 perf_caps->nominal_freq = nom_f; in cppc_get_perf_caps()