Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/dma/
Ddmac_core.c100 static int32_t DmacCntlrCheck(struct DmaCntlr *cntlr) in DmacCntlrCheck() function
190 if (DmacCntlrCheck(cntlr) != HDF_SUCCESS) { in DmacWaitM2mSendComplete()
213 if (DmacCntlrCheck(cntlr) != HDF_SUCCESS) { in DmacAllocateChannel()
235 if (DmacCntlrCheck(cntlr) != HDF_SUCCESS) { in DmacFreeChannel()
252 if (DmacCntlrCheck(cntlr) != HDF_SUCCESS || msg == NULL) { in DmacRequestChannel()
311 if (DmacCntlrCheck(cntlr) != HDF_SUCCESS) { in DmacFillLli()
440 if (DmacCntlrCheck(cntlr) != HDF_SUCCESS) { in DmacM2mTransfer()
490 if (DmacCntlrCheck(cntlr) != HDF_SUCCESS) { in DmaCntlrTransfer()
519 if (DmacCntlrCheck(cntlr) != HDF_SUCCESS) { in DmaGetCurrChanDestAddr()
532 if (DmacCntlrCheck(cntlr) != HDF_SUCCESS) { in DmacIsr()