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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPMpowerState.h39 @field outputPowerCharacter Describes the power provided in this state.
56 IOPMPowerFlags outputPowerCharacter; member in struct:IOPMPowerState
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePMPrivate.h87 The outputPowerCharacter field for the current change note.
399 IOPMPowerFlags outputPowerCharacter; member in struct:changeNoteItem
H A DIOServicePM.cpp857 powerFlags = parent->fPowerStates[powerState].outputPowerCharacter;
1090 fOutputPowerCharacterFlags |= fPowerStates[i].outputPowerCharacter;
1820 if ( ( fPowerStates[i].outputPowerCharacter & theDesiredState) ==
1837 if ( ( fPowerStates[i].outputPowerCharacter & theDesiredState) ==
1855 if ( ( fPowerStates[i].outputPowerCharacter & theDesiredState) ==
1871 if ( ( fPowerStates[i].outputPowerCharacter & theDesiredState) ==
2814 changeNote.outputPowerCharacter = powerStatePtr->outputPowerCharacter;
4050 fHeadNoteOutputFlags = changeNote->outputPowerCharacter;
4084 fHeadNoteOutputFlags = powerStatePtr->outputPowerCharacter;
[all...]

Completed in 23 milliseconds