Home
last modified time | relevance | path

Searched refs:I2CPutByte (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/
H A Dxf86i2c.c223 I2CPutByte(I2CDevPtr d, I2CByte data) in I2CPutByte() function
339 if (I2CPutByte(d, addr & 0xFF)) { in I2CAddress()
343 if (I2CPutByte(d, (addr >> 8) & 0xFF)) in I2CAddress()
421 if (!(r = b->I2CPutByte(d, *WriteBuffer))) in I2CWriteRead()
528 if ((r = b->I2CPutByte(d, subaddr))) in xf86I2CWriteBytes()
530 if (!(r = b->I2CPutByte(d, *WriteBuffer))) in xf86I2CWriteBytes()
577 if (!(r = b->I2CPutByte(d, vec[0]))) in xf86I2CWriteVec()
580 if (!(r = b->I2CPutByte(d, vec[1]))) in xf86I2CWriteVec()
799 if (b->I2CPutByte == NULL || in xf86I2CBusInit()
806 b->I2CPutByte = I2CPutByte; in xf86I2CBusInit()
H A Dxf86i2c.h34 Bool (*I2CPutByte) (I2CDevPtr d, I2CByte data); member