Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIODMAEventSource.cpp104 IODMAEventSource::startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byte… in startDMACommand()
146 IODMAEventSource::queryDMACommand(IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitF… in queryDMACommand()
204 IODMACommand *dmaCommand = NULL; in checkForWork() local
225 IODMAEventSource::completeDMACommand(IODMACommand *dmaCommand) in completeDMACommand()
240 IODMAEventSource::notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByt… in notifyDMACommand()
H A DIODMAController.cpp113 IODMAController::completeDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand) in completeDMACommand()
119 IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn statu… in notifyDMACommand()