Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/dma/
Ddmac_core.c169 DmaEventSignal(&chanInfo->waitEvent, DMAC_EVENT_ERROR); in DmacEventCallback()
171 DmaEventSignal(&chanInfo->waitEvent, DMAC_EVENT_DONE); in DmacEventCallback()
195 …ret = DmaEventWait(&chanInfo->waitEvent, DMAC_EVENT_DONE | DMAC_EVENT_ERROR, DMA_EVENT_WAIT_DEF_TI… in DmacWaitM2mSendComplete()
579 DmaEventInit(&(cntlr->channelList[i].waitEvent)); in DmacCntlrAdd()
/drivers/hdf_core/framework/support/platform/include/dma/
Ddmac_core.h120 DmacEvent waitEvent; member