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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1334 @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.
1339 /*! @function PMstop
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. */
1344 virtual void PMstop( void );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp724 // [public] PMstop
730 void IOService::PMstop ( void ) function in class:IOService
741 PM_LOG2("%s: PMstop() already stopped\n", fName);
758 PM_LOG2("%s: %p PMstop\n", getName(), this);
1108 // Called on a parent whose child is being removed by PMstop().

Completed in 115 milliseconds