Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dintel_pstate.c1813 int target_pstate; in intel_pstate_adjust_pstate() local
1817 target_pstate = get_target_pstate(cpu); in intel_pstate_adjust_pstate()
1818 target_pstate = intel_pstate_prepare_request(cpu, target_pstate); in intel_pstate_adjust_pstate()
1819 trace_cpu_frequency(target_pstate * cpu->pstate.scaling, cpu->cpu); in intel_pstate_adjust_pstate()
1820 intel_pstate_update_pstate(cpu, target_pstate); in intel_pstate_adjust_pstate()
2330 int target_pstate, old_pstate; in intel_cpufreq_target() local
2340 target_pstate = DIV_ROUND_UP(freqs.new, cpu->pstate.scaling); in intel_cpufreq_target()
2343 target_pstate = freqs.new / cpu->pstate.scaling; in intel_cpufreq_target()
2346 target_pstate = DIV_ROUND_CLOSEST(freqs.new, cpu->pstate.scaling); in intel_cpufreq_target()
2349 target_pstate = intel_pstate_prepare_request(cpu, target_pstate); in intel_cpufreq_target()
[all …]