Lines Matching refs:pVbe
42 extern _X_EXPORT void vbeFree(vbeInfoPtr pVbe);
43 extern _X_EXPORT xf86MonPtr vbeDoEDID(vbeInfoPtr pVbe, void *pDDCModule);
107 extern _X_EXPORT VbeInfoBlock *VBEGetVBEInfo(vbeInfoPtr pVbe);
171 extern _X_EXPORT VbeModeInfoBlock *VBEGetModeInfo(vbeInfoPtr pVbe, int mode);
198 extern _X_EXPORT Bool VBESetVBEMode(vbeInfoPtr pVbe, int mode,
205 extern _X_EXPORT Bool VBEGetVBEMode(vbeInfoPtr pVbe, int *mode);
229 VBESaveRestore(vbeInfoPtr pVbe, vbeSaveRestoreFunction fuction,
237 VBEBankSwitch(vbeInfoPtr pVbe, unsigned int iBank, int window);
250 #define VBESetLogicalScanline(pVbe, width) \ argument
251 VBESetGetLogicalScanlineLength(pVbe, SCANWID_SET, width, \
253 #define VBESetLogicalScanlineBytes(pVbe, width) \ argument
254 VBESetGetLogicalScanlineLength(pVbe, SCANWID_SET_BYTES, width, \
256 #define VBEGetLogicalScanline(pVbe, pixels, bytes, max) \ argument
257 VBESetGetLogicalScanlineLength(pVbe, SCANWID_GET, 0, \
259 #define VBEGetMaxLogicalScanline(pVbe, pixels, bytes, max) \ argument
260 VBESetGetLogicalScanlineLength(pVbe, SCANWID_GET_MAX, 0, \
262 extern _X_EXPORT Bool VBESetGetLogicalScanlineLength(vbeInfoPtr pVbe,
273 extern _X_EXPORT Bool VBESetDisplayStart(vbeInfoPtr pVbe, int x, int y,
275 extern _X_EXPORT Bool VBEGetDisplayStart(vbeInfoPtr pVbe, int *x, int *y);
282 extern _X_EXPORT int VBESetGetDACPaletteFormat(vbeInfoPtr pVbe, int bits);
294 extern _X_EXPORT CARD32 *VBESetGetPaletteData(vbeInfoPtr pVbe, Bool set,
310 extern _X_EXPORT VBEpmi *VBEGetVBEpmi(vbeInfoPtr pVbe);
334 VBEVesaSaveRestore(vbeInfoPtr pVbe, vbeSaveRestorePtr vbe_sr,
337 extern _X_EXPORT int VBEGetPixelClock(vbeInfoPtr pVbe, int mode, int Clock);
338 extern _X_EXPORT Bool VBEDPMSSet(vbeInfoPtr pVbe, int mode);
355 extern _X_EXPORT struct vbePanelID *VBEReadPanelID(vbeInfoPtr pVbe);