Home
last modified time | relevance | path

Searched refs:pI2CBus (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/
H A Dxf86i2c.c155 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()
[all …]
H A Dxf86i2c.h57 extern _X_EXPORT void xf86DestroyI2CBusRec(I2CBusPtr pI2CBus, Bool unalloc,
60 extern _X_EXPORT Bool xf86I2CBusInit(I2CBusPtr pI2CBus);
77 I2CBusPtr pI2CBus; member
93 extern _X_EXPORT Bool xf86I2CProbeAddress(I2CBusPtr pI2CBus, I2CSlaveAddr);
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dddc.c315 dev->pI2CBus = pBus; in DDC2MakeDevice()
364 if (!(seg = xf86I2CFindDev(dev->pI2CBus, 0x0060))) in DDC2Read()
369 stop = dev->pI2CBus->I2CStop; in DDC2Read()
370 dev->pI2CBus->I2CStop = EEDIDStop; in DDC2Read()
374 dev->pI2CBus->I2CStop = stop; in DDC2Read()
376 dev->pI2CBus->I2CStop(dev); in DDC2Read()