Searched refs:fanoff (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dacerhdf.c89 static unsigned int fanoff = 58000; variable
105 module_param(fanoff, uint, 0600);
106 MODULE_PARM_DESC(fanoff, "Turn the fan off below this temperature");
468 /* turn fan off only if below fanoff temperature */
470 (cur_temp < fanoff))

Completed in 89 milliseconds