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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp240 calling changePowerStateTo(), the policy-maker expresses its desire by calling changePowerStateToPriv(), and the children
260 children are not holding the root on, so it sets the "policy-maker clamp" by calling changePowerStateToPriv(ON_STATE)
446 changePowerStateToPriv(ON_STATE);
737 changePowerStateToPriv(ON_STATE);
1062 changePowerStateToPriv(ON_STATE);
1069 changePowerStateToPriv(DOZE_STATE);
1115 changePowerStateToPriv(ON_STATE);
2092 changePowerStateToPriv(ON_STATE);
2385 // changePowerStateTo & changePowerStateToPriv
2395 IOReturn IOPMrootDomain::changePowerStateToPriv ( unsigne function in class:IOPMrootDomain
3357 IOReturn IORootParent::changePowerStateToPriv ( unsigned long ordinal ) function in class:IORootParent
[all...]
H A DIOServicePM.cpp278 * or if a subclassed object calls changePowerStateToPriv.
2095 // [public virtual] changePowerStateToPriv
2102 IOReturn IOService::changePowerStateToPriv ( unsigned long ordinal ) function in class:IOService
4929 changePowerStateToPriv (0);
4944 changePowerStateToPriv (fNumberOfPowerStates-1);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h167 virtual IOReturn changePowerStateToPriv ( unsigned long ordinal );
336 virtual IOReturn changePowerStateToPriv ( unsigned long ordinal );
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h1342 <code>makeUsable</code> is implemented using @link changePowerStateToPriv changePowerStateToPriv@/link.
1344 Subsequent requests for lower power, such as from <code>changePowerStateToPriv</code>, will pre-empt this request.
1358 @discussion This function is one of several that are used to set a driver's power state. In most circumstances, however, you should call @link changePowerStateToPriv changePowerStateToPriv@/link instead.
1360 Calls to <code>changePowerStateTo</code>, <code>changePowerStateToPriv</code>, and a driver's power children all affect the power state of a driver. For legacy design reasons, they have overlapping functionality. Although you should call <code>changePowerStateToPriv</code> to change your device's power state, you might need to call <code>changePowerStateTo</code> in the following circumstances:
1362 <ul><li>If a driver will be using <code>changePowerStateToPriv</code> to change its power state, it should call <code>changePowerStateTo(0)</code> in its <code>start</code> routine to eliminate the influence <code>changePowerStateTo</code> has on power state calculations.
1658 /*! @function changePowerStateToPriv
1662 Three things affect driver power state: @link changePowerStateTo changePowerStateTo@/link, <code>changePowerStateToPriv</cod
[all...]

Completed in 43 milliseconds