Searched refs:notifyDMACommand (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMAController.cpp94 void IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount) function in class:IODMAController
96 dmaES->notifyDMACommand(dmaCommand, status, actualByteCount);
H A DIODMAEventSource.cpp168 void IODMAEventSource::notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount) function in class:IODMAEventSource
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMAController.h55 virtual void notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount);
H A DIODMAEventSource.h51 virtual void notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount);

Completed in 16 milliseconds