Searched refs:xf86Monitor (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | edid.c | 144 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 D | edid.h | 520 * embedded in the middle of xf86Monitor which is ABI. Sizes below are 561 } xf86Monitor, *xf86MonPtr; typedef in typeref:struct:__anon569056440208
|
| H A D | interpret_edid.c | 167 if (! (m = xnfcalloc(sizeof(xf86Monitor),1))) return NULL;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/ |
| H A D | edid.h | 531 * embedded in the middle of xf86Monitor which is ABI. Sizes below are 571 } xf86Monitor, *xf86MonPtr; typedef in typeref:struct:__anon21b29d770308
|
| H A D | interpret_edid.c | 174 if (!(m = xnfcalloc(sizeof(xf86Monitor), 1)))
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | drmmode_display.c | 732 edid_mon = xcalloc(1, sizeof(xf86Monitor));
|
| H A D | i830_lvds.c | 1009 edid_mon = xcalloc (1, sizeof (xf86Monitor));
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_output.c | 317 MonInfo = xnfcalloc(sizeof(xf86Monitor), 1);
|
Completed in 14 milliseconds