Searched defs:i2c_r (Results 1 - 4 of 4) sorted by relevance

/drivers/media/video/gspca/
H A Detoms.c313 static int i2c_r(struct gspca_dev *gspca_dev, function
512 /* i2c_r(gspca_dev, PAS106_REG9); * blue */
513 i2c_r(gspca_dev, PAS106_REG9 + 3); /* red */
695 i2c_r(gspca_dev, PAS106_REG0e);
H A Dsonixj.c932 /* win: i2c_r from 00 to 80 */
1538 static void i2c_r(struct gspca_dev *gspca_dev, u8 reg, int len) function
1589 i2c_r(gspca_dev, 0, 5); /* read sensor id */
1665 i2c_r(gspca_dev, 0x0a, 2);
1691 i2c_r(gspca_dev, 0x0a, 2);
1704 i2c_r(gspca_dev, 0x00, 2);
1729 i2c_r(gspca_dev, 0x00, 1);
1743 i2c_r(gspca_dev, 0x00, 2);
H A Dov519.c2426 * This is normally only called from i2c_r(). Note that this function
2527 static int i2c_r(struct sd *sd, u8 reg) function
2572 rc = i2c_r(sd, reg);
2661 if (i2c_r(sd, OV7610_REG_ID_HIGH) == 0x7f &&
2662 i2c_r(sd, OV7610_REG_ID_LOW) == 0xa2) {
2674 if (i2c_r(sd, 0x00) < 0)
2740 high = i2c_r(sd, 0x0a);
2741 low = i2c_r(sd, 0x0b);
2781 rc = i2c_r(sd, OV7610_REG_COM_I);
2802 rc = i2c_r(s
[all...]
H A Dtopro.c1066 static int i2c_r(struct gspca_dev *gspca_dev, u8 index, int len) function
1148 ret = i2c_r(gspca_dev, 0x00, 1);
1156 ret = i2c_r(gspca_dev, 0x00, 1);
1160 ret = i2c_r(gspca_dev, 0x01, 1);
1169 ret = i2c_r(gspca_dev, 0x00, 2);
1177 ret = i2c_r(gspca_dev, 0x36, 2);
1194 ret = i2c_r(gspca_dev, 0x00, 1);

Completed in 65 milliseconds