Searched refs:kIOPMLowPower (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPM.h61 @constant kIOPMLowPower
65 A device with a capability of kIOPMLowPower may:
67 Offer either kIOPMLowPower, kIOPMPowerOn, or 0 (no power at all)
70 Useful only as a Capability, although USB drivers should consult USB family documentation for other valid circumstances to use the kIOPMLowPower bit.
104 kIOPMLowPower = 0x00010000, enumerator in enum:__anon679
/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp6568 if (fPowerStates[i].capabilityFlags & kIOPMLowPower)
6715 if (fPowerStates[fCurrentPowerState].capabilityFlags & kIOPMLowPower)

Completed in 38 milliseconds