Searched refs:perf_caps (Results 1 – 3 of 3) 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 …]
1082 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() argument1125 perf_caps->highest_perf = high; in cppc_get_perf_caps()1128 perf_caps->lowest_perf = low; in cppc_get_perf_caps()1131 perf_caps->nominal_perf = nom; in cppc_get_perf_caps()1135 perf_caps->guaranteed_perf = 0; in cppc_get_perf_caps()1138 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()1142 perf_caps->lowest_nonlinear_perf = min_nonlinear; in cppc_get_perf_caps()1154 perf_caps->lowest_freq = low_f; in cppc_get_perf_caps()1155 perf_caps->nominal_freq = nom_f; in cppc_get_perf_caps()
128 struct cppc_perf_caps perf_caps; member