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] = { variable722 mode = v4l2_find_nearest_size(ov2680_mode_data, in ov2680_set_fmt()723 ARRAY_SIZE(ov2680_mode_data), width, in ov2680_set_fmt()780 fse->min_width = ov2680_mode_data[index].width; in ov2680_enum_frame_size()781 fse->min_height = ov2680_mode_data[index].height; in ov2680_enum_frame_size()782 fse->max_width = ov2680_mode_data[index].width; in ov2680_enum_frame_size()783 fse->max_height = ov2680_mode_data[index].height; in ov2680_enum_frame_size()