Lines Matching refs:vts
619 unsigned int vts; member
971 .vts = 2470,
1022 .vts = 2470,
1073 .vts = 1248,
1128 .vts = 640,
1950 ret = ov8865_write(sensor, OV8865_VTS_H_REG, OV8865_VTS_H(mode->vts)); in ov8865_mode_configure()
1954 ret = ov8865_write(sensor, OV8865_VTS_L_REG, OV8865_VTS_L(mode->vts)); in ov8865_mode_configure()
2227 u16 vts = sensor->state.mode->output_size_y + vblank; in ov8865_vts_configure() local
2230 ret = ov8865_write(sensor, OV8865_VTS_H_REG, OV8865_VTS_H(vts)); in ov8865_vts_configure()
2234 return ov8865_write(sensor, OV8865_VTS_L_REG, OV8865_VTS_L(vts)); in ov8865_vts_configure()
2571 vblank_def = mode->vts - mode->output_size_y; in ov8865_ctrls_init()
2751 1, mode->vts - mode->output_size_y); in ov8865_set_fmt()
2757 exposure_max = mode->vts - OV8865_INTEGRATION_TIME_MARGIN; in ov8865_set_fmt()