Searched refs:perf_ctrls (Results 1 – 3 of 3) sorted by relevance
45 cpu->perf_ctrls.desired_perf = target_freq; in cppc_cpufreq_set_target()50 ret = cppc_set_perf(cpu->cpu, &cpu->perf_ctrls); in cppc_cpufreq_set_target()72 cpu->perf_ctrls.desired_perf = cpu->perf_caps.lowest_perf; in cppc_cpufreq_stop_cpu()74 ret = cppc_set_perf(cpu_num, &cpu->perf_ctrls); in cppc_cpufreq_stop_cpu()115 policy->cur = cpu->perf_ctrls.desired_perf = cpu->perf_caps.highest_perf; in cppc_cpufreq_cpu_init()117 ret = cppc_set_perf(cpu_num, &cpu->perf_ctrls); in cppc_cpufreq_cpu_init()
121 struct cppc_perf_ctrls perf_ctrls; member129 extern int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls);
701 int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls) in cppc_set_perf() argument720 cpc_write(&desired_reg->cpc_entry.reg, perf_ctrls->desired_perf); in cppc_set_perf()