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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPowerConnection.cpp40 void IOPowerConnection::setDesiredDomainState (unsigned long stateNumber )
42 desiredDomainState = stateNumber;
H A DIOServicePMPrivate.h432 unsigned long stateNumber; member in struct:context
H A DIOServicePM.cpp2312 bool IOService::activityTickle ( unsigned long type, unsigned long stateNumber )
2317 if ( initialized && stateNumber && (type == kIOPMSuperclassPolicy1) )
2330 if (fActivityTicklePowerState < (long)stateNumber)
2332 fActivityTicklePowerState = stateNumber;
2338 request->fArg0 = (void *) stateNumber; // power state
4443 theContext.stateNumber = fHeadNoteState;
4490 theContext.stateNumber = fHeadNoteState;
4608 notify.stateNumber = theContext->stateNumber;
4680 theContext.stateNumber
[all...]
H A DIOPMrootDomain.cpp2164 notify.stateNumber = ctx->PowerState;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPM.h603 unsigned long stateNumber; member in struct:IOPowerStateChangeNotification
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h1394 @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.
1395 @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.
1399 unsigned long stateNumber=0 );
1607 @param stateNumber The number of the state in the state array that the device is switching to.
1613 unsigned long stateNumber,
1625 @param stateNumber The number of the state in the state array that the device is switching to.
1631 unsigned long stateNumber,
1700 @param stateNumber The number of the state in the state array that the device has switched from.
1702 virtual void powerChangeDone ( unsigned long stateNumber);
[all...]

Completed in 57 milliseconds