Lines Matching refs:cur_mode
336 const struct ov9734_mode *cur_mode;
489 exposure_max = ov9734->cur_mode->height + ctrl->val -
519 ov9734->cur_mode->height + ctrl->val);
543 const struct ov9734_mode *cur_mode;
554 cur_mode = ov9734->cur_mode;
567 vblank_min = cur_mode->vts_min - cur_mode->height;
568 vblank_max = OV9734_VTS_MAX - cur_mode->height;
569 vblank_default = cur_mode->vts_def - cur_mode->height;
573 h_blank = to_pixels_per_line(cur_mode->hts, cur_mode->link_freq_index);
574 h_blank -= cur_mode->width;
587 exposure_max = ov9734->cur_mode->vts_def - OV9734_EXPOSURE_MAX_MARGIN;
620 link_freq_index = ov9734->cur_mode->link_freq_index;
628 reg_list = &ov9734->cur_mode->reg_list;
747 ov9734->cur_mode = mode;
782 ov9734_update_pad_format(ov9734->cur_mode, &fmt->format);
970 ov9734->cur_mode = &supported_modes[0];