Lines Matching refs:pI2CBus
153 I2CBusPtr b = d->pI2CBus;
225 I2CBusPtr b = d->pI2CBus;
283 I2CBusPtr b = d->pI2CBus;
335 if (I2CStart(d->pI2CBus, d->StartTimeout)) {
373 d.pI2CBus = b;
412 I2CBusPtr b = d->pI2CBus;
447 I2CBusPtr b = d->pI2CBus;
517 I2CBusPtr b = d->pI2CBus;
561 I2CBusPtr b = d->pI2CBus;
591 * contain at least a SlaveAddr, and a pI2CBus pointer to the bus this
616 for (p = &d->pI2CBus->FirstDev; *p != NULL; p = &(*p)->NextDev)
622 xf86DrvMsg(d->pI2CBus->scrnIndex, X_INFO,
624 d->pI2CBus->BusName, d->DevName);
649 (b = d->pI2CBus) == NULL ||
846 I2CBusPtr pI2CBus;
852 for (pI2CBus = I2CBusList; pI2CBus; pI2CBus = pI2CBus->NextBus) {
853 if ((pI2CBus->scrnIndex >= 0) && (pI2CBus->scrnIndex != scrnIndex))
862 (*pppI2CBus)[n - 1] = pI2CBus;