Home
last modified time | relevance | path

Searched refs:fan_max (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Ddell-smm-hwmon.c116 static uint fan_max; variable
117 module_param(fan_max, uint, 0);
118 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");
979 uint fan_max; member
992 .fan_max = I8K_FAN_TURBO,
996 .fan_max = I8K_FAN_TURBO,
1000 .fan_max = I8K_FAN_HIGH,
1004 .fan_max = I8K_FAN_HIGH,
1281 if (!fan_max && conf->fan_max) in i8k_probe()
[all...]
H A Dadt7470.c156 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);
H A Df75375s.c98 u16 fan_max[2]; member
192 data->fan_max[nr] = in f75375_update_device()
654 show_fan(fan_max); variable
H A Ddme1737.c229 u8 fan_max[2]; member
695 /* fan_max exists only for fan[5-6] */ in dme1737_update_device()
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()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Ddell-smm-hwmon.c122 static uint fan_max; variable
123 module_param(fan_max, uint, 0);
124 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");
1057 uint fan_max; member
1075 .fan_max = I8K_FAN_TURBO,
1079 .fan_max = I8K_FAN_TURBO,
1083 .fan_max = I8K_FAN_HIGH,
1087 .fan_max = I8K_FAN_HIGH,
1391 if (!fan_max && conf->fan_max) in dell_smm_probe()
[all...]
H A Dadt7470.c160 u16 fan_max[ADT7470_FAN_COUNT]; member
403 data->fan_max[i] = val; in adt7470_update_limits()
645 if (FAN_DATA_VALID(data->fan_max[channel])) in adt7470_fan_read()
646 *val = FAN_PERIOD_TO_RPM(data->fan_max[channel]); in adt7470_fan_read()
680 data->fan_max[channel] = val; in adt7470_fan_write()
H A Df75375s.c98 u16 fan_max[2]; member
192 data->fan_max[nr] = in f75375_update_device()
654 show_fan(fan_max); variable
H A Ddme1737.c229 u8 fan_max[2]; member
695 /* fan_max exists only for fan[5-6] */ in dme1737_update_device()
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()

Completed in 17 milliseconds