Lines Matching defs:fan_max
116 static uint fan_max;
117 module_param(fan_max, uint, 0);
118 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");
979 uint fan_max;
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)
1282 fan_max = conf->fan_max;
1285 i8k_fan_max = fan_max ? : I8K_FAN_HIGH; /* Must not be 0 */