Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/usb/gspca/
Dsn9c20x.c2078 s16 new_exp; in do_autoexposure() local
2089 new_exp = cur_exp + sd->exposure_step; in do_autoexposure()
2090 if (new_exp > max) in do_autoexposure()
2091 new_exp = max; in do_autoexposure()
2092 if (new_exp < min) in do_autoexposure()
2093 new_exp = min; in do_autoexposure()
2094 v4l2_ctrl_s_ctrl(sd->exposure, new_exp); in do_autoexposure()
2107 new_exp = cur_exp - sd->exposure_step; in do_autoexposure()
2108 if (new_exp > max) in do_autoexposure()
2109 new_exp = max; in do_autoexposure()
[all …]