Searched refs:WriteBuffer (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/ |
| H A D | xf86i2c.c | 411 I2CByte * WriteBuffer, int nWrite, I2CByte * ReadBuffer, int nRead) in I2CWriteRead() argument 420 for (; nWrite > 0; WriteBuffer++, nWrite--) in I2CWriteRead() 421 if (!(r = b->I2CPutByte(d, *WriteBuffer))) in I2CWriteRead() 447 I2CByte * WriteBuffer, int nWrite, in xf86I2CWriteRead() argument 452 return b->I2CWriteRead(d, WriteBuffer, nWrite, ReadBuffer, nRead); in xf86I2CWriteRead() 520 I2CByte * WriteBuffer, int nWrite) in xf86I2CWriteBytes() argument 529 for (; nWrite > 0; WriteBuffer++, nWrite--) in xf86I2CWriteBytes() 530 if (!(r = b->I2CPutByte(d, *WriteBuffer))) in xf86I2CWriteBytes()
|
| H A D | xf86i2c.h | 49 Bool (*I2CWriteRead) (I2CDevPtr d, I2CByte * WriteBuffer, int nWrite, 96 extern _X_EXPORT Bool xf86I2CWriteRead(I2CDevPtr d, I2CByte * WriteBuffer, 112 I2CByte * WriteBuffer, int nWrite);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | schema.h | 186 WriteBuffer(kNumberType, str, len * sizeof(Ch)); in RawNumber() 191 WriteBuffer(kStringType, str, len * sizeof(Ch)); in String() 233 bool WriteType(Type type) { return WriteBuffer(type, 0, 0); } in WriteType() 235 bool WriteNumber(const Number& n) { return WriteBuffer(kNumberType, &n, sizeof(n)); } in WriteNumber() 237 bool WriteBuffer(Type type, const void* data, size_t len) { in WriteBuffer() function
|