Lines Matching refs:cur_mode
289 const struct ov01a10_mode *cur_mode;
462 exposure_max = ov01a10->cur_mode->height + ctrl->val -
490 ov01a10->cur_mode->height + ctrl->val);
525 const struct ov01a10_mode *cur_mode;
539 cur_mode = ov01a10->cur_mode;
554 vblank_min = cur_mode->vts_min - cur_mode->height;
555 vblank_max = OV01A10_VTS_MAX - cur_mode->height;
556 vblank_default = cur_mode->vts_def - cur_mode->height;
561 h_blank = cur_mode->hts - cur_mode->width;
575 exposure_max = cur_mode->vts_def - OV01A10_EXPOSURE_MAX_MARGIN;
629 link_freq_index = ov01a10->cur_mode->link_freq_index;
637 reg_list = &ov01a10->cur_mode->reg_list;
759 ov01a10->cur_mode = mode;
930 ov01a10->cur_mode = &supported_modes[0];