Searched refs:new_exp (Results 1 – 2 of 2) sorted by relevance
2087 s16 new_exp; in do_autoexposure() local2098 new_exp = cur_exp + sd->exposure_step; in do_autoexposure()2099 if (new_exp > max) in do_autoexposure()2100 new_exp = max; in do_autoexposure()2101 if (new_exp < min) in do_autoexposure()2102 new_exp = min; in do_autoexposure()2103 v4l2_ctrl_s_ctrl(sd->exposure, new_exp); in do_autoexposure()2116 new_exp = cur_exp - sd->exposure_step; in do_autoexposure()2117 if (new_exp > max) in do_autoexposure()2118 new_exp = max; in do_autoexposure()[all …]
461 static inline int expires_gt(cputime_t expires, cputime_t new_exp) in expires_gt() argument463 return expires == 0 || expires > new_exp; in expires_gt()