Searched refs:fbdevHWSwitchMode (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/
H A Dfbdevhwstub.c142 fbdevHWSwitchMode(int scrnIndex, DisplayModePtr mode, int flags) function in typeref:typename:Bool
175 fbdevHWSwitchModeWeak(void) { return fbdevHWSwitchMode; }
H A Dfbdevhw.h47 extern _X_EXPORT Bool fbdevHWSwitchMode(int scrnIndex, DisplayModePtr mode, int flags);
H A Dfbdevhw.c788 fbdevHWSwitchMode(int scrnIndex, DisplayModePtr mode, int flags) function in typeref:typename:Bool
888 fbdevHWSwitchModeWeak(void) { return fbdevHWSwitchMode; }
/xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/
H A Dfbdevhwstub.c140 fbdevHWSwitchMode(ScrnInfoPtr pScrn, DisplayModePtr mode) function in typeref:typename:Bool
175 return fbdevHWSwitchMode;
H A Dfbdevhw.h49 extern _X_EXPORT Bool fbdevHWSwitchMode(ScrnInfoPtr pScrn, DisplayModePtr mode);
H A Dfbdevhw.c808 fbdevHWSwitchMode(ScrnInfoPtr pScrn, DisplayModePtr mode) function in typeref:typename:Bool
935 return fbdevHWSwitchMode;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_driver.c3163 Bool ret = fbdevHWSwitchMode(SWITCH_MODE_ARGS(pScrn, mode));

Completed in 53 milliseconds