i8k_fan_max 68 drivers/hwmon/dell-smm-hwmon.c static uint i8k_fan_max = I8K_FAN_HIGH; i8k_fan_max 313 drivers/hwmon/dell-smm-hwmon.c speed = (speed < 0) ? 0 : ((speed > i8k_fan_max) ? i8k_fan_max : speed); i8k_fan_max 720 drivers/hwmon/dell-smm-hwmon.c val = clamp_val(DIV_ROUND_CLOSEST(val, i8k_pwm_mult), 0, i8k_fan_max); i8k_fan_max 1200 drivers/hwmon/dell-smm-hwmon.c i8k_fan_max = fan_max ? : I8K_FAN_HIGH; /* Must not be 0 */ i8k_fan_max 1201 drivers/hwmon/dell-smm-hwmon.c i8k_pwm_mult = DIV_ROUND_UP(255, i8k_fan_max); i8k_fan_max 1209 drivers/hwmon/dell-smm-hwmon.c ret = i8k_get_fan_nominal_speed(fan, i8k_fan_max);