Lines Matching refs:fan_max
116 static uint fan_max; variable
117 module_param(fan_max, uint, 0);
118 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");
979 uint fan_max; member
992 .fan_max = I8K_FAN_TURBO,
996 .fan_max = I8K_FAN_TURBO,
1000 .fan_max = I8K_FAN_HIGH,
1004 .fan_max = I8K_FAN_HIGH,
1281 if (!fan_max && conf->fan_max) in i8k_probe()
1282 fan_max = conf->fan_max; in i8k_probe()
1285 i8k_fan_max = fan_max ? : I8K_FAN_HIGH; /* Must not be 0 */ in i8k_probe()