Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/IOKit/
H A DIODMAController.h67 static IODMAController *getController(IOService *provider, UInt32 dmaIndex);
/xnu-10063.141.1/iokit/Kernel/
H A DIODMAController.cpp50 IODMAController::getController(IOService *provider, UInt32 dmaIndex) in getController() function in IODMAController
H A DIODMAEventSource.cpp62 dmaController.reset(IODMAController::getController(dmaProvider, inDMAIndex), OSRetain); in init()