Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/
H A Dxf86i2c.c90 b->I2CPutBits(b, 1, sda); in I2CRaiseSCL()
135 b->I2CPutBits(b, 1, 0); in I2CStart()
137 b->I2CPutBits(b, 0, 0); in I2CStart()
157 b->I2CPutBits(b, 0, 0); in I2CStop()
160 b->I2CPutBits(b, 1, 0); in I2CStop()
162 b->I2CPutBits(b, 1, 1); in I2CStop()
177 b->I2CPutBits(b, 0, sda); in I2CWriteBit()
183 b->I2CPutBits(b, 0, sda); in I2CWriteBit()
200 b->I2CPutBits(b, 0, 1); in I2CReadBit()
236 b->I2CPutBits(b, 0, 1); in I2CPutByte()
[all …]
H A Dxf86i2c.h26 void (*I2CPutBits) (I2CBusPtr b, int scl, int sda); member