Searched refs:ov5640_mode_data (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dov5640.c693 static const struct ov5640_mode_info ov5640_mode_data[OV5640_NUM_MODES] = { variable in typeref:struct:ov5640_mode_info
2133 mode = v4l2_find_nearest_size(ov5640_mode_data,
2134 ARRAY_SIZE(ov5640_mode_data),
2833 mode = &ov5640_mode_data[OV5640_MODE_720P_1280_720];
2835 mode = &ov5640_mode_data[OV5640_MODE_XGA_1024_768];
3569 fse->min_width = ov5640_mode_data[index].width;
3571 fse->min_height = ov5640_mode_data[index].height;
3868 &ov5640_mode_data[OV5640_MODE_VGA_640_480];

Completed in 126 milliseconds