Lines Matching refs:I2CByte
223 I2CPutByte(I2CDevPtr d, I2CByte data) in I2CPutByte()
283 I2CGetByte(I2CDevPtr d, I2CByte * data, Bool last) in I2CGetByte()
411 I2CByte * WriteBuffer, int nWrite, I2CByte * ReadBuffer, int nRead) in I2CWriteRead()
447 I2CByte * WriteBuffer, int nWrite, in xf86I2CWriteRead()
448 I2CByte * ReadBuffer, int nRead) in xf86I2CWriteRead()
459 xf86I2CReadStatus(I2CDevPtr d, I2CByte * pbyte) in xf86I2CReadStatus()
468 xf86I2CReadByte(I2CDevPtr d, I2CByte subaddr, I2CByte * pbyte) in xf86I2CReadByte()
478 xf86I2CReadBytes(I2CDevPtr d, I2CByte subaddr, I2CByte * pbyte, int n) in xf86I2CReadBytes()
488 xf86I2CReadWord(I2CDevPtr d, I2CByte subaddr, unsigned short *pword) in xf86I2CReadWord()
490 I2CByte rb[2]; in xf86I2CReadWord()
504 xf86I2CWriteByte(I2CDevPtr d, I2CByte subaddr, I2CByte byte) in xf86I2CWriteByte()
506 I2CByte wb[2]; in xf86I2CWriteByte()
519 xf86I2CWriteBytes(I2CDevPtr d, I2CByte subaddr, in xf86I2CWriteBytes()
520 I2CByte * WriteBuffer, int nWrite) in xf86I2CWriteBytes()
545 xf86I2CWriteWord(I2CDevPtr d, I2CByte subaddr, unsigned short word) in xf86I2CWriteWord()
547 I2CByte wb[3]; in xf86I2CWriteWord()
564 xf86I2CWriteVec(I2CDevPtr d, I2CByte * vec, int nValues) in xf86I2CWriteVec()