Searched refs:ClockFunc (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/ |
| H A D | vgaHW.h | 235 Bool (*ClockFunc) (ScrnInfoPtr, int),
|
| H A D | vgaHW.c | 1994 xf86GetClocks(ScrnInfoPtr pScrn, int num, Bool (*ClockFunc) (ScrnInfoPtr, int), argument 2005 (*ClockFunc) (pScrn, CLK_REG_SAVE); 2013 if (!(*ClockFunc) (pScrn, i)) { 2076 (*ClockFunc) (pScrn, CLK_REG_RESTORE);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Helper.c | 1483 xf86GetClocks(ScrnInfoPtr pScrn, int num, Bool (*ClockFunc)(ScrnInfoPtr, int), argument 1492 (*ClockFunc)(pScrn, CLK_REG_SAVE); 1501 if (!(*ClockFunc)(pScrn, i)) 1566 (*ClockFunc)(pScrn, CLK_REG_RESTORE);
|
| H A D | xf86.h | 240 Bool (*ClockFunc)(ScrnInfoPtr, int),
|
Completed in 8 milliseconds