Home
last modified time | relevance | path

Searched refs:I2CWriteBit (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/
H A Dxf86i2c.c173 I2CWriteBit(I2CBusPtr b, int sda, int timeout) in I2CWriteBit() function
229 if (!I2CWriteBit(b, (data >> 7) & 1, d->ByteTimeout)) in I2CPutByte()
233 if (!I2CWriteBit(b, (data >> i) & 1, d->BitTimeout)) in I2CPutByte()
302 if (!I2CWriteBit(b, last ? 1 : 0, d->BitTimeout)) in I2CGetByte()