Home
last modified time | relevance | path

Searched refs:xf86scanpci (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/
H A DPci.c130 xf86scanpci(void) in xf86scanpci() function
H A Dxf86Pci.h236 extern _X_EXPORT Bool xf86scanpci(void);
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86platformBus.c285 if (!xf86scanpci()) { in xf86platformProbe()
H A Dxf86pciBus.c97 if (!xf86scanpci()) { in xf86PciProbe()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog138974 PCI: Unexport xf86scanpci
152020 xf86scanpci() will always call pciInit() before any other function, so
152054 xf86scanpci() is being called only once so we don't need permanent
186432 Avoid recursive calls of xf86scanpci(). This function normally detects that
186437 the post-probing code calls xf86scanpci() from within this function.