Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Di8k.h36 #define I8K_FAN_HIGH 2 macro
/linux-4.4.14/drivers/hwmon/
Ddell-smm-hwmon.c73 static uint i8k_fan_max = I8K_FAN_HIGH;
814 .fan_max = I8K_FAN_HIGH,
818 .fan_max = I8K_FAN_HIGH,
1007 i8k_fan_max = fan_max ? : I8K_FAN_HIGH; /* Must not be 0 */ in i8k_probe()