ov965x_formats    395 drivers/media/i2c/ov9650.c static const struct ov965x_pixfmt ov965x_formats[] = {
ov965x_formats   1067 drivers/media/i2c/ov9650.c 	mf->colorspace = ov965x_formats[0].colorspace;
ov965x_formats   1068 drivers/media/i2c/ov9650.c 	mf->code = ov965x_formats[0].code;
ov965x_formats   1076 drivers/media/i2c/ov9650.c 	if (code->index >= ARRAY_SIZE(ov965x_formats))
ov965x_formats   1079 drivers/media/i2c/ov9650.c 	code->code = ov965x_formats[code->index].code;
ov965x_formats   1087 drivers/media/i2c/ov9650.c 	int i = ARRAY_SIZE(ov965x_formats);
ov965x_formats   1093 drivers/media/i2c/ov9650.c 		if (fse->code == ov965x_formats[i].code)
ov965x_formats   1096 drivers/media/i2c/ov9650.c 	fse->code = ov965x_formats[i].code;
ov965x_formats   1218 drivers/media/i2c/ov9650.c 	unsigned int index = ARRAY_SIZE(ov965x_formats);
ov965x_formats   1227 drivers/media/i2c/ov9650.c 		if (ov965x_formats[index].code == mf->code)
ov965x_formats   1231 drivers/media/i2c/ov9650.c 	mf->code	= ov965x_formats[index].code;
ov965x_formats   1247 drivers/media/i2c/ov9650.c 			ov965x->tslb_reg = ov965x_formats[index].tslb_reg;