Lines Matching refs:pI2CBus
155 I2CBusPtr b = d->pI2CBus;
227 I2CBusPtr b = d->pI2CBus;
286 I2CBusPtr b = d->pI2CBus;
338 if (I2CStart(d->pI2CBus, d->StartTimeout)) {
375 d.pI2CBus = b;
414 I2CBusPtr b = d->pI2CBus;
450 I2CBusPtr b = d->pI2CBus;
522 I2CBusPtr b = d->pI2CBus;
566 I2CBusPtr b = d->pI2CBus;
597 * contain at least a SlaveAddr, and a pI2CBus pointer to the bus this
617 if (d && d->pI2CBus) {
622 for (p = &d->pI2CBus->FirstDev; *p != NULL; p = &(*p)->NextDev)
628 xf86DrvMsg(d->pI2CBus->scrnIndex, X_INFO,
630 d->pI2CBus->BusName, d->DevName);
656 (b = d->pI2CBus) == NULL ||
860 I2CBusPtr pI2CBus;
866 for (pI2CBus = I2CBusList; pI2CBus; pI2CBus = pI2CBus->NextBus) {
867 if ((pI2CBus->scrnIndex >= 0) && (pI2CBus->scrnIndex != scrnIndex))
876 (*pppI2CBus)[n - 1] = pI2CBus;