Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c489 static inline void stmI2cMasterTxRxDone(struct StmI2cDev *pdev, int err) in stmI2cMasterTxRxDone() function
557 stmI2cMasterTxRxDone(pdev, err); in stmI2cMasterDmaTxDone()
571 stmI2cMasterTxRxDone(pdev, err); in stmI2cMasterDmaRxDone()
670 stmI2cMasterTxRxDone(pdev, err); in stmI2cMasterNakRxed()
680 stmI2cMasterTxRxDone(pdev, -EIO); in stmI2cMasterBusError()
689 stmI2cMasterTxRxDone(pdev, -EBUSY); in stmI2cMasterArbitrationLoss()
701 stmI2cMasterTxRxDone(pdev, -EIO); in stmI2cMasterUnexpectedError()