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

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMIO.cpp38 PMinit(); // initialize for power management
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp84 PMinit(); // initialize for power management
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h309 // TRUE once PMinit has been called
1332 /*! @function PMinit
1334 @discussion <code>PMinit</code> allocates and initializes the power management instance variables, and it should be called before accessing those variables or calling the power management methods. This method should be called inside the driver's <code>start</code> routine and must be paired with a call to @link PMstop PMstop@/link.
1335 Most calls to <code>PMinit</code> are followed by calls to @link joinPMtree joinPMtree@/link and @link registerPowerDriver registerPowerDriver@/link. */
1337 virtual void PMinit( void );
1342 Calling <code>PMstop</code> cleans up for the three power management initialization calls: @link PMinit PMinit@/link, @link joinPMtree joinPMtree@/link, and @link registerPowerDriver registerPowerDriver@/link. */
1348 @discussion A driver uses this method to call its nub when initializing (usually in its <code>start</code> routine after calling @link PMinit PMinit@/link), to be attached into the power management hierarchy (i.e., the power plane). A driver usually calls this method on the driver for the device that provides it power (this is frequently the nub).
1600 Calls to @link PMinit PMini
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp957 PMinit(); // creates gIOPMWorkLoop
4370 // Tag top-level PCI devices. The order of PMinit() call does not
8374 PMinit();
H A DIOServicePM.cpp277 * PMinit()
430 // [public] PMinit
435 void IOService::PMinit ( void ) function in class:IOService
599 // Free the data created by PMinit. Only called from IOService::free().
6561 // Calling PM without PMinit() is not allowed, fail the request.

Completed in 58 milliseconds