Home
last modified time | relevance | path

Searched refs:kIOPMRequestTypeQuiescePowerTree (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePMPrivate.h62 kIOPMRequestTypeQuiescePowerTree = 0x11, enumerator
704 return (kIOPMRequestTypeQuiescePowerTree == fRequestType) && in isQuiesceType()
H A DIOServicePM.cpp2546 request = acquirePMRequest(gIOPMRootNode, kIOPMRequestTypeQuiescePowerTree); in quiescePowerTree()
8407 case kIOPMRequestTypeQuiescePowerTree: in executePMRequest()
8785 if (fCompletionAction && (fRequestType == kIOPMRequestTypeQuiescePowerTree)) { in reset()