Home
last modified time | relevance | path

Searched refs:startDMACommand (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/iokit/Kernel/
H A DIODMAEventSource.cpp104 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-10063.141.1/iokit/IOKit/
H A DIODMAController.h52 virtual IOReturn startDMACommand(UInt32 dmaIndex, IODMACommand *dmaCommand, IODirection direction,
H A DIODMAEventSource.h61 …virtual IOReturn startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byte…