Searched refs:joinPMtree (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.cpp100 // joinPMtree
106 void IODisplayConnect::joinPMtree ( IOService * driver ) function in class:IODisplayConnect
426 joinPMtree( this );
H A DIOBacklightDisplay.cpp314 provider->joinPMtree(this);
H A DIODisplay.cpp1177 provider->joinPMtree(this);
H A DIOFramebuffer.cpp2834 provider->joinPMtree(this);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp519 provider->joinPMtree(this); // add us to the power management tree
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIODisplay.h121 virtual void joinPMtree ( IOService * driver );
/macosx-10.10/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryManager.cpp83 provider->joinPMtree(this);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp1369 provider->joinPMtree(this); // add us to the power management tree
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp1494 provider->joinPMtree(this); // add us to the power management tree
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioDevice.cpp483 provider->joinPMtree ( this );
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp201 provider->joinPMtree( this);
H A DIOPCIBridge.cpp614 provider->joinPMtree(this);
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp436 provider->joinPMtree ( this );
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h382 Any power managed driver (which has called @link joinPMtree joinPMtree@/link to join the power plane) interested in taking action at system shutdown or restart should override this method.
1414 Most calls to <code>PMinit</code> are followed by calls to @link joinPMtree joinPMtree@/link and @link registerPowerDriver registerPowerDriver@/link. */
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. */
1425 /*! @function joinPMtree
1431 virtual void joinPMtree( IOService * driver );
1558 A driver that has joined the power plane via @link joinPMtree joinPMtree
[all...]
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkController.cpp387 provider->joinPMtree(this);
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp167 virtual void joinPMtree( IOService * driver );
175 void IONDRVDevice::joinPMtree( IOService * driver ) function in class:IONDRVDevice
182 super::joinPMtree( driver );
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1212 provider->joinPMtree(this); // add us to the power management tree
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp1013 provider->joinPMtree(this);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp562 // [public] joinPMtree
574 void IOService::joinPMtree( IOService * driver ) function in class:IOService

Completed in 415 milliseconds