Lines Matching refs:ov6650_reg_read
249 static int ov6650_reg_read(struct i2c_client *client, u8 reg, u8 *val)
306 ret = ov6650_reg_read(client, reg, &val);
348 ret = ov6650_reg_read(client, REG_GAIN, ®);
353 ret = ov6650_reg_read(client, REG_BLUE, ®);
355 ret = ov6650_reg_read(client, REG_RED, ®2);
362 ret = ov6650_reg_read(client, REG_AECH, ®);
436 ret = ov6650_reg_read(client, reg->reg, &val);
920 ret = ov6650_reg_read(client, REG_PIDH, &pidh);
922 ret = ov6650_reg_read(client, REG_PIDL, &pidl);
924 ret = ov6650_reg_read(client, REG_MIDH, &midh);
926 ret = ov6650_reg_read(client, REG_MIDL, &midl);
979 ret = ov6650_reg_read(client, REG_COMJ, &comj);
983 ret = ov6650_reg_read(client, REG_COMF, &comf);