Lines Matching defs:cur_mode
489 const struct ov5675_mode *cur_mode;
669 exposure_max = ov5675->cur_mode->height + ctrl->val -
706 ov5675->cur_mode->height + ctrl->val +
762 ov5675->cur_mode->vts_min - ov5675->cur_mode->height,
763 OV5675_VTS_MAX - ov5675->cur_mode->height, 1,
764 ov5675->cur_mode->vts_def - ov5675->cur_mode->height);
765 h_blank = to_pixels_per_line(ov5675->cur_mode->hts,
766 ov5675->cur_mode->link_freq_index) - ov5675->cur_mode->width;
779 exposure_max = (ov5675->cur_mode->vts_def - OV5675_EXPOSURE_MAX_MARGIN);
819 link_freq_index = ov5675->cur_mode->link_freq_index;
827 reg_list = &ov5675->cur_mode->reg_list;
948 ov5675->cur_mode = mode;
982 ov5675_update_pad_format(ov5675->cur_mode, &fmt->format);
1182 ov5675->cur_mode = &supported_modes[0];