Lines Matching refs: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 ?
58 instance->lower : (cur_state + 1));
71 if (next_target < instance->lower)
72 next_target = instance->lower;
80 if (cur_state <= instance->lower) {
92 if (cur_state == instance->lower) {
96 next_target = instance->lower;