Searched refs:I2CGetBits (Results 1 – 2 of 2) sorted by relevance
94 b->I2CGetBits(b, &scl, &sda); in I2CRaiseSCL()198 b->I2CGetBits(b, &scl, psda); in I2CReadBit()244 b->I2CGetBits(b, &scl, &sda); in I2CPutByte()798 if (b->I2CPutBits == NULL || b->I2CGetBits == NULL) { in xf86I2CBusInit()
27 void (*I2CGetBits) (I2CBusPtr b, int *scl, int *sda); member