Home
last modified time | relevance | path

Searched refs:xf86ConfigLayout (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86AutoConfig.c348 xf86ConfigLayout.screens[i].screen = nscreen; in copyScreen()
351 xf86ConfigLayout.screens[i].screen->device = cptr; in copyScreen()
352 cptr->myScreenSection = xf86ConfigLayout.screens[i].screen; in copyScreen()
395 slp = xf86ConfigLayout.screens; in autoConfigDevice()
402 xf86ConfigLayout.screens = xnfcalloc(num_screens + md.nmatches, in autoConfigDevice()
404 xf86ConfigLayout.screens[0] = slp[0]; in autoConfigDevice()
408 if (!xf86ConfigLayout.screens[0].screen->device) { in autoConfigDevice()
409 xf86ConfigLayout.screens[0].screen->device = ptr; in autoConfigDevice()
410 ptr->myScreenSection = xf86ConfigLayout.screens[0].screen; in autoConfigDevice()
425 xf86ConfigLayout.screens[i + md.nmatches] = slp[i]; in autoConfigDevice()
[all …]
H A Dxf86Config.c410 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()
[all …]
H A Dxf86Globals.c145 serverLayoutRec xf86ConfigLayout = { NULL, }; variable
H A Dxf86Priv.h83 extern _X_EXPORT serverLayoutRec xf86ConfigLayout;
H A Dxf86Helper.c1302 if (!xf86ConfigLayout.screens) in xf86MatchDevice()
1326 for (j = 0; xf86ConfigLayout.screens[j].screen != NULL; j++) { in xf86MatchDevice()
1327 screensecptr = xf86ConfigLayout.screens[j].screen; in xf86MatchDevice()
1352 while (xf86ConfigLayout.inactives[j].identifier) { in xf86MatchDevice()
1353 gdp = &xf86ConfigLayout.inactives[j]; in xf86MatchDevice()
H A Dxf86Cursor.c582 screen = &xf86ConfigLayout.screens[i]; in xf86InitOrigins()
733 ref = xf86ConfigLayout.screens[i].refscreen->screennum; in xf86InitOrigins()
H A Dxf86Init.c417 configured_device = xf86ConfigLayout.screens->screen->device; in InitOutput()
804 for (pInfo = xf86ConfigLayout.inputs; pInfo && *pInfo; pInfo++) { in InitInput()
H A Dxf86Bus.c173 for (layout = xf86ConfigLayout.screens; layout->screen != NULL; in xf86BusConfig()
H A Dxf86platformBus.c638 for (layout = xf86ConfigLayout.screens; layout->screen != NULL; in xf86platformAddDevice()
H A Dxf86Xinput.c642 if (!MatchAttrToken(xf86ConfigLayout.id, in InputClassMatches()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog90050 xf86ConfigLayout.inputs contains the information from the xorg.conf
90052 cleaned up on exit and the pointers in xf86ConfigLayout.inputs are left
108546 Don't try walking the xf86ConfigLayout.screens table if it's empty
149116 xf86ConfigLayout.input) alone for devices that were specified in the