Home
last modified time | relevance | path

Searched refs:I8K_FAN_HIGH (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Di8k.h37 #define I8K_FAN_HIGH 2 macro
/Linux-v4.19/drivers/hwmon/
Ddell-smm-hwmon.c77 static uint i8k_fan_max = I8K_FAN_HIGH;
900 .fan_max = I8K_FAN_HIGH,
904 .fan_max = I8K_FAN_HIGH,
1149 i8k_fan_max = fan_max ? : I8K_FAN_HIGH; /* Must not be 0 */ in i8k_probe()