Searched refs:I2CPutByte (Results 1 – 2 of 2) sorted by relevance
223 I2CPutByte(I2CDevPtr d, I2CByte data) in I2CPutByte() function339 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()
34 Bool (*I2CPutByte) (I2CDevPtr d, I2CByte data); member