Searched refs:perf_caps (Results 1 – 4 of 4) sorted by relevance
103 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()191 cpu->perf_ctrls.desired_perf = cpu->perf_caps.lowest_perf; in cppc_cpufreq_stop_cpu()196 cpu->perf_caps.lowest_perf, cpu_num, ret); in cppc_cpufreq_stop_cpu()251 ret = cppc_get_perf_caps(policy->cpu, &cpu->perf_caps); in cppc_cpufreq_cpu_init()260 cpu->perf_caps.lowest_freq *= 1000; in cppc_cpufreq_cpu_init()261 cpu->perf_caps.nominal_freq *= 1000; in cppc_cpufreq_cpu_init()267 policy->min = cppc_cpufreq_perf_to_khz(cpu, cpu->perf_caps.lowest_nonlinear_perf); in cppc_cpufreq_cpu_init()268 policy->max = cppc_cpufreq_perf_to_khz(cpu, cpu->perf_caps.nominal_perf); in cppc_cpufreq_cpu_init()275 policy->cpuinfo.min_freq = cppc_cpufreq_perf_to_khz(cpu, cpu->perf_caps.lowest_perf); in cppc_cpufreq_cpu_init()[all …]
635 struct cppc_perf_caps perf_caps; in get_max_boost_ratio() local642 ret = cppc_get_perf_caps(cpu, &perf_caps); in get_max_boost_ratio()649 highest_perf = perf_caps.highest_perf; in get_max_boost_ratio()650 nominal_perf = perf_caps.nominal_perf; in get_max_boost_ratio()
1073 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() argument1116 perf_caps->highest_perf = high; in cppc_get_perf_caps()1119 perf_caps->lowest_perf = low; in cppc_get_perf_caps()1122 perf_caps->nominal_perf = nom; in cppc_get_perf_caps()1126 perf_caps->guaranteed_perf = 0; in cppc_get_perf_caps()1129 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()1133 perf_caps->lowest_nonlinear_perf = min_nonlinear; in cppc_get_perf_caps()1145 perf_caps->lowest_freq = low_f; in cppc_get_perf_caps()1146 perf_caps->nominal_freq = nom_f; in cppc_get_perf_caps()
128 struct cppc_perf_caps perf_caps; member