Searched refs:fan_max (Results 1 – 4 of 4) sorted by relevance
106 static uint fan_max; variable107 module_param(fan_max, uint, 0);108 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");764 uint fan_max; member777 .fan_max = I8K_FAN_TURBO,781 .fan_max = I8K_FAN_TURBO,785 .fan_max = I8K_FAN_HIGH,789 .fan_max = I8K_FAN_HIGH,963 if (!fan_max && conf->fan_max) in i8k_probe()964 fan_max = conf->fan_max; in i8k_probe()[all …]
161 u16 fan_max[ADT7470_FAN_COUNT]; member377 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()
112 u16 fan_max[2]; member207 data->fan_max[nr] = in f75375_update_device()669 show_fan(fan_max);
242 u8 fan_max[2]; member707 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()