Searched refs:domainState (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePMPrivate.h401 IOPMPowerFlags domainState; member in struct:changeNoteItem
H A DIOServicePM.cpp2795 unsigned long domainState,
2821 changeNote.domainState = domainState;
4051 fHeadNoteDomainState = changeNote->domainState;
4982 unsigned long IOService::maxCapabilityForDomainState ( IOPMPowerFlags domainState )
4992 if ( (domainState & fPowerStates[i].inputPowerRequirement) ==
5009 unsigned long IOService::initialPowerStateForDomainState ( IOPMPowerFlags domainState )
5019 if ( (domainState & fPowerStates[i].inputPowerRequirement) ==
5036 unsigned long IOService::powerStateForDomainState ( IOPMPowerFlags domainState )
5046 if ( (domainState
2792 enqueuePowerChange( unsigned long flags, unsigned long whatStateOrdinal, unsigned long domainState, IOPowerConnection * whichParent, unsigned long singleParentState ) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h1565 Most drivers do not need to implement this method, and can rely upon the default IOService implementation. The IOService implementation scans the power state array looking for the highest state whose <code>inputPowerRequirement</code> field exactly matches the value of the <code>domainState</code> parameter. If more intelligent determination is required, the driver itself should implement the method and override the superclass's implementation.
1567 @param domainState Flags that describe the character of "domain power"; they represent the <code>outputPowerCharacter</code> field of a state in the power domain's power state array.
1572 IOPMPowerFlags domainState );
1578 Most drivers do not need to implement this method, and can rely upon the default IOService implementation. The IOService implementation scans the power state array looking for the highest state whose <code>inputPowerRequirement</code> field exactly matches the value of the <code>domainState</code> parameter. If more intelligent determination is required, the power managed driver should implement the method and override the superclass's implementation.
1580 @param domainState Flags that describe the character of "domain power"; they represent the <code>outputPowerCharacter</code> field of a state in the power domain's power state array.
1584 IOPMPowerFlags domainState);
1590 Most drivers do not need to implement this method, and can rely upon the default IOService implementation. The IOService implementation scans the power state array looking for the highest state whose <code>inputPowerRequirement</code> field exactly matches the value of the <code>domainState</code> parameter. If more intelligent determination is required, the power managed driver should implement the method and override the superclass's implementation.
1592 @param domainState Flags that describe the character of "domain power"; they represent the <code>outputPowerCharacter</code> field of a state in the power domain's power state array.
1596 virtual unsigned long powerStateForDomainState ( IOPMPowerFlags domainState );

Completed in 44 milliseconds