Searched refs:new_target_ratio (Results 1 – 1 of 1) sorted by relevance
616 unsigned long new_target_ratio) in powerclamp_set_cur_state() argument620 new_target_ratio = clamp(new_target_ratio, 0UL, in powerclamp_set_cur_state()622 if (set_target_ratio == 0 && new_target_ratio > 0) { in powerclamp_set_cur_state()624 set_target_ratio = new_target_ratio; in powerclamp_set_cur_state()627 } else if (set_target_ratio > 0 && new_target_ratio == 0) { in powerclamp_set_cur_state()632 set_target_ratio = new_target_ratio; in powerclamp_set_cur_state()