Lines Matching refs:target_freq
495 unsigned int target_freq, bool fast_switch)
512 freqs.new = target_freq;
514 des_perf = DIV_ROUND_CLOSEST(target_freq * cap_perf,
536 unsigned int target_freq,
539 return amd_pstate_update_freq(policy, target_freq, false);
543 unsigned int target_freq)
545 if (!amd_pstate_update_freq(policy, target_freq, true))
546 return target_freq;
559 unsigned int target_freq;
585 target_freq = div_u64(des_perf * max_freq, max_perf);
586 policy->cur = target_freq;