Home
last modified time | relevance | path

Searched refs:registerInterruptHandler (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOInterruptEventSource.cpp119 res = (kIOReturnSuccess == registerInterruptHandler(inProvider, inIntIndex)); in init()
132 IOInterruptEventSource::registerInterruptHandler(IOService *inProvider, in registerInterruptHandler() function in IOInterruptEventSource
288 …} else if ((intIndex < 0) && (kIOReturnSuccess == registerInterruptHandler(provider, ~intIndex))) { in setWorkLoop()
/xnu-11215/iokit/IOKit/
H A DIOInterruptEventSource.h250 IOReturn registerInterruptHandler(IOService *inProvider, int inIntIndex);