Home
last modified time | relevance | path

Searched refs:IODMAEventSource (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIODMAEventSource.cpp41 IODMAEventSource::init(OSObject *inOwner, in init()
79 IODMAEventSource::free() in free()
87 OSSharedPtr<IODMAEventSource>
88 IODMAEventSource::dmaEventSource(OSObject *inOwner, in dmaEventSource()
94 OSSharedPtr<IODMAEventSource> dmaES = OSMakeShared<IODMAEventSource>(); in dmaEventSource()
157 IODMAEventSource::getFIFODepth(IODirection direction) in getFIFODepth()
168 IODMAEventSource::setFIFODepth(IOByteCount depth) in setFIFODepth()
190 IODMAEventSource::setFrameSize(UInt8 byteCount) in setFrameSize()
202 IODMAEventSource::checkForWork(void) in checkForWork()
252 IODMAEventSource::setDMAConfig(UInt32 newReqIndex) in setDMAConfig()
[all …]
H A DIODMAController.cpp113 IODMAController::completeDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand) in completeDMACommand()
119 IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn statu… in notifyDMACommand()
/xnu-11215/iokit/IOKit/
H A DIODMAController.h37 class IODMAEventSource; variable
43 friend class IODMAEventSource; variable
51 …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.h40 class IODMAEventSource : public IOEventSource
42 OSDeclareDefaultStructors(IODMAEventSource);
47 …typedef void (*Action)(OSObject *owner, IODMAEventSource *dmaES, IODMACommand *dmaCommand, IORetur…
48 #define IODMAEventAction IODMAEventSource::Action
55 static OSPtr<IODMAEventSource> dmaEventSource(OSObject *owner,
H A DIODMACommand.h68 friend class IODMAEventSource; variable
/xnu-11215/iokit/conf/
H A Dfiles65 iokit/Kernel/IODMAEventSource.cpp optional iokitcpp
H A DMakefile.template129 IODMAEventSource.cpo_CXXWARNFLAGS_ADD += -Wno-sign-conversion