Lines Matching refs:current_mode
142 const struct ov7251_mode_info *current_mode;
1021 vts[0] = ((ov7251->current_mode->height + vblank) & 0xff00) >> 8;
1022 vts[1] = ((ov7251->current_mode->height + vblank) & 0x00ff);
1037 exposure_max = ov7251->current_mode->height + ctrl->val -
1190 const struct ov7251_mode_info *mode = ov7251->current_mode;
1264 ov7251->current_mode = new_mode;
1358 ov7251->current_mode->data,
1359 ov7251->current_mode->data_size);
1362 ov7251->current_mode->width,
1363 ov7251->current_mode->height);
1404 fi->interval = ov7251->current_mode->timeperframe;
1428 if (new_mode != ov7251->current_mode) {
1444 ov7251->current_mode = new_mode;
1447 fi->interval = ov7251->current_mode->timeperframe;
1605 hblank = OV7251_FIXED_PPL - ov7251->current_mode->width;
1612 vblank_max = OV7251_TIMING_MAX_VTS - ov7251->current_mode->height;
1613 vblank_def = ov7251->current_mode->vts - ov7251->current_mode->height;
1714 ov7251->current_mode = &ov7251_mode_info_data[0];