Lines Matching refs:a_info

86 static void ephyrStopVideo(KdScreenInfo * a_info,
89 static int ephyrSetPortAttribute(KdScreenInfo * a_info,
97 static void ephyrQueryBestSize(KdScreenInfo * a_info,
106 static int ephyrPutImage(KdScreenInfo * a_info,
123 static int ephyrReputImage(KdScreenInfo * a_info,
129 static int ephyrPutVideo(KdScreenInfo * a_info,
137 static int ephyrGetVideo(KdScreenInfo * a_info,
145 static int ephyrPutStill(KdScreenInfo * a_info,
153 static int ephyrGetStill(KdScreenInfo * a_info,
161 static int ephyrQueryImageAttributes(KdScreenInfo * a_info,
732 ephyrStopVideo(KdScreenInfo * a_info, void *a_port_priv, Bool a_exit) in ephyrStopVideo() argument
736 EphyrScrPriv *scrpriv = a_info->driver; in ephyrStopVideo()
746 ephyrSetPortAttribute(KdScreenInfo * a_info, in ephyrSetPortAttribute() argument
843 ephyrQueryBestSize(KdScreenInfo * a_info, in ephyrQueryBestSize() argument
880 ephyrHostXVPutImage(KdScreenInfo * a_info, in ephyrHostXVPutImage() argument
896 EphyrScrPriv *scrpriv = a_info->driver; in ephyrHostXVPutImage()
966 ephyrPutImage(KdScreenInfo * a_info, in ephyrPutImage() argument
986 EPHYR_RETURN_VAL_IF_FAIL(a_info && a_info->pScreen, BadValue); in ephyrPutImage()
991 if (!ephyrHostXVPutImage(a_info, port_priv, in ephyrPutImage()
1049 ephyrReputImage(KdScreenInfo * a_info, in ephyrReputImage() argument
1057 EPHYR_RETURN_VAL_IF_FAIL(a_info->pScreen, FALSE); in ephyrReputImage()
1066 if (!ephyrHostXVPutImage(a_info, in ephyrReputImage()
1089 ephyrPutVideo(KdScreenInfo * a_info, in ephyrPutVideo() argument
1097 EphyrScrPriv *scrpriv = a_info->driver; in ephyrPutVideo()
1102 EPHYR_RETURN_VAL_IF_FAIL(a_info->pScreen, BadValue); in ephyrPutVideo()
1120 ephyrGetVideo(KdScreenInfo * a_info, in ephyrGetVideo() argument
1128 EphyrScrPriv *scrpriv = a_info->driver; in ephyrGetVideo()
1133 EPHYR_RETURN_VAL_IF_FAIL(a_info && a_info->pScreen, BadValue); in ephyrGetVideo()
1152 ephyrPutStill(KdScreenInfo * a_info, in ephyrPutStill() argument
1160 EphyrScrPriv *scrpriv = a_info->driver; in ephyrPutStill()
1165 EPHYR_RETURN_VAL_IF_FAIL(a_info && a_info->pScreen, BadValue); in ephyrPutStill()
1183 ephyrGetStill(KdScreenInfo * a_info, in ephyrGetStill() argument
1191 EphyrScrPriv *scrpriv = a_info->driver; in ephyrGetStill()
1196 EPHYR_RETURN_VAL_IF_FAIL(a_info && a_info->pScreen, BadValue); in ephyrGetStill()
1214 ephyrQueryImageAttributes(KdScreenInfo * a_info, in ephyrQueryImageAttributes() argument