Home
last modified time | relevance | path

Searched refs:perf_ctrls (Results 1 – 2 of 2) sorted by relevance

/drivers/cpufreq/
Dcppc_cpufreq.c202 if (desired_perf == cpu->perf_ctrls.desired_perf) in cppc_cpufreq_set_target()
205 cpu->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_set_target()
210 ret = cppc_set_perf(cpu->cpu, &cpu->perf_ctrls); in cppc_cpufreq_set_target()
232 cpu->perf_ctrls.desired_perf = cpu->perf_caps.lowest_perf; in cppc_cpufreq_stop_cpu()
234 ret = cppc_set_perf(cpu_num, &cpu->perf_ctrls); in cppc_cpufreq_stop_cpu()
345 cpu->perf_ctrls.desired_perf = cpu->perf_caps.highest_perf; in cppc_cpufreq_cpu_init()
347 ret = cppc_set_perf(cpu_num, &cpu->perf_ctrls); in cppc_cpufreq_cpu_init()
382 delivered_perf = cpu->perf_ctrls.desired_perf; in cppc_get_rate_from_fbctrs()
/drivers/acpi/
Dcppc_acpi.c1270 int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls) in cppc_set_perf() argument
1319 cpc_write(cpu, desired_reg, perf_ctrls->desired_perf); in cppc_set_perf()