Searched refs:i2c_r (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dov519.c2169 * This is normally only called from i2c_r(). Note that this function
2270 static int i2c_r(struct sd *sd, __u8 reg) function
2315 rc = i2c_r(sd, reg);
2400 if (i2c_r(sd, OV7610_REG_ID_HIGH) == 0x7f &&
2401 i2c_r(sd, OV7610_REG_ID_LOW) == 0xa2) {
2412 if (i2c_r(sd, 0x00) < 0)
2491 high = i2c_r(sd, 0x0a);
2492 low = i2c_r(sd, 0x0b);
2521 rc = i2c_r(sd, OV7610_REG_COM_I);
2548 rc = i2c_r(s
[all...]
H A Detoms.c311 static int i2c_r(struct gspca_dev *gspca_dev, function
510 /* i2c_r(gspca_dev, PAS106_REG9); * blue */
511 i2c_r(gspca_dev, PAS106_REG9 + 3); /* red */
693 i2c_r(gspca_dev, PAS106_REG0e);
H A Dsonixj.c871 /* win: i2c_r from 00 to 80 */
1434 static void i2c_r(struct gspca_dev *gspca_dev, u8 reg, int len) function
1483 i2c_r(gspca_dev, 0, 5); /* read sensor id */
1555 i2c_r(gspca_dev, 0x0a, 2);
1578 i2c_r(gspca_dev, 0x0a, 2);
1591 i2c_r(gspca_dev, 0x00, 2);
1615 i2c_r(gspca_dev, 0x00, 1);
1629 i2c_r(gspca_dev, 0x00, 2);

Completed in 69 milliseconds