Lines Matching refs:IOInterruptEventSource
471 static IOInterruptEventSource *
475 IOInterruptEventSource *ies; in copyExclaveInterruptEventSource()
489 ies = OSDynamicCast(IOInterruptEventSource, obj); in copyExclaveInterruptEventSource()
528 IOInterruptEventSource *ies = OSDynamicCast(IOInterruptEventSource, obj2); in IOExclaveTestSignalInterrupt()
670 IOInterruptEventSource *ies = NULL; in exclaveRegisterInterrupt()
671 IOInterruptEventSource::Action action; in exclaveRegisterInterrupt()
681 action = OSMemberFunctionCast(IOInterruptEventSource::Action, in exclaveRegisterInterrupt()
683 …ies = IOInterruptEventSource::interruptEventSource(this, action, noProvider ? nullptr : getProvide… in exclaveRegisterInterrupt()
716 IOInterruptEventSource *ies; in exclaveRemoveInterrupt()
759 IOInterruptEventSource *ies; in exclaveEnableInterrupt()
792 IOService::exclaveInterruptOccurred(IOInterruptEventSource *eventSource, int count) in exclaveInterruptOccurred()
1089 IOService::exclaveAsyncNotificationRegister(IOExclaveProxyState * pRef, IOInterruptEventSource *not… in exclaveAsyncNotificationRegister()
1121 IOInterruptEventSource *event; in exclaveAsyncNotificationSignal()
1124 …if (pRef->exclaveAsyncNotificationEventSources && (event = OSDynamicCast(IOInterruptEventSource, p… in exclaveAsyncNotificationSignal()