pidh              836 drivers/media/i2c/ov6650.c 	u8		pidh, pidl, midh, midl;
pidh              855 drivers/media/i2c/ov6650.c 	ret = ov6650_reg_read(client, REG_PIDH, &pidh);
pidh              866 drivers/media/i2c/ov6650.c 	if ((pidh != OV6650_PIDH) || (pidl != OV6650_PIDL)) {
pidh              868 drivers/media/i2c/ov6650.c 				pidh, pidl);
pidh              875 drivers/media/i2c/ov6650.c 		pidh, pidl, midh, midl);
pidh              945 drivers/media/i2c/ov7740.c 	unsigned int midh, midl, pidh, pidl;
pidh              960 drivers/media/i2c/ov7740.c 	ret = regmap_read(regmap, REG_PIDH, &pidh);
pidh              963 drivers/media/i2c/ov7740.c 	if (pidh != 0x77)