Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sbus/char/
Denvctrl.c179 static unsigned int shutdown_temperature = 0; variable
578 if (shutdown_temperature == 0) in envctrl_read()
581 data[0] = (unsigned char)(shutdown_temperature); in envctrl_read()
797 len = prom_getproperty(node, "shutdown-temp", (char *)&shutdown_temperature, in envctrl_init_adc()
798 sizeof(shutdown_temperature)); in envctrl_init_adc()
1032 if (tempbuf[0] >= shutdown_temperature) { in kenvctrld()
1037 tempbuf[0], shutdown_temperature); in kenvctrld()