Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Di8k.h36 #define I8K_FAN_HIGH 2 macro
/linux-4.1.27/drivers/char/
Di8k.c73 static uint i8k_fan_max = I8K_FAN_HIGH;
785 .fan_max = I8K_FAN_HIGH,
789 .fan_max = I8K_FAN_HIGH,
967 i8k_fan_max = fan_max ? : I8K_FAN_HIGH; /* Must not be 0 */ in i8k_probe()