ov9640_regs       398 drivers/media/i2c/ov9640.c 	const struct ov9640_reg	*ov9640_regs, *matrix_regs;
ov9640_regs       407 drivers/media/i2c/ov9640.c 		ov9640_regs	= ov9640_regs_qqcif;
ov9640_regs       411 drivers/media/i2c/ov9640.c 		ov9640_regs	= ov9640_regs_qqvga;
ov9640_regs       415 drivers/media/i2c/ov9640.c 		ov9640_regs	= ov9640_regs_qcif;
ov9640_regs       419 drivers/media/i2c/ov9640.c 		ov9640_regs	= ov9640_regs_qvga;
ov9640_regs       423 drivers/media/i2c/ov9640.c 		ov9640_regs	= ov9640_regs_cif;
ov9640_regs       427 drivers/media/i2c/ov9640.c 		ov9640_regs	= ov9640_regs_vga;
ov9640_regs       431 drivers/media/i2c/ov9640.c 		ov9640_regs	= ov9640_regs_sxga;
ov9640_regs       450 drivers/media/i2c/ov9640.c 		val = ov9640_regs[i].val;
ov9640_regs       452 drivers/media/i2c/ov9640.c 		switch (ov9640_regs[i].reg) {
ov9640_regs       467 drivers/media/i2c/ov9640.c 		ret = ov9640_reg_write(client, ov9640_regs[i].reg, val);