Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOServicePM.h81 extern const OSSymbol * gIOPMPowerClientChildProxy;
/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp117 const OSSymbol * gIOPMPowerClientChildProxy = NULL; variable
409 gIOPMPowerClientChildProxy = in PMinit()
2362 return requestPowerState( gIOPMPowerClientChildProxy, kIOPMPowerStateMax ); in temporaryPowerClampOn()
2645 (client != gIOPMPowerClientChildProxy)) { in handleRequestPowerState()
2845 if (hasChildren && (client == gIOPMPowerClientChildProxy)) { in computeDesiredState()