Lines Matching refs:I2CPutBits
90 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()
259 b->I2CPutBits(b, 0, 1); in I2CPutByte()
288 b->I2CPutBits(b, 0, 1); in I2CGetByte()
798 if (b->I2CPutBits == NULL || b->I2CGetBits == NULL) { in xf86I2CBusInit()