Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/
Di8k.c106 static uint fan_max; variable
107 module_param(fan_max, uint, 0);
108 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");
764 uint fan_max; member
777 .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 …]
/linux-4.1.27/drivers/hwmon/
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()