Searched refs:VbeCRTCInfoBlock (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
H A DvbeModes.h40 VbeCRTCInfoBlock *block;
H A Dvbe.h74 typedef struct _VbeCRTCInfoBlock VbeCRTCInfoBlock; typedef in typeref:struct:_VbeCRTCInfoBlock
190 /* VbeCRTCInfoBlock is in the VESA 3.0 specs */
192 extern _X_EXPORT Bool VBESetVBEMode(vbeInfoPtr pVbe, int mode, VbeCRTCInfoBlock *crtc);
H A DvbeModes.c405 data->block = calloc(sizeof(VbeCRTCInfoBlock), 1);
H A Dvbe.c439 VBESetVBEMode(vbeInfoPtr pVbe, int mode, VbeCRTCInfoBlock *block)
455 ES:DI := Pointer to VbeCRTCInfoBlock structure
465 memcpy(pVbe->memory, block, sizeof(VbeCRTCInfoBlock));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A DvbeModes.h40 VbeCRTCInfoBlock *block;
H A Dvbe.h74 typedef struct _VbeCRTCInfoBlock VbeCRTCInfoBlock; typedef in typeref:struct:_VbeCRTCInfoBlock
196 /* VbeCRTCInfoBlock is in the VESA 3.0 specs */
199 VbeCRTCInfoBlock * crtc);
H A DvbeModes.c407 data->block = calloc(sizeof(VbeCRTCInfoBlock), 1);
H A Dvbe.c440 VBESetVBEMode(vbeInfoPtr pVbe, int mode, VbeCRTCInfoBlock * block)
456 ES:DI := Pointer to VbeCRTCInfoBlock structure
466 memcpy(pVbe->memory, block, sizeof(VbeCRTCInfoBlock));
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis.h1469 VbeCRTCInfoBlock *block;
/xsrc/external/mit/xf86-video-vesa/dist/src/
H A Dvesa.c304 data->block = calloc(sizeof(VbeCRTCInfoBlock), 1);

Completed in 18 milliseconds