Home
last modified time | relevance | path

Searched refs:shutdown_temperature (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/sbus/char/
Denvctrl.c178 static unsigned int shutdown_temperature = 0; variable
562 if (shutdown_temperature == 0) in envctrl_read()
565 data[0] = (unsigned char)(shutdown_temperature); in envctrl_read()
793 shutdown_temperature = *pval; in envctrl_init_adc()
1016 if (tempbuf[0] >= shutdown_temperature) { in kenvctrld()
1021 tempbuf[0], shutdown_temperature); in kenvctrld()