Searched refs:xf86PciVideoInfo (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dati.c129 pciVideoPtr *xf86PciVideoInfo; local in function:ati_device_get_from_busid
131 xf86PciVideoInfo = xf86GetPciVideoInfo();
133 if (xf86PciVideoInfo == NULL)
136 while ((pVideo = *xf86PciVideoInfo++) != NULL)
150 pciVideoPtr *xf86PciVideoInfo; local in function:ati_device_get_primary
152 xf86PciVideoInfo = xf86GetPciVideoInfo();
154 if (xf86PciVideoInfo == NULL)
157 while ((pVideo = *xf86PciVideoInfo++) != NULL)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86pciBus.c105 struct pci_device ** xf86PciVideoInfo = NULL; local in function:xf86PciProbe
109 xf86PciVideoInfo = NULL;
117 xf86PciVideoInfo = xnfrealloc(xf86PciVideoInfo,
120 xf86PciVideoInfo[num] = NULL;
121 xf86PciVideoInfo[num - 1] = info;
140 info = xf86PciVideoInfo[i];
163 info = xf86PciVideoInfo[k];
210 free(xf86PciVideoInfo);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86pciBus.c95 struct pci_device **xf86PciVideoInfo = NULL; local in function:xf86PciProbe
98 xf86PciVideoInfo = NULL;
106 xf86PciVideoInfo = xnfreallocarray(xf86PciVideoInfo,
109 xf86PciVideoInfo[num] = NULL;
110 xf86PciVideoInfo[num - 1] = info;
127 info = xf86PciVideoInfo[i];
150 info = xf86PciVideoInfo[k];
200 free(xf86PciVideoInfo);

Completed in 7 milliseconds