ov5640_formats    131 drivers/media/i2c/ov5640.c static const struct ov5640_pixfmt ov5640_formats[] = {
ov5640_formats   2187 drivers/media/i2c/ov5640.c 	for (i = 0; i < ARRAY_SIZE(ov5640_formats); i++)
ov5640_formats   2188 drivers/media/i2c/ov5640.c 		if (ov5640_formats[i].code == fmt->code)
ov5640_formats   2190 drivers/media/i2c/ov5640.c 	if (i >= ARRAY_SIZE(ov5640_formats))
ov5640_formats   2193 drivers/media/i2c/ov5640.c 	fmt->code = ov5640_formats[i].code;
ov5640_formats   2194 drivers/media/i2c/ov5640.c 	fmt->colorspace = ov5640_formats[i].colorspace;
ov5640_formats   2836 drivers/media/i2c/ov5640.c 	if (code->index >= ARRAY_SIZE(ov5640_formats))
ov5640_formats   2839 drivers/media/i2c/ov5640.c 	code->code = ov5640_formats[code->index].code;