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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1848 IOReturn requestPowerState( const OSSymbol * client, uint32_t state );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp2235 return requestPowerState( gIOPMPowerClientChildProxy, kIOPMPowerStateMax );
2253 return requestPowerState( gIOPMPowerClientDevice, kIOPMPowerStateMax );
2279 return requestPowerState( gIOPMPowerClientDriver, ordinal );
2293 return requestPowerState( gIOPMPowerClientDevice, ordinal );
2343 // [private] requestPowerState
2346 IOReturn IOService::requestPowerState ( function in class:IOService

Completed in 82 milliseconds