Searched refs:fan_max (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/hwmon/ |
D | dell-smm-hwmon.c | 114 static uint fan_max; variable 115 module_param(fan_max, uint, 0); 116 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)"); 923 uint fan_max; member 936 .fan_max = I8K_FAN_TURBO, 940 .fan_max = I8K_FAN_TURBO, 944 .fan_max = I8K_FAN_HIGH, 948 .fan_max = I8K_FAN_HIGH, 1196 if (!fan_max && conf->fan_max) in i8k_probe() 1197 fan_max = conf->fan_max; in i8k_probe() [all …]
|
D | adt7470.c | 155 u16 fan_max[ADT7470_FAN_COUNT]; member 372 data->fan_max[i] = adt7470_read_word_data(client, in adt7470_update_device() 557 if (FAN_DATA_VALID(data->fan_max[attr->index])) in fan_max_show() 559 FAN_PERIOD_TO_RPM(data->fan_max[attr->index])); in fan_max_show() 580 data->fan_max[attr->index] = temp; in fan_max_store() 1027 static SENSOR_DEVICE_ATTR_RW(fan1_max, fan_max, 0); 1028 static SENSOR_DEVICE_ATTR_RW(fan2_max, fan_max, 1); 1029 static SENSOR_DEVICE_ATTR_RW(fan3_max, fan_max, 2); 1030 static SENSOR_DEVICE_ATTR_RW(fan4_max, fan_max, 3);
|
D | f75375s.c | 98 u16 fan_max[2]; member 193 data->fan_max[nr] = in f75375_update_device() 655 show_fan(fan_max);
|
D | dme1737.c | 229 u8 fan_max[2]; member 697 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()
|