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

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c50 KdVideoAdaptorPtr current_adaptor ; member in struct:_EphyrPortPriv
524 port_priv->current_adaptor = &a_this->adaptors[i] ;
796 EPHYR_RETURN_VAL_IF_FAIL (port_priv->current_adaptor, BadMatch) ;
797 EPHYR_RETURN_VAL_IF_FAIL (port_priv->current_adaptor->pAttributes,
799 EPHYR_RETURN_VAL_IF_FAIL (port_priv->current_adaptor->nAttributes,
815 if (!ephyrXVPrivIsAttrValueValid (port_priv->current_adaptor->pAttributes,
816 port_priv->current_adaptor->nAttributes,
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c52 KdVideoAdaptorPtr current_adaptor; member in struct:_EphyrPortPriv
544 port_priv->current_adaptor = &a_this->adaptors[i];
755 EPHYR_RETURN_VAL_IF_FAIL(port_priv->current_adaptor, BadMatch);
756 EPHYR_RETURN_VAL_IF_FAIL(port_priv->current_adaptor->pAttributes, BadMatch);
757 EPHYR_RETURN_VAL_IF_FAIL(port_priv->current_adaptor->nAttributes, BadMatch);
770 if (!ephyrXVPrivIsAttrValueValid(port_priv->current_adaptor->pAttributes,
771 port_priv->current_adaptor->nAttributes,

Completed in 5 milliseconds