Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Di2c.c487 static inline void stmI2cMasterTxRxDone(struct StmI2cDev *pdev, int err) in stmI2cMasterTxRxDone() function
552 stmI2cMasterTxRxDone(pdev, err); in stmI2cMasterDmaTxDone()
566 stmI2cMasterTxRxDone(pdev, err); in stmI2cMasterDmaRxDone()
660 stmI2cMasterTxRxDone(pdev, 0); in stmI2cMasterNakRxed()
670 stmI2cMasterTxRxDone(pdev, -EIO); in stmI2cMasterBusError()
679 stmI2cMasterTxRxDone(pdev, -EBUSY); in stmI2cMasterArbitrationLoss()
691 stmI2cMasterTxRxDone(pdev, -EIO); in stmI2cMasterUnexpectedError()