Searched refs:IOInterruptAction (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp51 IOInterruptAction handler;
116 IOInterruptAction GenericInterruptController::getInterruptHandlerAddress(void)
118 return (IOInterruptAction)handleInterrupt;
H A DGenericInterruptController.h57 virtual IOInterruptAction getInterruptHandlerAddress(void);
/xnu-2782.1.97/iokit/IOKit/
H A DIOInterruptController.h93 virtual IOInterruptAction getInterruptHandlerAddress(void);
145 virtual IOInterruptAction getInterruptHandlerAddress(void);
H A DIOService.h147 typedef void (*IOInterruptAction)( OSObject * target, void * refCon, typedef
1097 IOInterruptAction handler,
/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptEventSource.cpp142 IOInterruptAction intHandler;
150 intHandler = OSMemberFunctionCast(IOInterruptAction,
154 intHandler = OSMemberFunctionCast(IOInterruptAction,
H A DIOInterruptController.cpp354 IOInterruptAction IOInterruptController::getInterruptHandlerAddress(void)
672 IOInterruptAction IOSharedInterruptController::getInterruptHandlerAddress(void)
674 return OSMemberFunctionCast(IOInterruptAction,
H A DIOService.cpp5753 IOInterruptAction handler,

Completed in 73 milliseconds