Searched refs:getInterruptType (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.h52 virtual IOReturn getInterruptType(IOService *nub, int source,
H A DGenericInterruptController.cpp104 IOReturn GenericInterruptController::getInterruptType(IOService *nub, function in class:GenericInterruptController
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterruptController.h81 virtual IOReturn getInterruptType(IOService *nub, int source,
134 virtual IOReturn getInterruptType(IOService *nub, int source,
H A DIOCPU.h141 virtual IOReturn getInterruptType(IOService *nub, int source,
H A DIOService.h1004 /*! @function getInterruptType
1007 @param interruptType The interrupt type for the interrupt source will be stored here by <code>getInterruptType</code>.<br> <code>kIOInterruptTypeEdge</code> will be returned for edge-trigggered sources.<br><code>kIOInterruptTypeLevel</code> will be returned for level-trigggered sources.
1010 virtual IOReturn getInterruptType(int source, int *interruptType);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptController.cpp93 (getInterruptType(nub, source, &interruptType) == kIOReturnSuccess) &&
265 IOReturn IOInterruptController::getInterruptType(IOService *nub, int source, function in class:IOInterruptController
451 error = provider->getInterruptType(0, &interruptType);
610 IOReturn IOSharedInterruptController::getInterruptType(IOService */*nub*/, function in class:IOSharedInterruptController
614 return provider->getInterruptType(0, interruptType);
H A DIOInterruptEventSource.cpp100 == inProvider->getInterruptType(inIntIndex, &intType));
H A DIOCPU.cpp707 IOReturn IOCPUInterruptController::getInterruptType(IOService */*nub*/, function in class:IOCPUInterruptController
H A DIOService.cpp4746 IOReturn IOService::getInterruptType(int source, int *interruptType) function in class:IOService
4755 return interruptController->getInterruptType(this, source, interruptType);

Completed in 242 milliseconds