Home
last modified time | relevance | path

Searched refs:getInterruptType (Results 1 – 12 of 12) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOInterruptController.h86 virtual IOReturn getInterruptType(IOService *nub, int source,
153 virtual IOReturn getInterruptType(IOService *nub, int source,
H A DPassthruInterruptController.h61 virtual IOReturn getInterruptType(IOService *nub, int source,
H A DIOCPU.h137 virtual IOReturn getInterruptType(IOService *nub, int source,
H A DIOService.h1422 virtual IOReturn getInterruptType(int source, int *interruptType);
/xnu-11215/iokit/Kernel/
H A DIOInterruptController.cpp88 (getInterruptType(nub, source, &interruptType) == kIOReturnSuccess) && in registerInterrupt()
273 IOInterruptController::getInterruptType(IOService *nub, int source, in getInterruptType() function in IOInterruptController
551 error = provider->getInterruptType(0, &interruptType); in initInterruptController()
726 IOSharedInterruptController::getInterruptType(IOService */*nub*/, in getInterruptType() function in IOSharedInterruptController
730 return provider->getInterruptType(0, interruptType); in getInterruptType()
H A DPassthruInterruptController.cpp111 PassthruInterruptController::getInterruptType(IOService */*nub*/, in getInterruptType() function in PassthruInterruptController
H A DIOInterruptEventSource.cpp139 ret = inProvider->getInterruptType(inIntIndex, &intType); in registerInterruptHandler()
H A DIOCPU.cpp752 IOCPUInterruptController::getInterruptType(IOService */*nub*/, in getInterruptType() function in IOCPUInterruptController
H A DIOUserServer.cpp1530 ret = provider->getInterruptType(index, &inst->ivars->interruptType); in Create_Impl()
1556 ret = provider->getInterruptType(index, &type); in GetInterruptType_Impl()
H A DIOService.cpp8982 IOService::getInterruptType(int source, int *interruptType) in getInterruptType() function in IOService
8993 return interruptController->getInterruptType(this, source, interruptType); in getInterruptType()
/xnu-11215/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.h52 virtual IOReturn getInterruptType(IOService *nub, int source,
H A DGenericInterruptController.cpp110 GenericInterruptController::getInterruptType(IOService *nub, in getInterruptType() function in GenericInterruptController