Home
last modified time | relevance | path

Searched refs:SetPortAttribute (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.h140 SetPortAttributeFuncPtr SetPortAttribute; member
167 SetPortAttributeFuncPtr SetPortAttribute; member
H A Dkxv.c217 if (!adaptorPtr->StopVideo || !adaptorPtr->SetPortAttribute || in KdXVInitAdaptors()
353 adaptorPriv->SetPortAttribute = adaptorPtr->SetPortAttribute; in KdXVInitAdaptors()
1233 return ((*portPriv->AdaptorRec->SetPortAttribute) (portPriv->screen, in KdXVSetPortAttribute()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xvpriv.h58 SetPortAttributeFuncPtr SetPortAttribute; member
H A Dxf86xv.h140 SetPortAttributeFuncPtr SetPortAttribute; member
H A Dxf86xv.c338 if (!adaptorPtr->StopVideo || !adaptorPtr->SetPortAttribute || in xf86XVInitAdaptors()
474 adaptorPriv->SetPortAttribute = adaptorPtr->SetPortAttribute; in xf86XVInitAdaptors()
1554 return ((*portPriv->AdaptorRec->SetPortAttribute) (portPriv->pScrn, in xf86XVSetPortAttribute()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c154 adaptor->SetPortAttribute = ephyr_glamor_xv_set_port_attribute; in ephyr_glamor_xv_init()
H A Dephyrvideo.c588 a_this->adaptors[i].SetPortAttribute = ephyrSetPortAttribute; in ephyrXVPrivSetAdaptorsHooks()
/OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/
H A Dglamor_xf86_xv.c163 adapt->SetPortAttribute = glamor_xf86_xv_set_port_attribute; in glamor_xv_init()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c478 adapt->SetPortAttribute = ms_exa_xv_set_port_attribute; in ms_exa_xv_init()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt881 R013 XVideo:SetPortAttribute
/OK3568_Linux_fs/external/xserver/
H A DChangeLog108478 xv: Don't send port notify when SetPortAttribute fails
108480 Currently a port notify event is sent even if SetPortAttribute
108488 SetPortAttribute succeeds.