Lines Matching refs:I2CBusPtr
46 I2CUDelay(I2CBusPtr b, int usec)
86 I2CRaiseSCL(I2CBusPtr b, int sda, int timeout)
130 I2CStart(I2CBusPtr b, int timeout)
155 I2CBusPtr b = d->pI2CBus;
173 I2CWriteBit(I2CBusPtr b, int sda, int timeout)
190 I2CReadBit(I2CBusPtr b, int *psda, int timeout)
227 I2CBusPtr b = d->pI2CBus;
286 I2CBusPtr b = d->pI2CBus;
364 xf86I2CProbeAddress(I2CBusPtr b, I2CSlaveAddr addr)
414 I2CBusPtr b = d->pI2CBus;
450 I2CBusPtr b = d->pI2CBus;
522 I2CBusPtr b = d->pI2CBus;
566 I2CBusPtr b = d->pI2CBus;
653 I2CBusPtr b;
680 xf86I2CFindDev(I2CBusPtr b, I2CSlaveAddr addr)
693 static I2CBusPtr I2CBusList;
703 I2CBusPtr
706 I2CBusPtr b;
708 b = (I2CBusPtr) calloc(1, sizeof(I2CBusRec));
731 xf86DestroyI2CBusRec(I2CBusPtr b, Bool unalloc, Bool devs_too)
734 I2CBusPtr *p;
780 xf86I2CBusInit(I2CBusPtr b)
839 I2CBusPtr
842 I2CBusPtr p;
854 * Return an array of I2CBusPtr's related to a screen. The caller is
858 xf86I2CGetScreenBuses(int scrnIndex, I2CBusPtr ** pppI2CBus)
860 I2CBusPtr pI2CBus;
875 *pppI2CBus = xnfreallocarray(*pppI2CBus, n, sizeof(I2CBusPtr));