Searched refs:registerForInterruptType (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h318 virtual IOReturn registerForInterruptType( IOSelect interruptType,
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h790 /*! @function registerForInterruptType
803 virtual IOReturn registerForInterruptType( IOSelect interruptType,
808 @abstract Remove a callback previously installed by registerForInterruptType().
809 @discussion Remove a callback previously installed by registerForInterruptType().
810 @param interruptRef The interruptRef returned from the registerForInterruptType call that installed the interrupt.
817 @abstract Enable or disable a callback previously installed by registerForInterruptType().
818 @discussion Enable or disable a callback previously installed by registerForInterruptType().
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp774 IOReturn IONDRVFramebuffer::registerForInterruptType( IOSelect interruptType, function in class:IONDRVFramebuffer
806 err = super::registerForInterruptType(interruptType, proc, target, ref, interruptRef);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp6578 err = registerForInterruptType( kIOFBVBLInterruptType,
6622 err = registerForInterruptType( kIOFBConnectInterruptType,
6632 err = registerForInterruptType( kIOFBDisplayPortInterruptType,
8934 IOReturn IOFramebuffer::registerForInterruptType( IOSelect interruptType, function in class:IOFramebuffer

Completed in 211 milliseconds