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);
867 ret = ov6650_reg_read(client, REG_PIDH, &pidh);
869 ret = ov6650_reg_read(client, REG_PIDL, &pidl);
871 ret = ov6650_reg_read(client, REG_MIDH, &midh);
873 ret = ov6650_reg_read(client, REG_MIDL, &midl);
932 ret = ov6650_reg_read(client, REG_COMJ, &comj);
936 ret = ov6650_reg_read(client, REG_COMF, &comf);