Lines Matching full:lower
25 * d. if the trend is THERMAL_TREND_DROP_FULL, use lower limit
27 * If the temperature is lower than a trip point,
29 * b. if the trend is THERMAL_TREND_DROPPING, use lower cooling
31 * equals lower limit, deactivate the thermal instance
33 * d. if the trend is THERMAL_TREND_DROP_FULL, use lower limit,
34 * if the cooling state already equals lower limit,
57 ((cur_state + 1) < instance->lower ? in get_target_state()
58 instance->lower : (cur_state + 1)); in get_target_state()
71 if (next_target < instance->lower) in get_target_state()
72 next_target = instance->lower; in get_target_state()
80 if (cur_state <= instance->lower) { in get_target_state()
92 if (cur_state == instance->lower) { in get_target_state()
96 next_target = instance->lower; in get_target_state()