Searched refs:xf86PciVideoInfo (Results 1 – 2 of 2) sorted by relevance
95 struct pci_device **xf86PciVideoInfo = NULL; in xf86PciProbe() local98 xf86PciVideoInfo = NULL; in xf86PciProbe()106 xf86PciVideoInfo = xnfreallocarray(xf86PciVideoInfo, in xf86PciProbe()109 xf86PciVideoInfo[num] = NULL; in xf86PciProbe()110 xf86PciVideoInfo[num - 1] = info; in xf86PciProbe()127 info = xf86PciVideoInfo[i]; in xf86PciProbe()150 info = xf86PciVideoInfo[k]; in xf86PciProbe()200 free(xf86PciVideoInfo); in xf86PciProbe()
124267 - xf86PciVideoInfo doesn't need to be global174238 Make xf86PciVideoInfo static since it is only used within this file.174445 xf86PciVideoInfo. In all cases this means converting the code to use174468 pci_interator interface instead of the xf86PciVideoInfo array.