Searched refs:fan_max (Results 1 – 4 of 4) sorted by relevance
117 static uint fan_max; variable118 module_param(fan_max, uint, 0);119 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");879 uint fan_max; member892 .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 …]
168 u16 fan_max[ADT7470_FAN_COUNT]; member385 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()
112 u16 fan_max[2]; member207 data->fan_max[nr] = in f75375_update_device()669 show_fan(fan_max);
242 u8 fan_max[2]; member710 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()