Searched defs:dmaCommand (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMAController.cpp89 void IODMAController::completeDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand) argument
94 void IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount) argument
H A DIODMAEventSource.cpp84 IOReturn IODMAEventSource::startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount, IOByteCount byteOffset) argument
114 IOReturn IODMAEventSource::queryDMACommand(IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitForIdle) argument
134 IODMACommand *dmaCommand = NULL; local
154 void IODMAEventSource::completeDMACommand(IODMACommand *dmaCommand) argument
168 notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount) argument
[all...]

Completed in 15 milliseconds