Lines Matching refs:cur_mode
1033 const struct ov8856_mode *cur_mode; member
1166 exposure_max = ov8856->cur_mode->height + ctrl->val - in ov8856_set_ctrl()
1197 ov8856->cur_mode->height + ctrl->val); in ov8856_set_ctrl()
1244 ov8856->cur_mode->vts_min - ov8856->cur_mode->height, in ov8856_init_controls()
1245 OV8856_VTS_MAX - ov8856->cur_mode->height, 1, in ov8856_init_controls()
1246 ov8856->cur_mode->vts_def - ov8856->cur_mode->height); in ov8856_init_controls()
1247 h_blank = to_pixels_per_line(ov8856->cur_mode->hts, in ov8856_init_controls()
1248 ov8856->cur_mode->link_freq_index) - ov8856->cur_mode->width; in ov8856_init_controls()
1261 exposure_max = ov8856->cur_mode->vts_def - OV8856_EXPOSURE_MAX_MARGIN; in ov8856_init_controls()
1294 link_freq_index = ov8856->cur_mode->link_freq_index; in ov8856_start_streaming()
1302 reg_list = &ov8856->cur_mode->reg_list; in ov8856_start_streaming()
1477 ov8856->cur_mode = mode; in ov8856_set_format()
1511 ov8856_update_pad_format(ov8856->cur_mode, &fmt->format); in ov8856_get_format()
1782 ov8856->cur_mode = &supported_modes[0]; in ov8856_probe()