Lines Matching refs:exposure
205 struct v4l2_ctrl *exposure; member
565 struct v4l2_ctrl *ctrl = ov965x->ctrls.exposure; in ov965x_update_exposure_ctrl()
781 if (!auto_exposure && ctrls->exposure->is_new) { in ov965x_set_exposure()
782 unsigned int exposure = (ctrls->exposure->val * 100) in ov965x_set_exposure() local
788 ret = ov965x_write(client, REG_COM1, exposure & 0x3); in ov965x_set_exposure()
791 (exposure >> 2) & 0xff); in ov965x_set_exposure()
794 (exposure >> 10) & 0x3f); in ov965x_set_exposure()
796 ctrls->exposure->val = ((exposure * ov965x->exp_row_interval) in ov965x_set_exposure()
860 unsigned int exposure, gain, m; in __g_volatile_ctrl() local
892 exposure = ((reg2 & 0x3f) << 10) | (reg1 << 2) | in __g_volatile_ctrl()
894 ov965x->ctrls.exposure->val = ((exposure * in __g_volatile_ctrl()
1012 ctrls->exposure = v4l2_ctrl_new_std(hdl, ops, in ov965x_initialize_controls()
1046 ctrls->exposure->flags |= V4L2_CTRL_FLAG_VOLATILE; in ov965x_initialize_controls()