Searched refs:fanoff (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | acerhdf.c | 76 static unsigned int fanoff = ACERHDF_DEFAULT_TEMP_FANOFF; variable 90 module_param(fanoff, uint, 0600); 91 MODULE_PARM_DESC(fanoff, "Turn the fan off below this temperature"); 339 if (fanon < fanoff) { in acerhdf_check_param() 340 pr_err("fanoff temperature (%d) is above fanon temperature (%d), clamping to %d\n", in acerhdf_check_param() 341 fanoff, fanon, fanon); in acerhdf_check_param() 342 fanoff = fanon; in acerhdf_check_param() 346 trips[0].hysteresis = fanon - fanoff; in acerhdf_check_param()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | acerhdf.c | 74 static unsigned int fanoff = 53000; variable 91 module_param(fanoff, uint, 0600); 92 MODULE_PARM_DESC(fanoff, "Turn the fan off below this temperature"); 446 *temp = fanon - fanoff; in acerhdf_get_trip_hyst()
|
Completed in 3 milliseconds