Lines Matching defs:cur_mode
1828 const struct ov5670_mode *cur_mode;
1945 try_fmt->width = ov5670->cur_mode->width;
1946 try_fmt->height = ov5670->cur_mode->height;
2012 max = ov5670->cur_mode->height + ctrl->val - 8;
2040 ov5670->cur_mode->height + ctrl->val);
2093 vblank_max = OV5670_VTS_MAX - ov5670->cur_mode->height;
2094 vblank_def = ov5670->cur_mode->vts_def - ov5670->cur_mode->height;
2095 vblank_min = ov5670->cur_mode->vts_min - ov5670->cur_mode->height;
2102 OV5670_FIXED_PPL - ov5670->cur_mode->width,
2103 OV5670_FIXED_PPL - ov5670->cur_mode->width, 1,
2104 OV5670_FIXED_PPL - ov5670->cur_mode->width);
2119 exposure_max = ov5670->cur_mode->vts_def - 8;
2203 ov5670_update_pad_format(ov5670->cur_mode, fmt);
2243 ov5670->cur_mode = mode;
2249 vblank_def = ov5670->cur_mode->vts_def -
2250 ov5670->cur_mode->height;
2253 ov5670->cur_mode->vts_min - ov5670->cur_mode->height,
2254 OV5670_VTS_MAX - ov5670->cur_mode->height, 1,
2257 h_blank = OV5670_FIXED_PPL - ov5670->cur_mode->width;
2292 link_freq_index = ov5670->cur_mode->link_freq_index;
2301 reg_list = &ov5670->cur_mode->reg_list;
2486 ov5670->cur_mode = &supported_modes[0];