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

/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.cpp493 changePowerStateToPriv( kIODisplayWranglerMaxPowerState );
527 changePowerStateToPriv(0);
618 else changePowerStateToPriv(2);
738 changePowerStateToPriv(3);
742 else if (getPowerState() > 1) changePowerStateToPriv(1);
H A DIODisplay.cpp1206 changePowerStateToPriv(state);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h396 virtual IOReturn changePowerStateToPriv( unsigned long ordinal );
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp599 changePowerStateToPriv(), and the children express their desires by calling
626 changePowerStateToPriv(ON_STATE) to hold itself on until the sleep timer expires.
1002 changePowerStateToPriv(ON_STATE);
2228 changePowerStateToPriv(ON_STATE);
2780 // changePowerStateTo & changePowerStateToPriv
2795 IOReturn IOPMrootDomain::changePowerStateToPriv( unsigned long ordinal ) function in class:IOPMrootDomain
2797 DLOG("changePowerStateToPriv(%lu)\n", ordinal);
2802 return super::changePowerStateToPriv(ordinal);
4393 changePowerStateToPriv(ON_STATE);
4670 changePowerStateToPriv(ON_STAT
[all...]
H A DIOServicePM.cpp2231 // [protected] changePowerStateToPriv
2238 IOReturn IOService::changePowerStateToPriv( unsigned long ordinal ) function in class:IOService
2367 // upon the next "device" power request - changePowerStateToPriv().
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp394 next->changePowerStateToPriv(kIOPCIDevicePausedState);
436 next->changePowerStateToPriv(kIOPCIDevicePausedState);
458 next->changePowerStateToPriv(kIOPCIDeviceOnState);
640 changePowerStateToPriv(kIOPCIDeviceOffState);
3262 fBridgeDevice->changePowerStateToPriv(state);
3707 victim->changePowerStateToPriv(kIOPCIDeviceOnState);
H A DIOPCIDevice.cpp207 changePowerStateToPriv (1);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1500 <code>makeUsable</code> is implemented using @link changePowerStateToPriv changePowerStateToPriv@/link. Subsequent requests for lower power, such as from <code>changePowerStateToPriv</code>, will pre-empt this request.
1516 @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.
1517 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:
1518 <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.
1775 /*! @function changePowerStateToPriv
1778 Three things affect driver power state: @link changePowerStateTo changePowerStateTo@/link, <code>changePowerStateToPriv</cod
[all...]

Completed in 144 milliseconds