Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dcppc_cpufreq.c374 if (desired_perf == cpu_data->perf_ctrls.desired_perf) in cppc_cpufreq_set_target()
377 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_set_target()
382 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_set_target()
548 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()
550 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_cpu_init()
574 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()
576 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_cpu_exit()
609 return cpu_data->perf_ctrls.desired_perf; in cppc_perf_from_fbctrs()
/drivers/acpi/
Dcppc_acpi.c1261 int cppc_set_perf(int cpu, struct cppc_perf_ctrls *perf_ctrls) in cppc_set_perf() argument
1310 cpc_write(cpu, desired_reg, perf_ctrls->desired_perf); in cppc_set_perf()