Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/
H A Dxf86i2c.c86 I2CRaiseSCL(I2CBusPtr b, int sda, int timeout) in I2CRaiseSCL() function
132 if (!I2CRaiseSCL(b, 1, timeout)) in I2CStart()
180 r = I2CRaiseSCL(b, sda, timeout); in I2CWriteBit()
195 r = I2CRaiseSCL(b, 1, timeout); in I2CReadBit()
239 r = I2CRaiseSCL(b, 1, b->HoldTime); in I2CPutByte()