Searched refs:amb_temp_limits (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/sbus/char/
H A Dbbc_envctrl.c72 static struct temp_limits amb_temp_limits[2] = { variable in typeref:struct:temp_limits
181 if (tp->curr_amb_temp >= amb_temp_limits[tp->index].high_shutdown ||
182 tp->curr_amb_temp < amb_temp_limits[tp->index].low_shutdown) {
210 amb_temp_limits[tp->index].high_warn) {
216 amb_temp_limits[tp->index].low_warn) {
224 } else if (tp->curr_amb_temp >= amb_temp_limits[tp->index].high_warn ||
225 tp->curr_amb_temp < amb_temp_limits[tp->index].low_warn)
229 if (tp->curr_amb_temp >= amb_temp_limits[tp->index].high_shutdown ||
230 tp->curr_amb_temp < amb_temp_limits[tp->index].low_shutdown) {
238 s8 amb_goal_hi = amb_temp_limits[t
[all...]

Completed in 36 milliseconds