Lines Matching full:exposure
26 auto-exposure
28 * PB_EXPGAIN = R14 = 0x11 (17 dec) : Sets the auto-exposure value
30 auto-exposure routine
42 struct v4l2_ctrl *exposure; member
93 err = pb0100_set_exposure(gspca_dev, ctrls->exposure->val); in pb0100_s_ctrl()
136 ctrls->exposure = v4l2_ctrl_new_std(hdl, &pb0100_ctrl_ops, in pb0100_init_controls()
270 /* Set up auto-exposure */ in pb0100_init()
279 allowed for auto-exposure routine */ in pb0100_init()
282 allowed for auto-exposure routine */ in pb0100_init()
285 /* R15 Expose0 (maximum that auto-exposure may use) */ in pb0100_init()
287 /* R17 Expose2 (minimum that auto-exposure may use) */ in pb0100_init()
385 gspca_dbg(gspca_dev, D_CONF, "Set exposure to %d, status: %d\n", in pb0100_set_exposure()