Searched refs:I2CRead (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/media/video/ |
D | stradis.c | 146 static int I2CRead(struct i2c_bus *bus, unsigned char addr, in I2CRead() function 199 return I2CRead(bus, addr, 0, 0); in I2CReadOld() 237 saa->boardcfg[i] = I2CRead(bus, 0xa0, i, 1); in attach_inform() 264 if ((I2CRead(bus, i, 0, 0)) >= 0) in I2CBusScan() 687 if (I2CRead(&(saa->i2c), 0x22, 0x02, 1) == 0x49) in initialize_cs4341()
|