Searched refs:i2cHostTransfer (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/platform/i2c/ |
H A D | i2c_wm.c | 56 static int32_t i2cHostTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count); 59 .transfer = i2cHostTransfer, 328 static int32_t i2cHostTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in i2cHostTransfer() function
|
H A D | i2c_bes.c | 45 static int32_t i2cHostTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count); 48 .transfer = i2cHostTransfer, 404 static int32_t i2cHostTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in i2cHostTransfer() function
|