Searched refs:temporaryPowerClampOn (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMIO.cpp39 temporaryPowerClampOn(); // hold power on till we get children
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp85 temporaryPowerClampOn(); // hold power on till we get children
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1427 /*! @function temporaryPowerClampOn
1429 @discussion Use <code>temporaryPowerClampOn</code> to hold your driver in its highest power state while waiting for child devices to attach. After children have attached, the clamp is released and the device's power state is controlled by the children's requirements.
1433 IOReturn temporaryPowerClampOn( void );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp2225 // [public] temporaryPowerClampOn
2233 IOReturn IOService::temporaryPowerClampOn ( void ) function in class:IOService

Completed in 34 milliseconds