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

/xnu-2782.1.97/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.h57 virtual IOInterruptAction getInterruptHandlerAddress(void);
H A DGenericInterruptController.cpp88 handler = getInterruptHandlerAddress();
116 IOInterruptAction GenericInterruptController::getInterruptHandlerAddress(void) function in class:GenericInterruptController
/xnu-2782.1.97/iokit/IOKit/
H A DIOInterruptController.h93 virtual IOInterruptAction getInterruptHandlerAddress(void);
145 virtual IOInterruptAction getInterruptHandlerAddress(void);
/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptController.cpp169 vector->handler = (IOInterruptHandler)vector->sharedController->getInterruptHandlerAddress();
354 IOInterruptAction IOInterruptController::getInterruptHandlerAddress(void) function in class:IOInterruptController
672 IOInterruptAction IOSharedInterruptController::getInterruptHandlerAddress(void) function in class:IOSharedInterruptController

Completed in 25 milliseconds