| /xnu-11215/iokit/IOKit/ |
| H A D | IOInterruptController.h | 86 virtual IOReturn getInterruptType(IOService *nub, int source, 153 virtual IOReturn getInterruptType(IOService *nub, int source,
|
| H A D | PassthruInterruptController.h | 61 virtual IOReturn getInterruptType(IOService *nub, int source,
|
| H A D | IOCPU.h | 137 virtual IOReturn getInterruptType(IOService *nub, int source,
|
| H A D | IOService.h | 1422 virtual IOReturn getInterruptType(int source, int *interruptType);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOInterruptController.cpp | 88 (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 D | PassthruInterruptController.cpp | 111 PassthruInterruptController::getInterruptType(IOService */*nub*/, in getInterruptType() function in PassthruInterruptController
|
| H A D | IOInterruptEventSource.cpp | 139 ret = inProvider->getInterruptType(inIntIndex, &intType); in registerInterruptHandler()
|
| H A D | IOCPU.cpp | 752 IOCPUInterruptController::getInterruptType(IOService */*nub*/, in getInterruptType() function in IOCPUInterruptController
|
| H A D | IOUserServer.cpp | 1530 ret = provider->getInterruptType(index, &inst->ivars->interruptType); in Create_Impl() 1556 ret = provider->getInterruptType(index, &type); in GetInterruptType_Impl()
|
| H A D | IOService.cpp | 8982 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 D | GenericInterruptController.h | 52 virtual IOReturn getInterruptType(IOService *nub, int source,
|
| H A D | GenericInterruptController.cpp | 110 GenericInterruptController::getInterruptType(IOService *nub, in getInterruptType() function in GenericInterruptController
|