Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/sbus/char/
Denvctrl.c177 static unsigned int shutdown_temperature = 0; variable
561 if (shutdown_temperature == 0) in envctrl_read()
564 data[0] = (unsigned char)(shutdown_temperature); in envctrl_read()
792 shutdown_temperature = *pval; in envctrl_init_adc()
1010 if (tempbuf[0] >= shutdown_temperature) { in kenvctrld()
1015 tempbuf[0], shutdown_temperature); in kenvctrld()