Lines Matching refs:current_pstate
143 int current_pstate; member
1394 cpu->pstate.current_pstate = pstate; in intel_pstate_set_pstate()
1666 if (pstate == cpu->pstate.current_pstate) in intel_pstate_update_pstate()
1669 cpu->pstate.current_pstate = pstate; in intel_pstate_update_pstate()
1675 int from = cpu->pstate.current_pstate; in intel_pstate_adjust_pstate()
1690 cpu->pstate.current_pstate, in intel_pstate_adjust_pstate()
2174 cpu->pstate.current_pstate, in intel_cpufreq_trace()
2208 old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_target()
2209 if (target_pstate != cpu->pstate.current_pstate) { in intel_cpufreq_target()
2210 cpu->pstate.current_pstate = target_pstate; in intel_cpufreq_target()
2231 old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_fast_switch()