Lines Matching defs:exposure
259 struct { /* Auto exposure / manual exposure and gain cluster */
261 struct v4l2_ctrl *exposure;
678 /* Program FW with exposure time, 'exposure' in us units */
679 static void s5k5baf_hw_set_user_exposure(struct s5k5baf *state, int exposure)
681 unsigned int time = exposure / 10;
692 /* Set auto/manual exposure and total gain */
698 unsigned int exp_time = state->ctrls.exposure->val;
1654 ctrls->exposure = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_EXPOSURE,