Lines Matching refs:primaryBus
122 if (primaryBus.type == BUS_PLATFORM) in xf86IsPrimaryPlatform()
123 return plat == primaryBus.id.plat; in xf86IsPrimaryPlatform()
125 if (primaryBus.type == BUS_PCI) in xf86IsPrimaryPlatform()
127 if (MATCH_PCI_DEVICES(primaryBus.id.pci, plat->pdev)) in xf86IsPrimaryPlatform()
328 primaryBus.type = BUS_PLATFORM; in xf86platformProbe()
329 primaryBus.id.plat = dev; in xf86platformProbe()
344 primaryBus.type = BUS_PLATFORM; in xf86platformProbe()
345 primaryBus.id.plat = dev; in xf86platformProbe()
746 if (primaryBus.type == BUS_NONE) { in xf86platformPrimary()
750 primaryBus.id.plat = &xf86_platform_devices[0]; in xf86platformPrimary()
751 primaryBus.type = BUS_PLATFORM; in xf86platformPrimary()
753 xf86Msg(X_NONE, "\tfalling back to %s\n", primaryBus.id.plat->attribs->syspath); in xf86platformPrimary()