matrix_regs       398 drivers/media/i2c/ov9640.c 	const struct ov9640_reg	*ov9640_regs, *matrix_regs;
matrix_regs       441 drivers/media/i2c/ov9640.c 		matrix_regs	= ov9640_regs_yuv;
matrix_regs       444 drivers/media/i2c/ov9640.c 		matrix_regs	= ov9640_regs_rgb;
matrix_regs       474 drivers/media/i2c/ov9640.c 		ret = ov9640_reg_write(client, matrix_regs[i].reg,
matrix_regs       475 drivers/media/i2c/ov9640.c 				       matrix_regs[i].val);