Lines Matching refs:pVbe
44 GetDepthFlag(vbeInfoPtr pVbe, int id) in GetDepthFlag() argument
49 if ((mode = VBEGetModeInfo(pVbe, id)) == NULL) in GetDepthFlag()
94 VBEFindSupportedDepths(vbeInfoPtr pVbe, VbeInfoBlock * vbe, int *flags24, in VBEFindSupportedDepths() argument
102 depths |= GetDepthFlag(pVbe, vbe->VideoModePtr[i++]); in VBEFindSupportedDepths()
111 depths |= GetDepthFlag(pVbe, i); in VBEFindSupportedDepths()
126 CheckMode(ScrnInfoPtr pScrn, vbeInfoPtr pVbe, VbeInfoBlock * vbe, int id, in CheckMode() argument
137 if ((mode = VBEGetModeInfo(pVbe, id)) == NULL) in CheckMode()
268 VBEGetModePool(ScrnInfoPtr pScrn, vbeInfoPtr pVbe, VbeInfoBlock * vbe, in VBEGetModePool() argument
278 if ((pMode = CheckMode(pScrn, pVbe, vbe, id, modeTypes)) != NULL) { in VBEGetModePool()
311 if ((pMode = CheckMode(pScrn, pVbe, vbe, i, modeTypes)) != NULL) { in VBEGetModePool()
375 VBESetModeParameters(ScrnInfoPtr pScrn, vbeInfoPtr pVbe) in VBESetModeParameters() argument
418 clock = VBEGetPixelClock(pVbe, data->mode, data->block->PixelClock); in VBESetModeParameters()