Lines Matching refs:clamp_val
1418 val = clamp_val(val, 23, 1500000); in store_fan_full_speed()
1506 val = clamp_val(val, 0, 255); in store_in_max()
1620 val = clamp_val(val, 0, 255); in store_temp_max()
1667 val = clamp_val(val, data->temp_high[nr] - 15, data->temp_high[nr]); in store_temp_max_hyst()
1704 val = clamp_val(val, 0, 255); in store_temp_crit()
1831 val = clamp_val(val, 0, 255); in store_pwm()
1882 val = clamp_val(val, 0, 255); in store_simple_pwm()
2009 val = clamp_val(val, 0, 255); in store_pwm_auto_point_pwm()
2068 val = clamp_val(val, data->pwm_auto_point_temp[nr][point] - 15, in store_pwm_auto_point_temp_hyst()
2203 val = clamp_val(val, -128, 127); in store_pwm_auto_point_temp()
2205 val = clamp_val(val, 0, 127); in store_pwm_auto_point_temp()