Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dacerhdf.c56 * No matter what value the user puts into the fanon variable, turn on the fan
75 static unsigned int fanon = ACERHDF_DEFAULT_TEMP_FANON; variable
88 module_param(fanon, uint, 0600);
89 MODULE_PARM_DESC(fanon, "Turn the fan on above this temperature");
333 if (fanon > ACERHDF_MAX_FANON) { in acerhdf_check_param()
334 pr_err("fanon temperature too high, set to %d\n", in acerhdf_check_param()
336 fanon = ACERHDF_MAX_FANON; in acerhdf_check_param()
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, fano in acerhdf_check_param()
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dacerhdf.c54 * No matter what value the user puts into the fanon variable, turn on the fan
73 static unsigned int fanon = 60000; variable
89 module_param(fanon, uint, 0600);
90 MODULE_PARM_DESC(fanon, "Turn the fan on above this temperature");
325 if (fanon > ACERHDF_MAX_FANON) { in acerhdf_check_param()
326 pr_err("fanon temperature too high, set to %d\n", in acerhdf_check_param()
328 fanon = ACERHDF_MAX_FANON; in acerhdf_check_param()
446 *temp = fanon - fanoff; in acerhdf_get_trip_hyst()
455 *temp = fanon; in acerhdf_get_trip_temp()

Completed in 5 milliseconds