Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/include/dma/
Ddmac_core.h149 int (*dmacGetChanStatus)(struct DmaCntlr *cntlr, uint16_t chan); member
/drivers/hdf_core/framework/support/platform/src/dma/
Ddmac_core.c55 if (cntlr->dmacGetChanStatus == NULL) { in DmacCntlrCheckOps()
542 channelStatus = cntlr->dmacGetChanStatus(cntlr, i); in DmacIsr()