Searched refs:new_target_ratio (Results 1 – 1 of 1) sorted by relevance
643 unsigned long new_target_ratio) in powerclamp_set_cur_state() argument647 new_target_ratio = clamp(new_target_ratio, 0UL, in powerclamp_set_cur_state()649 if (set_target_ratio == 0 && new_target_ratio > 0) { in powerclamp_set_cur_state()651 set_target_ratio = new_target_ratio; in powerclamp_set_cur_state()654 } else if (set_target_ratio > 0 && new_target_ratio == 0) { in powerclamp_set_cur_state()659 set_target_ratio = new_target_ratio; in powerclamp_set_cur_state()