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

/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp112 UInt32 reducedSpeed; member in struct:IONDRVFramebufferPrivate
2595 __private->reducedSpeed = (UInt32) _value;
3782 super::handleEvent( kIOFBNotifyWillChangeSpeed, (void *)(uintptr_t) __private->reducedSpeed );
3798 sleepInfo.powerFlags = (__private->reducedSpeed << 8);
3807 super::handleEvent( kIOFBNotifyDidChangeSpeed, (void *)(uintptr_t) __private->reducedSpeed );
3941 sleepInfo.powerFlags = (__private->reducedSpeed << 8);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp416 UInt32 reducedSpeed; member in struct:IOFramebufferPrivate
4222 setAttribute(kIOFBSpeedAttribute, __private->reducedSpeed);
5134 setAttribute(kIOFBSpeedAttribute, __private->reducedSpeed);
6131 self->setAttribute(kIOFBSpeedAttribute, self->__private->reducedSpeed);
6139 UInt32 reducedSpeed = newLevel; local
6143 // && (reducedSpeed != __private->reducedSpeed)
6146 __private->reducedSpeed = reducedSpeed;
6170 *currentLevel = __private->reducedSpeed;
[all...]

Completed in 164 milliseconds