Lines Matching refs:clamp_val
1352 val = clamp_val(val, 23, 1500000); in store_fan_full_speed()
1440 val = clamp_val(val, 0, 255); in store_in_max()
1544 val = clamp_val(val, 0, 255); in store_temp_max()
1591 val = clamp_val(val, data->temp_high[nr] - 15, data->temp_high[nr]); in store_temp_max_hyst()
1628 val = clamp_val(val, 0, 255); in store_temp_crit()
1755 val = clamp_val(val, 0, 255); in store_pwm()
1806 val = clamp_val(val, 0, 255); in store_simple_pwm()
1933 val = clamp_val(val, 0, 255); in store_pwm_auto_point_pwm()
1992 val = clamp_val(val, data->pwm_auto_point_temp[nr][point] - 15, in store_pwm_auto_point_temp_hyst()
2127 val = clamp_val(val, -128, 127); in store_pwm_auto_point_temp()
2129 val = clamp_val(val, 0, 127); in store_pwm_auto_point_temp()