Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIODMAEventSource.cpp59 dmaCompletionAction = inCompletion; in init()
116 if (dmaCompletionAction == NULL) { in startDMACommand()
218 …(*dmaCompletionAction)(owner, this, dmaCommand, dmaCommand->reserved->fStatus, dmaCommand->reserve… in checkForWork()
227 if (dmaCompletionAction != NULL) { in completeDMACommand()
/xnu-10063.141.1/iokit/IOKit/
H A DIODMAEventSource.h81 Action dmaCompletionAction; variable