Searched refs:fanon (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.c69 * No matter what value the user puts into the fanon variable, turn on the fan
88 static unsigned int fanon = 63000; variable
103 module_param(fanon, uint, 0600);
104 MODULE_PARM_DESC(fanon, "Turn the fan on above this temperature");
266 if (fanon > ACERHDF_MAX_FANON) {
267 pr_err("fanon temperature too high, set to %d\n",
269 fanon = ACERHDF_MAX_FANON;
396 *temp = fanon;

Completed in 91 milliseconds