Searched refs:I2cMsgsWriteToSbuf (Results 1 – 3 of 3) sorted by relevance
21 int32_t I2cMsgsWriteToSbuf(struct I2cMsg *msgs, int16_t count, struct HdfSBuf *reply);
109 int32_t I2cMsgsWriteToSbuf(struct I2cMsg *msgs, int16_t count, struct HdfSBuf *reply) in I2cMsgsWriteToSbuf() function
252 if (I2cMsgsWriteToSbuf(msgs, count, reply) != HDF_SUCCESS) { in I2cIoDoTransfer()