Home
last modified time | relevance | path

Searched refs:fan_max (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c143 static uint fan_max; variable
144 module_param(fan_max, uint, 0);
145 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");
1265 data->i8k_fan_max = fan_max ? : I8K_FAN_HIGH; in dell_smm_init_data()
1402 uint fan_max; member
1414 .fan_max = I8K_FAN_TURBO,
1418 .fan_max = I8K_FAN_HIGH,
1422 .fan_max = I8K_FAN_HIGH,
1775 if (!fan_max && config->fan_max) in dell_smm_init_dmi()
1776 fan_max = config->fan_max; in dell_smm_init_dmi()
H A Dadt7470.c160 u16 fan_max[ADT7470_FAN_COUNT]; member
403 data->fan_max[i] = val; in adt7470_update_limits()
645 if (FAN_DATA_VALID(data->fan_max[channel])) in adt7470_fan_read()
646 *val = FAN_PERIOD_TO_RPM(data->fan_max[channel]); in adt7470_fan_read()
680 data->fan_max[channel] = val; in adt7470_fan_write()
H A Df75375s.c98 u16 fan_max[2]; member
167 data->fan_max[nr] = in f75375_update_device()
629 show_fan(fan_max);
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1278 dell_smm_hwmon.fan_max=