Lines Matching defs:exposure
213 /* Auto exposure / manual exposure and gain cluster */
215 struct v4l2_ctrl *exposure;
509 /* Program FW with exposure time, 'exposure' in us units */
510 static int s5k6aa_set_user_exposure(struct i2c_client *client, int exposure)
512 unsigned int time = exposure / 10;
530 /* Set auto/manual exposure and total gain */
534 unsigned int exp_time = s5k6aa->ctrls.exposure->val;
1391 ctrls->exposure = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_EXPOSURE,