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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPowerConnection.cpp40 void IOPowerConnection::setDesiredDomainState (unsigned long stateNumber )
42 desiredDomainState = stateNumber;
H A DIOServicePM.cpp2794 bool IOService::activityTickle ( unsigned long type, unsigned long stateNumber )
2802 if ((type == kIOPMSuperclassPolicy1) && stateNumber)
2818 if (fActivityTicklePowerState < (int)stateNumber)
2820 fActivityTicklePowerState = stateNumber;
2826 request->fArg0 = (void *) stateNumber; // power state
2837 ((stateNumber = fDeviceUsablePowerState)))
2843 if (fAdvisoryTicklePowerState != (int)stateNumber)
2845 fAdvisoryTicklePowerState = stateNumber;
2851 request->fArg0 = (void *) stateNumber; // power state
5329 context.stateNumber
[all...]
H A DIOServicePMPrivate.h501 IOPMPowerStateIndex stateNumber; member in struct:IOPMInterestContext
H A DIOPMrootDomain.cpp4141 notify.stateNumber = ctx->PowerState;
5257 displayPowerState = params->stateNumber;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1469 @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.
1470 @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. */
1474 unsigned long stateNumber = 0 );
1648 @param stateNumber The number of the state in the state array that the device is switching to.
1654 unsigned long stateNumber,
1662 @param stateNumber The number of the state in the state array that the device is switching to.
1668 unsigned long stateNumber,
1724 @param stateNumber The number of the state in the state array that the device has switched from. */
1726 virtual void powerChangeDone( unsigned long stateNumber );
[all...]
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPM.h788 unsigned long stateNumber; member in struct:IOPowerStateChangeNotification

Completed in 107 milliseconds