Lines Matching refs:new_mode
1036 const struct ov7251_mode_info *new_mode;
1043 new_mode = v4l2_find_nearest_size(ov7251_mode_info_data,
1048 __crop->width = new_mode->width;
1049 __crop->height = new_mode->height;
1053 new_mode->pixel_clock);
1058 new_mode->link_freq);
1063 1, new_mode->exposure_max,
1064 1, new_mode->exposure_def);
1069 new_mode->exposure_def);
1077 ov7251->current_mode = new_mode;
1185 const struct ov7251_mode_info *new_mode;
1189 new_mode = ov7251_find_mode_by_ival(ov7251, &fi->interval);
1191 if (new_mode != ov7251->current_mode) {
1193 new_mode->pixel_clock);
1198 new_mode->link_freq);
1203 1, new_mode->exposure_max,
1204 1, new_mode->exposure_def);
1209 new_mode->exposure_def);
1217 ov7251->current_mode = new_mode;