Lines Matching refs:primaryBus
113 if (primaryBus.type == BUS_NONE && pci_device_is_boot_vga(info)) { in xf86PciProbe()
114 primaryBus.type = BUS_PCI; in xf86PciProbe()
115 primaryBus.id.pci = info; in xf86PciProbe()
123 if (primaryBus.type == BUS_NONE && num) { in xf86PciProbe()
132 if (primaryBus.type == BUS_NONE) { in xf86PciProbe()
133 primaryBus.type = BUS_PCI; in xf86PciProbe()
134 primaryBus.id.pci = info; in xf86PciProbe()
139 primaryBus.type ^= (BusType) (-1); in xf86PciProbe()
359 if (primaryBus.type == BUS_PCI) in xf86IsPrimaryPci()
360 return pPci == primaryBus.id.pci; in xf86IsPrimaryPci()
362 if (primaryBus.type == BUS_PLATFORM) in xf86IsPrimaryPci()
363 if (primaryBus.id.plat->pdev) in xf86IsPrimaryPci()
364 if (MATCH_PCI_DEVICES(primaryBus.id.plat->pdev, pPci)) in xf86IsPrimaryPci()