Searched refs:ov2680_mode_data (Results 1 – 1 of 1) sorted by relevance
169 static const struct ov2680_mode_info ov2680_mode_data[OV2680_MODE_MAX] = { variable715 mode = v4l2_find_nearest_size(ov2680_mode_data, in ov2680_set_fmt()716 ARRAY_SIZE(ov2680_mode_data), width, in ov2680_set_fmt()770 fse->min_width = ov2680_mode_data[index].width; in ov2680_enum_frame_size()771 fse->min_height = ov2680_mode_data[index].height; in ov2680_enum_frame_size()772 fse->max_width = ov2680_mode_data[index].width; in ov2680_enum_frame_size()773 fse->max_height = ov2680_mode_data[index].height; in ov2680_enum_frame_size()