Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/
H A Dxf86i2c.c94 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()
H A Dxf86i2c.h27 void (*I2CGetBits) (I2CBusPtr b, int *scl, int *sda); member