Home
last modified time | relevance | path

Searched refs:dmaES (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/iokit/Kernel/
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()
H A DIODMAEventSource.cpp94 OSSharedPtr<IODMAEventSource> dmaES = OSMakeShared<IODMAEventSource>(); in dmaEventSource() local
96 if (dmaES && !dmaES->init(inOwner, inProvider, inCompletion, inNotification, inDMAIndex)) { in dmaEventSource()
100 return dmaES; in dmaEventSource()
/xnu-10063.141.1/iokit/IOKit/
H A DIODMAController.h51 …virtual IOReturn initDMAChannel(IOService *provider, IODMAEventSource *dmaES, UInt32 *dmaIndex, UI…
55 virtual void completeDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand);
56 …virtual void notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, …
H A DIODMAEventSource.h47 …typedef void (*Action)(OSObject *owner, IODMAEventSource *dmaES, IODMACommand *dmaCommand, IORetur…