Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/Kernel/
H A DIOServicePMPrivate.h60 kIOPMRequestTypeQuiescePowerTree = 0x11, enumerator
686 return (kIOPMRequestTypeQuiescePowerTree == fRequestType) && in isQuiesceType()
H A DIOServicePM.cpp2513 request = acquirePMRequest(gIOPMRootNode, kIOPMRequestTypeQuiescePowerTree); in quiescePowerTree()
8080 case kIOPMRequestTypeQuiescePowerTree: in executePMRequest()
8470 if (fCompletionAction && (fRequestType == kIOPMRequestTypeQuiescePowerTree)) { in reset()