Contents

getPMworkloop

Returns a pointer to the system-wide power management work loop.

Declaration

virtual IOWorkLoop * getPMworkloop(
 void ) __attribute__((deprecated));

Overview

Most drivers should create their own work loops to synchronize their code; drivers should not run arbitrary code on the power management work loop.

See Also

Miscellaneous