Lines Matching refs:fan_max
106 static uint fan_max; variable
107 module_param(fan_max, uint, 0);
108 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");
764 uint fan_max; member
777 .fan_max = I8K_FAN_TURBO,
781 .fan_max = I8K_FAN_TURBO,
785 .fan_max = I8K_FAN_HIGH,
789 .fan_max = I8K_FAN_HIGH,
963 if (!fan_max && conf->fan_max) in i8k_probe()
964 fan_max = conf->fan_max; in i8k_probe()
967 i8k_fan_max = fan_max ? : I8K_FAN_HIGH; /* Must not be 0 */ in i8k_probe()