Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePMPrivate.h453 #define fTempClampCount pwrMgt->TempClampCount macro
H A DIOServicePM.cpp2472 fTempClampCount++; in changePowerStateWithOverrideTo()
2601 fTempClampCount++; in requestPowerState()
2621 assert(fTempClampCount != 0); in handleRequestPowerState()
2622 if (fTempClampCount) { in handleRequestPowerState()
2623 fTempClampCount--; in handleRequestPowerState()
2625 if (!fTempClampCount) { in handleRequestPowerState()