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

/xnu-2782.1.97/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
/xnu-2782.1.97/iokit/IOKit/
H A DIOInterruptController.h86 virtual IOReturn getInterruptType(IOService *nub, int source,
139 virtual IOReturn getInterruptType(IOService *nub, int source,
H A DIOCPU.h142 virtual IOReturn getInterruptType(IOService *nub, int source,
H A DIOService.h1121 /*! @function getInterruptType
1124 @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.
1127 virtual IOReturn getInterruptType(int source, int *interruptType);
/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptController.cpp87 (getInterruptType(nub, source, &interruptType) == kIOReturnSuccess) &&
260 IOReturn IOInterruptController::getInterruptType(IOService *nub, int source, function in class:IOInterruptController
442 error = provider->getInterruptType(0, &interruptType);
600 IOReturn IOSharedInterruptController::getInterruptType(IOService */*nub*/, function in class:IOSharedInterruptController
604 return provider->getInterruptType(0, interruptType);
H A DIOInterruptEventSource.cpp144 ret = inProvider->getInterruptType(inIntIndex, &intType);
H A DIOCPU.cpp783 IOReturn IOCPUInterruptController::getInterruptType(IOService */*nub*/, function in class:IOCPUInterruptController
H A DIOService.cpp5983 IOReturn IOService::getInterruptType(int source, int *interruptType) function in class:IOService
5992 return interruptController->getInterruptType(this, source, interruptType);

Completed in 54 milliseconds