Lines Matching defs:exposure
265 struct { /* Auto exposure / manual exposure and gain cluster */
267 struct v4l2_ctrl *exposure;
684 /* Program FW with exposure time, 'exposure' in us units */
685 static void s5k5baf_hw_set_user_exposure(struct s5k5baf *state, int exposure)
687 unsigned int time = exposure / 10;
698 /* Set auto/manual exposure and total gain */
704 unsigned int exp_time = state->ctrls.exposure->val;
1657 ctrls->exposure = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_EXPOSURE,