Searched refs:powerState (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h340 uint32_t powerState,
346 uint32_t powerState,
365 uint32_t powerState,
371 uint32_t powerState,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePMPrivate.h81 uint32_t powerState,
89 uint32_t powerState,
97 unsigned long * powerState,
H A DIOServicePM.cpp1010 unsigned long powerState; local
1026 powerState = parent->fCurrentPowerState;
1029 powerFlags = parent->fPowerStates[powerState].outputPowerFlags;
1318 uint32_t powerState = getPowerStateForClient(client); local
1319 if (powerState >= numberOfStates)
1568 PM_LOG("%s::powerState%sChangeTo(%p, %s, %lu -> %lu) async took %d ms\n",
2427 void IOService::updatePowerClient( const OSSymbol * client, uint32_t powerState )
2435 num->setValue(powerState);
2438 num = OSNumber::withNumber(powerState, 32);
2456 uint32_t powerState local
2988 nextIdleTimeout( AbsoluteTime currentTime, AbsoluteTime lastActivity, unsigned int powerState) argument
3304 startPowerChange( IOPMPowerChangeFlags changeFlags, IOPMPowerStateIndex powerState, IOPMPowerFlags domainFlags, IOPowerConnection * parentConnection, IOPMPowerFlags parentFlags ) argument
3745 IOPMPowerStateIndex powerState; local
3819 IOPMPowerStateIndex powerState; local
[all...]
H A DIOPMrootDomain.cpp683 uint32_t powerState = rootDomain->getPowerState(); local
685 DLOG("disk_sync_callout ps=%u\n", powerState);
687 if (ON_STATE == powerState)
4409 uint32_t powerState = (uint32_t) *inOutPowerState; local
4413 if ((currentPowerState == powerState) ||
4422 if (powerState < currentPowerState)
4462 uint32_t powerState,
4476 if (powerState == ON_STATE)
4487 else if (powerState < currentPowerState)
4494 (powerState > currentPowerStat
4459 handleOurPowerChangeStart( IOService * service, IOPMActions * actions, uint32_t powerState, uint32_t * inOutChangeFlags ) argument
4630 handleOurPowerChangeDone( IOService * service, IOPMActions * actions, uint32_t powerState, uint32_t changeFlags ) argument
4808 uint32_t powerState = (uint32_t) *inOutPowerState; local
4995 handlePowerChangeStartForPCIDevice( IOService * service, IOPMActions * actions, uint32_t powerState, uint32_t * inOutChangeFlags ) argument
5007 handlePowerChangeDoneForPCIDevice( IOService * service, IOPMActions * actions, uint32_t powerState, uint32_t changeFlags ) argument
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h354 @param powerState The device's current power state.
358 AbsoluteTime lastActivity, unsigned int powerState);
1845 void updatePowerClient( const OSSymbol * client, uint32_t powerState );

Completed in 119 milliseconds