Home
last modified time | relevance | path

Searched refs:changePowerStateWithOverrideTo (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h951 IOReturn changePowerStateWithOverrideTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag );
/xnu-11215/iokit/IOKit/
H A DIOService.h2236 IOReturn changePowerStateWithOverrideTo( IOPMPowerStateIndex ordinal, IOPMRequestTag tag );
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp4073 IOPMrootDomain::changePowerStateWithOverrideTo( in changePowerStateWithOverrideTo() function in IOPMrootDomain
4083 return super::changePowerStateWithOverrideTo(ordinal, tag); in changePowerStateWithOverrideTo()
6323 changePowerStateWithOverrideTo(getRUN_STATE(), kCPSReasonSustainFullWake);
8728 changePowerStateWithOverrideTo( getRUN_STATE(), 0);
8826 changePowerStateWithOverrideTo( SLEEP_STATE, arg );
8951 changePowerStateWithOverrideTo(SLEEP_STATE, kIOPMSleepReasonNotificationWakeExit);
H A DIOUserServer.cpp5523 nextService->changePowerStateWithOverrideTo(0, 0); in systemPower()
5541 … nextService->changePowerStateWithOverrideTo(nextService->reserved->uvars->powerOverride, 0); in systemPower()
H A DIOServicePM.cpp2438 IOService::changePowerStateWithOverrideTo( IOPMPowerStateIndex ordinal, in changePowerStateWithOverrideTo() function in IOService