Lines Matching refs:fan_max
110 static uint fan_max; variable
111 module_param(fan_max, uint, 0);
112 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");
793 uint fan_max; member
806 .fan_max = I8K_FAN_TURBO,
810 .fan_max = I8K_FAN_TURBO,
814 .fan_max = I8K_FAN_HIGH,
818 .fan_max = I8K_FAN_HIGH,
1003 if (!fan_max && conf->fan_max) in i8k_probe()
1004 fan_max = conf->fan_max; in i8k_probe()
1007 i8k_fan_max = fan_max ? : I8K_FAN_HIGH; /* Must not be 0 */ in i8k_probe()