Lines Matching defs:i2c_r
2304 * This is normally only called from i2c_r(). Note that this function
2409 static int i2c_r(struct sd *sd, u8 reg)
2454 rc = i2c_r(sd, reg);
2548 if (i2c_r(sd, OV7610_REG_ID_HIGH) == 0x7f &&
2549 i2c_r(sd, OV7610_REG_ID_LOW) == 0xa2) {
2562 if (i2c_r(sd, 0x00) < 0)
2629 high = i2c_r(sd, 0x0a);
2630 low = i2c_r(sd, 0x0b);
2672 rc = i2c_r(sd, OV7610_REG_COM_I);
2695 rc = i2c_r(sd, OV7610_REG_COM_I);
2705 high = i2c_r(sd, 0x0a);
2706 low = i2c_r(sd, 0x0b);
2718 if (i2c_r(sd, 0x15) & 1) {
2727 high = i2c_r(sd, 0x0a);
2732 low = i2c_r(sd, 0x0b);
2783 rc = i2c_r(sd, OV7610_REG_COM_I);
4035 v = i2c_r(sd, OV7670_R32_HREF);
4043 v = i2c_r(sd, OV7670_R03_VREF);
4825 gspca_dev->exposure->val = i2c_r(sd, 0x10);