Lines Matching refs:IOInterruptEventSource
415 static IOInterruptEventSource *
419 IOInterruptEventSource *ies; in getExclaveInterruptEventSource()
432 ies = OSDynamicCast(IOInterruptEventSource, obj); in getExclaveInterruptEventSource()
468 IOInterruptEventSource *ies = OSDynamicCast(IOInterruptEventSource, obj2); in IOExclaveTestSignalInterrupt()
610 IOInterruptEventSource *ies = NULL; in exclaveRegisterInterrupt()
611 IOInterruptEventSource::Action action; in exclaveRegisterInterrupt()
621 action = OSMemberFunctionCast(IOInterruptEventSource::Action, in exclaveRegisterInterrupt()
623 …ies = IOInterruptEventSource::interruptEventSource(this, action, noProvider ? nullptr : getProvide… in exclaveRegisterInterrupt()
653 IOInterruptEventSource *ies; in exclaveRemoveInterrupt()
689 IOInterruptEventSource *ies; in exclaveEnableInterrupt()
717 IOService::exclaveInterruptOccurred(IOInterruptEventSource *eventSource, int count) in exclaveInterruptOccurred()
986 IOService::exclaveAsyncNotificationRegister(IOExclaveProxyState * pRef, IOInterruptEventSource *not… in exclaveAsyncNotificationRegister()
1018 IOInterruptEventSource *event; in exclaveAsyncNotificationSignal()
1021 …if (pRef->exclaveAsyncNotificationEventSources && (event = OSDynamicCast(IOInterruptEventSource, p… in exclaveAsyncNotificationSignal()