Lines Matching refs:IOInterruptEventSource
446 static IOInterruptEventSource *
450 IOInterruptEventSource *ies; in copyExclaveInterruptEventSource()
464 ies = OSDynamicCast(IOInterruptEventSource, obj); in copyExclaveInterruptEventSource()
503 IOInterruptEventSource *ies = OSDynamicCast(IOInterruptEventSource, obj2); in IOExclaveTestSignalInterrupt()
645 IOInterruptEventSource *ies = NULL; in exclaveRegisterInterrupt()
646 IOInterruptEventSource::Action action; in exclaveRegisterInterrupt()
656 action = OSMemberFunctionCast(IOInterruptEventSource::Action, in exclaveRegisterInterrupt()
658 …ies = IOInterruptEventSource::interruptEventSource(this, action, noProvider ? nullptr : getProvide… in exclaveRegisterInterrupt()
691 IOInterruptEventSource *ies; in exclaveRemoveInterrupt()
734 IOInterruptEventSource *ies; in exclaveEnableInterrupt()
767 IOService::exclaveInterruptOccurred(IOInterruptEventSource *eventSource, int count) in exclaveInterruptOccurred()
1066 IOService::exclaveAsyncNotificationRegister(IOExclaveProxyState * pRef, IOInterruptEventSource *not… in exclaveAsyncNotificationRegister()
1098 IOInterruptEventSource *event; in exclaveAsyncNotificationSignal()
1101 …if (pRef->exclaveAsyncNotificationEventSources && (event = OSDynamicCast(IOInterruptEventSource, p… in exclaveAsyncNotificationSignal()