cpu_temp_limits    70 drivers/sbus/char/bbc_envctrl.c static struct temp_limits cpu_temp_limits[2] = {
cpu_temp_limits   151 drivers/sbus/char/bbc_envctrl.c 	} else if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_shutdown ||
cpu_temp_limits   152 drivers/sbus/char/bbc_envctrl.c 		   tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_shutdown) {
cpu_temp_limits   230 drivers/sbus/char/bbc_envctrl.c 		    cpu_temp_limits[tp->index].high_warn) {
cpu_temp_limits   236 drivers/sbus/char/bbc_envctrl.c 			   cpu_temp_limits[tp->index].low_warn) {
cpu_temp_limits   244 drivers/sbus/char/bbc_envctrl.c 	} else if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_warn ||
cpu_temp_limits   245 drivers/sbus/char/bbc_envctrl.c 		   tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_warn)
cpu_temp_limits   249 drivers/sbus/char/bbc_envctrl.c 	if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_shutdown ||
cpu_temp_limits   250 drivers/sbus/char/bbc_envctrl.c 	    tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_shutdown) {
cpu_temp_limits   258 drivers/sbus/char/bbc_envctrl.c 		s8 cpu_goal_hi = cpu_temp_limits[tp->index].high_warn - 10;
cpu_temp_limits   481 drivers/sbus/char/bbc_envctrl.c 	bbc_i2c_writeb(tp->client, cpu_temp_limits[tp->index].high_pwroff,
cpu_temp_limits   483 drivers/sbus/char/bbc_envctrl.c 	bbc_i2c_writeb(tp->client, cpu_temp_limits[tp->index].low_pwroff,