Searched refs:getAttributeForConnection (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.cpp86 IOReturn IODisplayConnect::getAttributeForConnection( IOSelect selector, uintptr_t * value ) function in class:IODisplayConnect
90 return ((IOFramebuffer *) getProvider())->getAttributeForConnection(connection, selector, value);
H A DIODisplay.cpp345 fConnection->getAttributeForConnection(kConnectionFlags, &connectFlags);
401 if (kIOReturnSuccess != fConnection->getAttributeForConnection(
635 err = fConnection->getAttributeForConnection(
H A DIOBacklightDisplay.cpp183 if (kIOReturnSuccess != framebuffer->getAttributeForConnection(idx,
H A DIOFramebuffer.cpp4393 ret = getAttributeForConnection(0, kConnectionPostWake, &value);
4399 getAttributeForConnection(0, kConnectionChanged, 0);
5164 err = fb->getAttributeForConnection(0, kConnectionHandleDisplayPortEvent, &value[0]);
5441 err = getAttributeForConnection(0, kConnectionChanged, &unused);
5516 err = getAttributeForConnection(0, kConnectionCheckEnable, &connectEnabled);
6652 __private->lli2c = (kIOReturnSuccess == getAttributeForConnection(
7016 && (kIOReturnSuccess == getAttributeForConnection(0, kTempAttribute, &value[0])))
7078 ret = getAttributeForConnection(0, kTempAttribute, &value[0]);
7878 r = getAttributeForConnection(0, kConnectionControllerDepthsSupported, &lvalue[0]);
7942 r = getAttributeForConnection(
8829 IOReturn IOFramebuffer::getAttributeForConnection( IOIndex connectIndex, function in class:IOFramebuffer
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIODisplay.h119 virtual IOReturn getAttributeForConnection( IOSelect selector, uintptr_t * value );
H A DIOFramebuffer.h274 @discussion IOFramebuffer subclasses may optionally implement this method to perform I2C bus requests on one of the buses they support. Alternatively they may implement the setDDCClock(), setDDCData(), readDDCClock(), readDDCData() methods and respond from getAttributeForConnection() to the kConnectionSupportsLLDDCSense attribute with success, in which case IOFramebuffer::doI2CRequest() will carry out a software implementation of I2C using the low level routines and conforming to the timing constraints passed in the timing parameter. Subclasses may pass timing parameters tuned for the specific bus, otherwise VESA DDC defaults will apply.
643 /*! @function getAttributeForConnection
653 virtual IOReturn getAttributeForConnection( IOIndex connectIndex,
767 @discussion Hardware that supports DDC/EDID display sensing should implement this method to return true if a DDC display is detected. They should also return success for the connection attribute kConnectionSupportsHLDDCSense (from getAttributeForConnection()).
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h292 virtual IOReturn getAttributeForConnection( IOIndex connectIndex,
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngine.h365 /*! @function getAttributeForConnection
373 virtual IOReturn getAttributeForConnection( SInt32 connectIndex, UInt32 attribute, uintptr_t * value ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioEngine.cpp115 IOReturn IOAudioEngine::getAttributeForConnection( SInt32 connectIndex, UInt32 attribute, uintptr_t * value ) function in class:IOAudioEngine
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp589 if ((kIOReturnSuccess != getAttributeForConnection(0, kConnectionCheckEnable, &isOnline))
3240 ret = getAttributeForConnection( 0, kConnectionCheckEnable, &connectEnabled );
3269 IOReturn IONDRVFramebuffer::getAttributeForConnection( IOIndex connectIndex, function in class:IONDRVFramebuffer
3394 ret = super::getAttributeForConnection( connectIndex, attribute, value );
3417 ret = super::getAttributeForConnection( connectIndex,
3425 ret = super::getAttributeForConnection( connectIndex,
3965 else if (kIOReturnSuccess != getAttributeForConnection(0, kConnectionCheckEnable, &isOnline))

Completed in 185 milliseconds