Searched refs:fan_max (Results 1 – 4 of 4) sorted by relevance
122 static uint fan_max; variable123 module_param(fan_max, uint, 0);124 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");1057 uint fan_max; member1075 .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()[all …]
160 u16 fan_max[ADT7470_FAN_COUNT]; member403 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()
98 u16 fan_max[2]; member192 data->fan_max[nr] = in f75375_update_device()654 show_fan(fan_max);
229 u8 fan_max[2]; member697 data->fan_max[ix - 4] = dme1737_read(data, in dme1737_update_device()1103 res = FAN_MAX_FROM_REG(data->fan_max[ix - 4]); in show_fan()1155 data->fan_max[ix - 4] = FAN_MAX_TO_REG(val); in set_fan()1157 data->fan_max[ix - 4]); in set_fan()