curr_cpu_temp 126 drivers/sbus/char/bbc_envctrl.c tp->prev_cpu_temp = tp->curr_cpu_temp; curr_cpu_temp 128 drivers/sbus/char/bbc_envctrl.c (unsigned char *) &tp->curr_cpu_temp, curr_cpu_temp 133 drivers/sbus/char/bbc_envctrl.c (int) tp->curr_cpu_temp, (int) tp->curr_amb_temp); curr_cpu_temp 151 drivers/sbus/char/bbc_envctrl.c } else if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_shutdown || curr_cpu_temp 152 drivers/sbus/char/bbc_envctrl.c tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_shutdown) { curr_cpu_temp 154 drivers/sbus/char/bbc_envctrl.c val = tp->curr_cpu_temp; curr_cpu_temp 229 drivers/sbus/char/bbc_envctrl.c if (tp->curr_cpu_temp >= curr_cpu_temp 233 drivers/sbus/char/bbc_envctrl.c tp->index, (int) tp->curr_cpu_temp); curr_cpu_temp 235 drivers/sbus/char/bbc_envctrl.c } else if (tp->curr_cpu_temp < curr_cpu_temp 239 drivers/sbus/char/bbc_envctrl.c tp->index, (int) tp->curr_cpu_temp); curr_cpu_temp 244 drivers/sbus/char/bbc_envctrl.c } else if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_warn || curr_cpu_temp 245 drivers/sbus/char/bbc_envctrl.c tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_warn) curr_cpu_temp 249 drivers/sbus/char/bbc_envctrl.c if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_shutdown || curr_cpu_temp 250 drivers/sbus/char/bbc_envctrl.c tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_shutdown) { curr_cpu_temp 282 drivers/sbus/char/bbc_envctrl.c tp->avg_cpu_temp = (s8)((int)((int)tp->avg_cpu_temp + (int)tp->curr_cpu_temp) / 2); curr_cpu_temp 487 drivers/sbus/char/bbc_envctrl.c tp->prev_cpu_temp = tp->avg_cpu_temp = tp->curr_cpu_temp; curr_cpu_temp 26 drivers/sbus/char/bbc_i2c.h s8 curr_cpu_temp;