Home
last modified time | relevance | path

Searched refs:StateMin (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePMPrivate.h477 #define StateMin(a, b) (StateOrder((a)) < StateOrder((b)) ? (a) : (b)) macro
H A DIOServicePM.cpp2876 newPowerState = StateMin(newPowerState, fOverrideMaxPowerState); in computeDesiredState()