Contents

addPowerChild

Informs a driver that it has a new child.

Declaration

virtual IOReturn addPowerChild(
 IOService *theChild );

Parameters

  • theChild:

    A pointer to the child IOService object.

Overview

The Platform Expert uses this method to call a driver and introduce it to a new child. This call is handled internally by power management. It is not intended to be overridden or called by drivers.

See Also

Miscellaneous