Searched refs:tempDesire (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp979 unsigned long tempDesire = 0; local
988 tempDesire = fNumberOfPowerStates - 1;
991 if (tempDesire && (IS_PM_ROOT || (fMaxPowerState >= tempDesire)))
993 adjustPowerState(tempDesire);
1011 unsigned long tempDesire; local
1045 tempDesire = fControllingDriver->initialPowerStateForDomainState(fParentsCurrentPowerFlags);
1047 adjustPowerState(tempDesire);
1330 unsigned long tempDesire; local
1333 tempDesire
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1796 void computeDesiredState ( unsigned long tempDesire = 0 );

Completed in 21 milliseconds