Home
last modified time | relevance | path

Searched refs:dmaCommand (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.141.1/iokit/Kernel/
H A DIODMAEventSource.cpp104 IODMAEventSource::startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byte… in startDMACommand() argument
120 result = dmaController->startDMACommand(dmaIndex, dmaCommand, direction, byteCount, byteOffset); in startDMACommand()
146 IODMAEventSource::queryDMACommand(IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitF… in queryDMACommand() argument
152 return dmaController->queryDMACommand(dmaIndex, dmaCommand, transferCount, waitForIdle); in queryDMACommand()
204 IODMACommand *dmaCommand = NULL; in checkForWork() local
210 queue_remove_first(&dmaCommandsCompleted, dmaCommand, IODMACommand *, fCommandChain); in checkForWork()
218 …ompletionAction)(owner, this, dmaCommand, dmaCommand->reserved->fStatus, dmaCommand->reserved->fAc… in checkForWork()
225 IODMAEventSource::completeDMACommand(IODMACommand *dmaCommand) in completeDMACommand() argument
229 queue_enter(&dmaCommandsCompleted, dmaCommand, IODMACommand *, fCommandChain); in completeDMACommand()
240 IODMAEventSource::notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByt… in notifyDMACommand() argument
[all …]
H A DIODMAController.cpp113 IODMAController::completeDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand) in completeDMACommand() argument
115 dmaES->completeDMACommand(dmaCommand); in completeDMACommand()
119 IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn statu… in notifyDMACommand() argument
121 dmaES->notifyDMACommand(dmaCommand, status, actualByteCount, timeStamp); in notifyDMACommand()
/xnu-10063.141.1/iokit/IOKit/
H A DIODMAEventSource.h47 …typedef void (*Action)(OSObject *owner, IODMAEventSource *dmaES, IODMACommand *dmaCommand, IORetur…
51 virtual void completeDMACommand(IODMACommand *dmaCommand);
52 …virtual void notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCou…
61 …virtual IOReturn startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byte…
64 …virtual IOReturn queryDMACommand(IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitF…
H A DIODMAController.h52 virtual IOReturn startDMACommand(UInt32 dmaIndex, IODMACommand *dmaCommand, IODirection direction,
55 virtual void completeDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand);
56 …virtual void notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, …
57 …virtual IOReturn queryDMACommand(UInt32 dmaIndex, IODMACommand **dmaCommand, IOByteCount *transfer…
H A DIOMapper.h115 IODMACommand * dmaCommand,
121 IODMACommand * dmaCommand,