Lines Matching refs:IOEventSource
214 IOWorkLoop::releaseEventChain(LIBKERN_CONSUMED IOEventSource *eventChain) in releaseEventChain()
216 IOEventSource *event, *next; in releaseEventChain()
300 IOWorkLoop::addEventSource(IOEventSource *newEvent) in addEventSource()
313 IOWorkLoop::removeEventSource(IOEventSource *toRemove) in removeEventSource()
321 IOEventSource *event; in enableAllEventSources()
335 IOEventSource *event; in disableAllEventSources()
352 IOEventSource *event; in enableAllInterrupts()
364 IOEventSource *event; in disableAllInterrupts()
398 for (IOEventSource *evnt = eventChain; evnt; evnt = evnt->getNext()) { in runEventSources()
583 IOEventSource *inEvent = (IOEventSource *) inD; in _maintRequest()
600 IOEventSource *event, *next; in _maintRequest()
611 IOEventSource *event, *next; in _maintRequest()
631 IOEventSource *event, *next = NULL; in _maintRequest()
650 IOEventSource *event, *next = NULL; in _maintRequest()
682 IOWorkLoop::eventSourcePerformsWork(IOEventSource *inEventSource) in eventSourcePerformsWork()
705 if (IOEventSource::kPassive & inEventSource->flags) { in eventSourcePerformsWork()
707 } else if (IOEventSource::kActive & inEventSource->flags) { in eventSourcePerformsWork()
713 ptr1 = OSMemberFunctionCast(void*, inEventSource, &IOEventSource::checkForWork); in eventSourcePerformsWork()
714 ptr2 = OSMemberFunctionCast(void*, controlG, &IOEventSource::checkForWork); in eventSourcePerformsWork()