Searched refs:stateNumber (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/iokit/Kernel/
H A DIOPowerConnection.cpp40 void IOPowerConnection::setDesiredDomainState (unsigned long stateNumber )
42 desiredDomainState = stateNumber;
H A DIOServicePM.cpp2778 bool IOService::activityTickle( unsigned long type, unsigned long stateNumber )
2787 if ((type == kIOPMSuperclassPolicy1) && StateOrder(stateNumber))
2804 || StateOrder(fActivityTicklePowerState) < StateOrder(stateNumber))
2806 fActivityTicklePowerState = stateNumber;
2813 request->fArg0 = (void *) stateNumber;
2824 ((stateNumber = fDeviceUsablePowerState) != kPowerStateZero))
2830 if (fAdvisoryTicklePowerState != stateNumber)
2832 fAdvisoryTicklePowerState = stateNumber;
2839 request->fArg0 = (void *) stateNumber;
5622 context.stateNumber
[all...]
H A DIOServicePMPrivate.h566 IOPMPowerStateIndex stateNumber; member in struct:IOPMInterestContext
H A DIOPMrootDomain.cpp4292 notify.stateNumber = ctx->PowerState;
5567 displayPowerState = params->stateNumber;
/xnu-2422.115.4/iokit/IOKit/
H A DIOService.h1503 @param stateNumber When <code>type</code> is <code>kIOPMSuperclassPolicy1</code>, <code>stateNumber</code> contains the desired power state ordinal for the activity. If the device is in a lower state, the superclass will switch it to this state. This is for devices that can handle some accesses in lower power states; the device is powered up only as far as it needs to be for the activity.
1504 @result When <code>type</code> is <code>kIOPMSuperclassPolicy1</code>, the superclass returns <code>true</code> if the device is currently in the state specified by <code>stateNumber</code>. If the device is in a lower state and must be powered up, the superclass returns <code>false</code>; in this case the superclass will initiate a power change to power the device up. */
1508 unsigned long stateNumber = 0 );
1682 @param stateNumber The number of the state in the state array that the device is switching to.
1688 unsigned long stateNumber,
1696 @param stateNumber The number of the state in the state array that the device is switching to.
1702 unsigned long stateNumber,
1758 @param stateNumber The number of the state in the state array that the device has switched from. */
1760 virtual void powerChangeDone( unsigned long stateNumber );
[all...]
/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DIOPM.h836 unsigned long stateNumber; member in struct:IOPowerStateChangeNotification

Completed in 141 milliseconds