Lines Matching refs:fan_max
122 static uint fan_max; variable
123 module_param(fan_max, uint, 0);
124 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");
1057 uint fan_max; member
1075 .fan_max = I8K_FAN_TURBO,
1079 .fan_max = I8K_FAN_TURBO,
1083 .fan_max = I8K_FAN_HIGH,
1087 .fan_max = I8K_FAN_HIGH,
1391 if (!fan_max && conf->fan_max) in dell_smm_probe()
1392 fan_max = conf->fan_max; in dell_smm_probe()
1397 data->i8k_fan_max = fan_max ? : I8K_FAN_HIGH; in dell_smm_probe()