Searched refs:registerPowerDriver (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp525 registerPowerDriver(this, gOurPowerStates, kNumCDCStates);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.cpp429 registerPowerDriver( this, ourPowerStates, kIODisplayWranglerNumPowerStates );
H A DIOBacklightDisplay.cpp317 registerPowerDriver(this, (IOPMPowerState *) ourPowerStates, kIODisplayNumPowerStates);
H A DIODisplay.cpp1180 registerPowerDriver(this, ourPowerStates, kIODisplayNumPowerStates);
/macosx-10.10.1/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryManager.cpp82 registerPowerDriver(this, myTwoStates, 2);
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp1375 registerPowerDriver(this, gOurPowerStates, kNumCDCStates);
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp1500 registerPowerDriver(this, gOurPowerStates, kNumCDCStates);
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioDevice.cpp487 registerPowerDriver ( this, powerStates, NUM_POWER_STATES );
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp439 // highest power state when we call registerPowerDriver().
448 registerPowerDriver ( this, sPowerStates, kSCSIProtocolLayerNumDefaultStates );
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1414 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. */
1433 /*! @function registerPowerDriver
1436 Most drivers do not need to override <code>registerPowerDriver</code>. A nub may override <code>registerPowerDriver</code> if it needs to arrange its children in the power plane differently than the default placement, but this is uncommon.
1442 virtual IOReturn registerPowerDriver(
1679 Calls to @link PMinit PMinit@/link and @link registerPowerDriver registerPowerDriver
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp2897 ior = policyMaker->registerPowerDriver(this, gOurPowerStates, kNumCDCStates);
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageUFISubclass.cpp1514 registerPowerDriver ( this, sPowerStates, kIOUSBMassStorageUFIDeviceNumPowerStates );
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp529 ret = service->registerPowerDriver(service, powerStates, kIOPCIDevicePowerStateCount);
532 ret = service->registerPowerDriver(service,
/macosx-10.10.1/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1216 registerPowerDriver(this, gOurPowerStates, kNumIrDAStates);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp1001 registerPowerDriver(this, ourPowerStates, NUM_POWER_STATES);
8540 registerPowerDriver(this, patriarchPowerStates, 2);
H A DIOServicePM.cpp1048 // [public] registerPowerDriver
1053 IOReturn IOService::registerPowerDriver( function in class:IOService
6539 return kIOReturnSuccess; // For drivers which are in power plane, but haven't called registerPowerDriver()
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp3675 registerPowerDriver( this, powerStates, kIONDRVFramebufferPowerStateCount );
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp1019 registerPowerDriver( this, power_state_table, num_power_states );

Completed in 266 milliseconds