Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Ddell-smm-hwmon.c110 static uint fan_max; variable
111 module_param(fan_max, uint, 0);
112 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");
793 uint fan_max; member
806 .fan_max = I8K_FAN_TURBO,
810 .fan_max = I8K_FAN_TURBO,
814 .fan_max = I8K_FAN_HIGH,
818 .fan_max = I8K_FAN_HIGH,
1003 if (!fan_max && conf->fan_max) in i8k_probe()
1004 fan_max = conf->fan_max; in i8k_probe()
[all …]
Dadt7470.c161 u16 fan_max[ADT7470_FAN_COUNT]; member
377 data->fan_max[i] = adt7470_read_word_data(client, in adt7470_update_device()
548 if (FAN_DATA_VALID(data->fan_max[attr->index])) in show_fan_max()
550 FAN_PERIOD_TO_RPM(data->fan_max[attr->index])); in show_fan_max()
571 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
707 data->fan_max[ix - 4] = dme1737_read(data, in dme1737_update_device()
1112 res = FAN_MAX_FROM_REG(data->fan_max[ix - 4]); in show_fan()
1164 data->fan_max[ix - 4] = FAN_MAX_TO_REG(val); in set_fan()
1166 data->fan_max[ix - 4]); in set_fan()