Searched refs:pVesa (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-vesa/dist/src/
H A Dvesa.c120 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESAWindowLinear
122 *size = pVesa->maxBytesPerScanline;
123 return ((CARD8 *)pVesa->base + row * pVesa->maxBytesPerScanline + offset);
131 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESAWindowWindowed
135 offset += pVesa->maxBytesPerScanline * row;
137 pVesa->windowAoffset = window * data->WinGranularity * 1024;
139 *size = data->WinSize * 1024 - (offset - pVesa->windowAoffset);
141 return (void *)((unsigned long)pVesa->base +
142 (offset - pVesa
355 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESAValidMode
508 VESAPtr pVesa; local in function:VESAPciProbe
627 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESAFreeRec
662 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESAValidateModes
682 VESAPtr pVesa; local in function:VESAPreInit
993 VESAPtr pVesa = VESAGetRec(pScrn); local in function:vesaCreateScreenResources
1010 VESAPtr pVesa = VESAGetRec(pScrn); local in function:vesaEnableDisableFBAccess
1020 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESAScreenInit
1226 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESACloseScreen
1256 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESASwitchMode
1271 VESAPtr pVesa; local in function:VESASetMode
1327 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESAAdjustFrame
1342 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESAMapVidMem
1411 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESAUnmapVidMem
1440 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESALoadPalette
1492 WriteAttr(VESAPtr pVesa,int index,int value) argument
1502 ReadAttr(VESAPtr pVesa,int index) argument
1517 ReadSeq(VESAPtr pVesa,int index) argument
1529 ReadGr(VESAPtr pVesa,int index) argument
1541 SeqReset(VESAPtr pVesa,Bool start) argument
1554 VESAPtr pVesa = VESAGetRec(pScrn); local in function:SaveFonts
1619 VESAPtr pVesa = VESAGetRec(pScrn); local in function:RestoreFonts
1692 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESASaveScreen
1717 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESABankSwitch
1735 VESAPtr pVesa; local in function:VESASaveRestore
1795 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESADisplayPowerManagementSet
1818 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESADGAOpenFramebuffer
1882 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESADGAAddModes
1931 VESAPtr pVesa = VESAGetRec(pScrn); local in function:VESADGAInit
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_driver.c510 VESARec *pVesa; local in function:LXPreInit
515 pVesa = pGeode->vesa;
517 if ((pVesa->pInt = xf86InitInt10(pGeode->pEnt->index)) == NULL) {
H A Dgx_driver.c662 VESARec *pVesa; local in function:GXPreInit
667 pVesa = pGeode->vesa;
669 if ((pVesa->pInt = xf86InitInt10(pGeode->pEnt->index)) == NULL) {
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_driver.c470 VESAPtr pVesa; local in function:GX2PreInit
684 pVesa = pGeode->vesa;
687 if ((pVesa->pInt = xf86InitInt10(pGeode->pEnt->index)) == NULL) {

Completed in 11 milliseconds