Lines Matching refs:xf86ConfigLayout
410 if (xf86ConfigLayout.screens) { in xf86DriverlistFromConfig()
411 slp = xf86ConfigLayout.screens; in xf86DriverlistFromConfig()
423 while (xf86ConfigLayout.inactives[j++].identifier) in xf86DriverlistFromConfig()
434 slp = xf86ConfigLayout.screens; in xf86DriverlistFromConfig()
447 while (xf86ConfigLayout.inactives[j].identifier) in xf86DriverlistFromConfig()
448 modulearray[count++] = xf86ConfigLayout.inactives[j++].driver; in xf86DriverlistFromConfig()
486 if (xf86ConfigLayout.inputs) { in xf86InputDriverlistFromConfig()
487 idp = xf86ConfigLayout.inputs; in xf86InputDriverlistFromConfig()
502 idp = xf86ConfigLayout.inputs; in xf86InputDriverlistFromConfig()
2364 if (!configImpliedLayout(&xf86ConfigLayout, in xf86HandleConfigFile()
2380 if (!configLayout(&xf86ConfigLayout, layout, dfltlayout)) { in xf86HandleConfigFile()
2386 if (!configLayout(&xf86ConfigLayout, layout, NULL)) { in xf86HandleConfigFile()
2393 xf86ProcessOptions(-1, xf86ConfigLayout.options, LayoutOptions); in xf86HandleConfigFile()
2401 scanptr = xf86ConfigLayout.screens->screen->device->busID; in xf86HandleConfigFile()
2413 configServerFlags(xf86configptr->conf_flags, xf86ConfigLayout.options); in xf86HandleConfigFile()
2418 checkInput(&xf86ConfigLayout, implicit_layout); in xf86HandleConfigFile()