Contents

requestPowerDomainState

Tells a driver to adjust its power state.

Declaration

virtual IOReturn requestPowerDomainState( 
 IOPMPowerFlags desiredState, 
 IOPowerConnection *whichChild, 
 unsigned long specificationFlags );

Overview

This call is handled internally by power management. It is not intended to be overridden or called by drivers.

See Also

Miscellaneous