Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dcppc_cpufreq.c72 cpu->perf_ctrls.desired_perf = cpu->perf_caps.lowest_perf; in cppc_cpufreq_stop_cpu()
77 cpu->perf_caps.lowest_perf, cpu_num, ret); in cppc_cpufreq_stop_cpu()
89 ret = cppc_get_perf_caps(policy->cpu, &cpu->perf_caps); in cppc_cpufreq_cpu_init()
97 policy->min = cpu->perf_caps.lowest_perf; in cppc_cpufreq_cpu_init()
98 policy->max = cpu->perf_caps.highest_perf; in cppc_cpufreq_cpu_init()
112 memcpy(&all_cpu_data[i]->perf_caps, &cpu->perf_caps, in cppc_cpufreq_cpu_init()
113 sizeof(cpu->perf_caps)); in cppc_cpufreq_cpu_init()
125 policy->cur = cpu->perf_ctrls.desired_perf = cpu->perf_caps.highest_perf; in cppc_cpufreq_cpu_init()
130 cpu->perf_caps.highest_perf, cpu_num, ret); in cppc_cpufreq_cpu_init()
/drivers/acpi/
Dcppc_acpi.c589 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() argument
622 perf_caps->highest_perf = high; in cppc_get_perf_caps()
625 perf_caps->lowest_perf = low; in cppc_get_perf_caps()
628 perf_caps->reference_perf = ref; in cppc_get_perf_caps()
631 perf_caps->nominal_perf = nom; in cppc_get_perf_caps()
634 perf_caps->reference_perf = perf_caps->nominal_perf; in cppc_get_perf_caps()