Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Ddell-smm-hwmon.c117 static uint fan_max; variable
118 module_param(fan_max, uint, 0);
119 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");
879 uint fan_max; member
892 .fan_max = I8K_FAN_TURBO,
896 .fan_max = I8K_FAN_TURBO,
900 .fan_max = I8K_FAN_HIGH,
904 .fan_max = I8K_FAN_HIGH,
1145 if (!fan_max && conf->fan_max) in i8k_probe()
1146 fan_max = conf->fan_max; in i8k_probe()
[all …]
Dadt7470.c168 u16 fan_max[ADT7470_FAN_COUNT]; member
385 data->fan_max[i] = adt7470_read_word_data(client, in adt7470_update_device()
575 if (FAN_DATA_VALID(data->fan_max[attr->index])) in show_fan_max()
577 FAN_PERIOD_TO_RPM(data->fan_max[attr->index])); in show_fan_max()
598 data->fan_max[attr->index] = temp; in set_fan_max()
Df75375s.c112 u16 fan_max[2]; member
207 data->fan_max[nr] = in f75375_update_device()
669 show_fan(fan_max);
Ddme1737.c242 u8 fan_max[2]; member
710 data->fan_max[ix - 4] = dme1737_read(data, in dme1737_update_device()
1116 res = FAN_MAX_FROM_REG(data->fan_max[ix - 4]); in show_fan()
1168 data->fan_max[ix - 4] = FAN_MAX_TO_REG(val); in set_fan()
1170 data->fan_max[ix - 4]); in set_fan()