Home
last modified time | relevance | path

Searched refs:VGAHWPTR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A DvgaHW.c79 #undef VGAHWPTR
81 #define VGAHWPTR(p) ((vgaHWPtr)(VGAHWPTRLVAL(p))) macro
576 vgaHWPtr hwp = VGAHWPTR(pScrn); in vgaHWProtect()
620 vgaHWPtr hwp = VGAHWPTR(pScrn); in vgaHWBlankScreen()
681 vgaHWPtr hwp = VGAHWPTR(pScrn); in vgaHWDPMSSet()
735 vgaHWPtr hwp = VGAHWPTR(scrninfp); in vgaHWRestoreFonts()
847 vgaHWPtr hwp = VGAHWPTR(scrninfp); in vgaHWRestoreMode()
878 vgaHWPtr hwp = VGAHWPTR(scrninfp); in vgaHWRestoreColormap()
917 vgaHWPtr hwp = VGAHWPTR(scrninfp); in vgaHWSaveFonts()
1018 vgaHWPtr hwp = VGAHWPTR(scrninfp); in vgaHWSaveMode()
[all …]
H A DvgaHW.h34 #define VGAHWPTR(p) ((vgaHWPtr)((p)->privates[vgaHWGetIndex()].ptr)) macro