ov7740_formats    695 drivers/media/i2c/ov7740.c static const struct ov7740_pixfmt ov7740_formats[] = {
ov7740_formats    709 drivers/media/i2c/ov7740.c #define N_OV7740_FMTS ARRAY_SIZE(ov7740_formats)
ov7740_formats    718 drivers/media/i2c/ov7740.c 	code->code = ov7740_formats[code->index].mbus_code;
ov7740_formats    768 drivers/media/i2c/ov7740.c 		if (ov7740_formats[index].mbus_code == fmt->code)
ov7740_formats    774 drivers/media/i2c/ov7740.c 		fmt->code = ov7740_formats[0].mbus_code;
ov7740_formats    777 drivers/media/i2c/ov7740.c 		*ret_fmt = ov7740_formats + index;
ov7740_formats    798 drivers/media/i2c/ov7740.c 	fmt->colorspace = ov7740_formats[index].colorspace;
ov7740_formats   1139 drivers/media/i2c/ov7740.c 	ov7740->fmt = &ov7740_formats[0];