Lines Matching refs:pI2CBus
155 I2CBusPtr b = d->pI2CBus; in I2CStop()
227 I2CBusPtr b = d->pI2CBus; in I2CPutByte()
286 I2CBusPtr b = d->pI2CBus; in I2CGetByte()
338 if (I2CStart(d->pI2CBus, d->StartTimeout)) { in I2CAddress()
375 d.pI2CBus = b; in xf86I2CProbeAddress()
414 I2CBusPtr b = d->pI2CBus; in I2CWriteRead()
450 I2CBusPtr b = d->pI2CBus; in xf86I2CWriteRead()
522 I2CBusPtr b = d->pI2CBus; in xf86I2CWriteBytes()
566 I2CBusPtr b = d->pI2CBus; in xf86I2CWriteVec()
617 if (d && d->pI2CBus) { in xf86DestroyI2CDevRec()
622 for (p = &d->pI2CBus->FirstDev; *p != NULL; p = &(*p)->NextDev) in xf86DestroyI2CDevRec()
628 xf86DrvMsg(d->pI2CBus->scrnIndex, X_INFO, in xf86DestroyI2CDevRec()
630 d->pI2CBus->BusName, d->DevName); in xf86DestroyI2CDevRec()
656 (b = d->pI2CBus) == NULL || in xf86I2CDevInit()
860 I2CBusPtr pI2CBus; in xf86I2CGetScreenBuses() local
866 for (pI2CBus = I2CBusList; pI2CBus; pI2CBus = pI2CBus->NextBus) { in xf86I2CGetScreenBuses()
867 if ((pI2CBus->scrnIndex >= 0) && (pI2CBus->scrnIndex != scrnIndex)) in xf86I2CGetScreenBuses()
876 (*pppI2CBus)[n - 1] = pI2CBus; in xf86I2CGetScreenBuses()