Searched refs:unregisterInterrupt (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOInterruptController.h84 virtual IOReturn unregisterInterrupt(IOService *nub, int source);
137 virtual IOReturn unregisterInterrupt(IOService *nub, int source);
H A DIOService.h1043 /*! @function unregisterInterrupt
1049 virtual IOReturn unregisterInterrupt(int source);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterruptEventSource.cpp145 provider->unregisterInterrupt(intIndex);
175 provider->unregisterInterrupt(intIndex);
H A DIOInterruptController.cpp217 IOReturn IOInterruptController::unregisterInterrupt(IOService *nub, int source) function in class:IOInterruptController
540 IOReturn IOSharedInterruptController::unregisterInterrupt(IOService *nub, function in class:IOSharedInterruptController
H A DIOService.cpp5441 IOReturn IOService::unregisterInterrupt(int source) function in class:IOService
5450 return interruptController->unregisterInterrupt(this, source);

Completed in 27 milliseconds