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

/xnu-2422.115.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
/xnu-2422.115.4/iokit/IOKit/
H A DIOInterruptController.h86 virtual IOReturn getInterruptType(IOService *nub, int source,
139 virtual IOReturn getInterruptType(IOService *nub, int source,
H A DIOCPU.h141 virtual IOReturn getInterruptType(IOService *nub, int source,
H A DIOService.h1084 /*! @function getInterruptType
1087 @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.
1090 virtual IOReturn getInterruptType(int source, int *interruptType);
/xnu-2422.115.4/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.cpp108 ret = inProvider->getInterruptType(inIntIndex, &intType);
H A DIOCPU.cpp740 IOReturn IOCPUInterruptController::getInterruptType(IOService */*nub*/, function in class:IOCPUInterruptController
H A DIOService.cpp5507 IOReturn IOService::getInterruptType(int source, int *interruptType) function in class:IOService
5516 return interruptController->getInterruptType(this, source, interruptType);

Completed in 51 milliseconds