Searched refs:enableInterrupt (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterruptController.h84 virtual IOReturn enableInterrupt(IOService *nub, int source);
137 virtual IOReturn enableInterrupt(IOService *nub, int source);
H A DIOCPU.h144 virtual IOReturn enableInterrupt(IOService *nub, int source);
H A DIOService.h1012 /*! @function enableInterrupt
1018 virtual IOReturn enableInterrupt(int source);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptController.cpp138 if (wasAlreadyRegisterd) enableInterrupt(originalNub, originalSource);
164 if (!wasDisabledSoft) originalNub->enableInterrupt(originalSource);
165 enableInterrupt(originalNub, originalSource);
195 if (!wasDisabledSoft) originalNub->enableInterrupt(originalSource);
285 IOReturn IOInterruptController::enableInterrupt(IOService *nub, int source) function in class:IOInterruptController
604 provider->enableInterrupt(0);
617 IOReturn IOSharedInterruptController::enableInterrupt(IOService *nub, function in class:IOSharedInterruptController
643 provider->enableInterrupt(0);
H A DIOInterruptEventSource.cpp150 provider->enableInterrupt(intIndex);
H A DIOCPU.cpp718 IOReturn IOCPUInterruptController::enableInterrupt(IOService */*nub*/, function in class:IOCPUInterruptController
H A DIOService.cpp4758 IOReturn IOService::enableInterrupt(int source) function in class:IOService
4767 return interruptController->enableInterrupt(this, source);
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp79 provider->enableInterrupt(0);
/macosx-10.5.8/xnu-1228.15.4/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp92 provider->enableInterrupt(0);

Completed in 42 milliseconds