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

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOInterruptController.h84 virtual IOReturn unregisterInterrupt(IOService *nub, int source);
137 virtual IOReturn unregisterInterrupt(IOService *nub, int source);
H A DIOService.h1100 /*! @function unregisterInterrupt
1106 virtual IOReturn unregisterInterrupt(int source);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptController.cpp218 IOReturn IOInterruptController::unregisterInterrupt(IOService *nub, int source) function in class:IOInterruptController
549 IOReturn IOSharedInterruptController::unregisterInterrupt(IOService *nub, function in class:IOSharedInterruptController
H A DIOInterruptEventSource.cpp203 provider->unregisterInterrupt(inIntIndex);
H A DIOService.cpp5768 IOReturn IOService::unregisterInterrupt(int source) function in class:IOService
5777 return interruptController->unregisterInterrupt(this, source);
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h321 virtual IOReturn unregisterInterrupt( void * interruptRef );
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIPrivate.h313 virtual IOReturn unregisterInterrupt(IOService *nub, int source);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h799 @param interruptRef The subclass should return an opaque reference to the installed interrupt handler, for use with unregisterInterrupt() and setInterruptState().
807 /*! @function unregisterInterrupt
814 virtual IOReturn unregisterInterrupt( void * interruptRef );
816 /*! @function unregisterInterrupt
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIMessagedInterruptController.cpp114 IOReturn IOPCIMessagedInterruptController::unregisterInterrupt(IOService *nub, int source) function in class:IOPCIMessagedInterruptController
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp812 IOReturn IONDRVFramebuffer::unregisterInterrupt( void * interruptRef ) function in class:IONDRVFramebuffer
829 err = super::unregisterInterrupt(interruptRef);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp8951 IOReturn IOFramebuffer::unregisterInterrupt(void * interruptRef) function in class:IOFramebuffer

Completed in 199 milliseconds