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

/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1506 /*! @function temporaryPowerClampOn
1508 @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.
1512 IOReturn temporaryPowerClampOn( void );
/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp2173 // [public] temporaryPowerClampOn
2181 IOReturn IOService::temporaryPowerClampOn( void ) function in class:IOService

Completed in 76 milliseconds