Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIODMAEventSource.cpp38 OSDefineMetaClassAndStructors(IODMAEventSource, IOEventSource);
41 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()
104 IODMAEventSource::startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byte… in startDMACommand()
135 IODMAEventSource::stopDMACommand(bool flush, uint64_t timeout) in stopDMACommand()
146 IODMAEventSource::queryDMACommand(IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitF… in queryDMACommand()
157 IODMAEventSource::getFIFODepth(IODirection direction) in getFIFODepth()
[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-8796.121.2/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-8796.121.2/iokit/conf/
H A Dfiles64 iokit/Kernel/IODMAEventSource.cpp optional iokitcpp
H A DMakefile.template128 IODMAEventSource.cpo_CXXWARNFLAGS_ADD += -Wno-sign-conversion