Searched refs:startDMACommand (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IODMAEventSource.cpp | 104 IODMAEventSource::startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byte… in startDMACommand() function in IODMAEventSource 120 result = dmaController->startDMACommand(dmaIndex, dmaCommand, direction, byteCount, byteOffset); in startDMACommand()
|
| /xnu-8020.101.4/iokit/IOKit/ |
| H A D | IODMAController.h | 52 virtual IOReturn startDMACommand(UInt32 dmaIndex, IODMACommand *dmaCommand, IODirection direction,
|
| H A D | IODMAEventSource.h | 61 …virtual IOReturn startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byte…
|