ov2680_mode_data  169 drivers/media/i2c/ov2680.c static const struct ov2680_mode_info ov2680_mode_data[OV2680_MODE_MAX] = {
ov2680_mode_data  714 drivers/media/i2c/ov2680.c 	mode = v4l2_find_nearest_size(ov2680_mode_data,
ov2680_mode_data  715 drivers/media/i2c/ov2680.c 				      ARRAY_SIZE(ov2680_mode_data), width,
ov2680_mode_data  769 drivers/media/i2c/ov2680.c 	fse->min_width = ov2680_mode_data[index].width;
ov2680_mode_data  770 drivers/media/i2c/ov2680.c 	fse->min_height = ov2680_mode_data[index].height;
ov2680_mode_data  771 drivers/media/i2c/ov2680.c 	fse->max_width = ov2680_mode_data[index].width;
ov2680_mode_data  772 drivers/media/i2c/ov2680.c 	fse->max_height = ov2680_mode_data[index].height;