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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMAController.cpp89 void IODMAController::completeDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand) argument
91 dmaES->completeDMACommand(dmaCommand);
94 void IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount) argument
96 dmaES->notifyDMACommand(dmaCommand, status, actualByteCount);
H A DIODMAEventSource.cpp74 IODMAEventSource *dmaES = new IODMAEventSource; local
76 if (dmaES && !dmaES->init(inOwner, inProvider, inCompletion, inNotification, inDMAIndex)) {
77 dmaES->release();
81 return dmaES;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODMAController.h50 virtual IOReturn initDMAChannel(IOService *provider, IODMAEventSource *dmaES, UInt32 *dmaIndex, UInt32 reqIndex) = 0;
54 virtual void completeDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand);
55 virtual void notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount);
H A DIODMAEventSource.h46 typedef void (*Action)(OSObject *owner, IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount);

Completed in 32 milliseconds