Searched refs:I2CByte (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/ |
| H A D | xf86i2c.h | 11 typedef unsigned char I2CByte; typedef 34 Bool (*I2CPutByte) (I2CDevPtr d, I2CByte data); 35 Bool (*I2CGetByte) (I2CDevPtr d, I2CByte * data, Bool); 49 Bool (*I2CWriteRead) (I2CDevPtr d, I2CByte * WriteBuffer, int nWrite, 50 I2CByte * ReadBuffer, int nRead); 96 extern _X_EXPORT Bool xf86I2CWriteRead(I2CDevPtr d, I2CByte * WriteBuffer, 97 int nWrite, I2CByte * ReadBuffer, 101 extern _X_EXPORT Bool xf86I2CReadStatus(I2CDevPtr d, I2CByte * pbyte); 102 extern _X_EXPORT Bool xf86I2CReadByte(I2CDevPtr d, I2CByte subaddr, 103 I2CByte * pbyte); [all …]
|
| H A D | xf86i2c.c | 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() [all …]
|