i8k_pwm_mult       67 drivers/hwmon/dell-smm-hwmon.c static uint i8k_pwm_mult;
i8k_pwm_mult      706 drivers/hwmon/dell-smm-hwmon.c 	return sprintf(buf, "%d\n", clamp_val(status * i8k_pwm_mult, 0, 255));
i8k_pwm_mult      720 drivers/hwmon/dell-smm-hwmon.c 	val = clamp_val(DIV_ROUND_CLOSEST(val, i8k_pwm_mult), 0, i8k_fan_max);
i8k_pwm_mult     1201 drivers/hwmon/dell-smm-hwmon.c 	i8k_pwm_mult = DIV_ROUND_UP(255, i8k_fan_max);