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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOInterruptEventSource.h205 IOReturn registerInterruptHandler(IOService *inProvider, int inIntIndex);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterruptEventSource.cpp91 res = (kIOReturnSuccess == registerInterruptHandler(inProvider, inIntIndex));
101 IOReturn IOInterruptEventSource::registerInterruptHandler(IOService *inProvider, function in class:IOInterruptEventSource
178 } else if ((intIndex < 0) && (kIOReturnSuccess == registerInterruptHandler(provider, ~intIndex))) {

Completed in 19 milliseconds