Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Ddell-smm-hwmon.c68 static uint i8k_fan_max = I8K_FAN_HIGH; variable
329 speed = (speed < 0) ? 0 : ((speed > i8k_fan_max) ? i8k_fan_max : speed); in i8k_set_fan()
742 val = clamp_val(DIV_ROUND_CLOSEST(val, i8k_pwm_mult), 0, i8k_fan_max); in i8k_hwmon_pwm_store()
1285 i8k_fan_max = fan_max ? : I8K_FAN_HIGH; /* Must not be 0 */ in i8k_probe()
1286 i8k_pwm_mult = DIV_ROUND_UP(255, i8k_fan_max); in i8k_probe()
1303 ret = i8k_get_fan_nominal_speed(fan, i8k_fan_max); in i8k_probe()