Home
last modified time | relevance | path

Searched refs:xf86DoConfigure (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Globals.c151 Bool xf86DoConfigure = FALSE; variable
H A Dxf86Bus.c82 if (!xf86DoConfigure && drv->platformProbe != NULL) { in xf86CallDriverProbe()
89 if (xf86DoConfigure && xf86DoConfigurePass1) { in xf86CallDriverProbe()
H A Dxf86Init.c356 if (!xf86DoConfigure && !xf86DoShowOptions) { in InitOutput()
390 if (xf86DoConfigure) in InitOutput()
1246 xf86DoConfigure = TRUE; in ddxProcessArgument()
H A Dxf86.h55 extern _X_EXPORT int xf86DoConfigure;
H A Dxf86pciBus.c677 if (!(xf86DoConfigure && xf86DoConfigurePass1)) { in xf86MatchPciInstances()
739 if (xf86DoConfigure && xf86DoConfigurePass1) { in xf86MatchPciInstances()
H A Dxf86sbusBus.c430 if (xf86DoConfigure && xf86DoConfigurePass1) { in xf86MatchSbusInstances()
H A Dxf86Configure.c87 if (!xf86DoConfigure || !xf86DoConfigurePass1) in xf86AddBusDeviceToConfigure()
H A Dxf86Helper.c1436 return xf86DoConfigure; in xf86ServerIsOnlyDetecting()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_init.c270 if (!xf86DoConfigure) { in xf86CloseConsole()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog21941 probe method when xf86DoConfigure is set.