Lines Matching refs:cur_mode
489 const struct ov5675_mode *cur_mode; member
669 exposure_max = ov5675->cur_mode->height + ctrl->val - in ov5675_set_ctrl()
706 ov5675->cur_mode->height + ctrl->val + in ov5675_set_ctrl()
762 ov5675->cur_mode->vts_min - ov5675->cur_mode->height, in ov5675_init_controls()
763 OV5675_VTS_MAX - ov5675->cur_mode->height, 1, in ov5675_init_controls()
764 ov5675->cur_mode->vts_def - ov5675->cur_mode->height); in ov5675_init_controls()
765 h_blank = to_pixels_per_line(ov5675->cur_mode->hts, in ov5675_init_controls()
766 ov5675->cur_mode->link_freq_index) - ov5675->cur_mode->width; in ov5675_init_controls()
779 exposure_max = (ov5675->cur_mode->vts_def - OV5675_EXPOSURE_MAX_MARGIN); in ov5675_init_controls()
817 link_freq_index = ov5675->cur_mode->link_freq_index; in ov5675_start_streaming()
825 reg_list = &ov5675->cur_mode->reg_list; in ov5675_start_streaming()
946 ov5675->cur_mode = mode; in ov5675_set_format()
980 ov5675_update_pad_format(ov5675->cur_mode, &fmt->format); in ov5675_get_format()
1180 ov5675->cur_mode = &supported_modes[0]; in ov5675_probe()