Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A 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 in do_autoexposure()
[all...]
/kernel/linux/linux-6.6/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 in do_autoexposure()
[all...]

Completed in 7 milliseconds