Home
last modified time | relevance | path

Searched refs:new_exp (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/usb/gspca/
H A Dsn9c20x.c2098 s16 new_exp; in do_autoexposure() local
2109 new_exp = cur_exp + sd->exposure_step; in do_autoexposure()
2110 if (new_exp > max) in do_autoexposure()
2111 new_exp = max; in do_autoexposure()
2112 if (new_exp < min) in do_autoexposure()
2113 new_exp = min; in do_autoexposure()
2114 v4l2_ctrl_s_ctrl(sd->exposure, new_exp); in do_autoexposure()
2127 new_exp = cur_exp - sd->exposure_step; in do_autoexposure()
2128 if (new_exp > max) in do_autoexposure()
2129 new_exp = max; in do_autoexposure()
[all …]