Searched refs:xf86Monitor (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dedid.c144 pch = calloc(1, sizeof(xf86Monitor) + EDID_SIZE);
151 pchEDID = pch + sizeof(xf86Monitor);
165 memcpy(pch, pEDIDMon, sizeof(xf86Monitor));
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
H A Dedid.h520 * embedded in the middle of xf86Monitor which is ABI. Sizes below are
561 } xf86Monitor, *xf86MonPtr; typedef in typeref:struct:__anon569056440208
H A Dinterpret_edid.c167 if (! (m = xnfcalloc(sizeof(xf86Monitor),1))) return NULL;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A Dedid.h531 * embedded in the middle of xf86Monitor which is ABI. Sizes below are
571 } xf86Monitor, *xf86MonPtr; typedef in typeref:struct:__anon21b29d770308
H A Dinterpret_edid.c174 if (!(m = xnfcalloc(sizeof(xf86Monitor), 1)))
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Ddrmmode_display.c732 edid_mon = xcalloc(1, sizeof(xf86Monitor));
H A Di830_lvds.c1009 edid_mon = xcalloc (1, sizeof (xf86Monitor));
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_output.c317 MonInfo = xnfcalloc(sizeof(xf86Monitor), 1);

Completed in 14 milliseconds