Searched refs:xf86IsPrimaryPlatform (Results 1 – 2 of 2) sorted by relevance
116 xf86IsPrimaryPlatform(struct xf86_platform_device *plat) in xf86IsPrimaryPlatform() function254 if (xf86IsPrimaryPlatform(&xf86_platform_devices[i]) && (pass == 1)) in xf86PlatformMatchDriver()256 else if (!xf86IsPrimaryPlatform(&xf86_platform_devices[i]) && (pass == 0)) in xf86PlatformMatchDriver()560 if (xf86IsPrimaryPlatform(&xf86_platform_devices[j])) in xf86platformProbeDev()
20166 xfree86: recognize primary BUS_PCI device in xf86IsPrimaryPlatform()20182 xf86IsPrimaryPlatform() function doesn't recognize the device as primary20192 that now to xf86IsPrimaryPlatform(), so that we can probe virtio-gpu-pci