Lines Matching refs:I2CBusPtr
55 static void i830_setscl(I2CBusPtr b, int state)
67 static void i830_setsda(I2CBusPtr b, int state)
79 static void i830_getscl(I2CBusPtr b, int *state)
91 static int i830_getsda(I2CBusPtr b)
103 static inline void sdalo(I2CBusPtr b)
109 static inline void sdahi(I2CBusPtr b)
115 static inline void scllo(I2CBusPtr b)
121 static inline int sclhi(I2CBusPtr b, int timeout)
146 I2CBusPtr b = d->pI2CBus;
189 I2CBusPtr b = d->pI2CBus;
219 I830I2CStart(I2CBusPtr b, int timeout)
233 I2CBusPtr b = d->pI2CBus;
268 i830I2CGetBits(I2CBusPtr b, int *clock, int *data)
293 i830I2CPutBits(I2CBusPtr b, int clock, int data)
343 I830I2CInit(ScrnInfoPtr pScrn, I2CBusPtr *bus_ptr, int i2c_reg, char *name)
345 I2CBusPtr pI2CBus;