Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOInterruptEventSource.h140 interruptEventSource(OSObject *owner,
155 interruptEventSource(OSObject *owner,
H A DIOFilterInterruptEventSource.h83 interruptEventSource(OSObject *inOwner,
/xnu-11215/iokit/Kernel/
H A DIOInterruptEventSource.cpp204 IOInterruptEventSource::interruptEventSource(OSObject *inOwner, in interruptEventSource() function in IOInterruptEventSource
219 IOInterruptEventSource::interruptEventSource(OSObject *inOwner, in interruptEventSource() function in IOInterruptEventSource
225 ies = IOInterruptEventSource::interruptEventSource(inOwner, (Action) NULL, inProvider, inIntIndex); in interruptEventSource()
H A DIOFilterInterruptEventSource.cpp84 IOFilterInterruptEventSource::interruptEventSource(OSObject *inOwner, in interruptEventSource() function in IOFilterInterruptEventSource
/xnu-11215/iokit/Tests/
H A DTestDevice.cpp72 intES = IOInterruptEventSource::interruptEventSource in init()
H A DTests.cpp832 …ies = IOInterruptEventSource::interruptEventSource(wl.get(), NULL, 0, ^void (IOInterruptEventSourc… in IOWorkLoopTest()
/xnu-11215/iokit/Exclaves/
H A DExclaves.cpp683 …ies = IOInterruptEventSource::interruptEventSource(this, action, noProvider ? nullptr : getProvide… in exclaveRegisterInterrupt()