Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/
H A Dxf86i2c.c153 I2CStop(I2CDevPtr d) in I2CStop() function
347 I2CStop(d); in I2CAddress()
381 b->I2CStop(&d); in xf86I2CProbeAddress()
438 b->I2CStop(d); in I2CWriteRead()
533 b->I2CStop(d); in xf86I2CWriteBytes()
585 b->I2CStop(d); in xf86I2CWriteVec()
802 b->I2CStart == NULL || b->I2CStop == NULL) in xf86I2CBusInit()
809 b->I2CStop = I2CStop; in xf86I2CBusInit()
H A Dxf86i2c.h33 void (*I2CStop) (I2CDevPtr d); member
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dddc.c369 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()