Home
last modified time | relevance | path

Searched refs:I2cCntlrTransfer (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/i2c/
Di2c_if.c45 return I2cCntlrTransfer((struct I2cCntlr *)handle, msgs, count); in I2cTransfer()
Di2c_core.c209 int32_t I2cCntlrTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in I2cCntlrTransfer() function
245 transCnt = I2cCntlrTransfer(cntlr, msgs, count); in I2cIoDoTransfer()
/drivers/hdf_core/framework/support/platform/include/i2c/
Di2c_core.h124 int32_t I2cCntlrTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count);