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

/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp191 PMstop();
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.cpp287 display->PMstop();
H A DIODisplay.cpp598 PMstop();
H A DIOFramebuffer.cpp2634 PMstop();
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp524 PMstop();
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkController.cpp406 PMstop();
599 PMstop();
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioDevice.cpp535 PMstop();
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp223 PMstop();
H A DIOPCIBridge.cpp651 PMstop();
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1413 @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.
1418 /*! @function PMstop
1421 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. */
1423 virtual void PMstop( void );
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.cpp687 PMstop();
/macosx-10.10.1/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1599 PMstop();
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp1165 PMstop();
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp597 // [public] PMstop
603 void IOService::PMstop( void ) function in class:IOService
614 PM_LOG2("%s: PMstop() already stopped\n", fName);
631 PM_LOG2("%s: %p PMstop\n", getName(), OBFUSCATE(this));
984 // Called on a parent whose child is being removed by PMstop().

Completed in 303 milliseconds