Searched refs:xf86ConfigLayout (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86AutoConfig.c369 xf86ConfigLayout.screens[i].screen = nscreen;
372 xf86ConfigLayout.screens[i].screen->device = cptr;
373 cptr->myScreenSection = xf86ConfigLayout.screens[i].screen;
415 slp = xf86ConfigLayout.screens;
422 xf86ConfigLayout.screens = xnfcalloc(num_screens + num_matches,
424 xf86ConfigLayout.screens[0] = slp[0];
428 if (!xf86ConfigLayout.screens[0].screen->device) {
429 xf86ConfigLayout.screens[0].screen->device = ptr;
430 ptr->myScreenSection = xf86ConfigLayout.screens[0].screen;
446 xf86ConfigLayout
[all...]
H A Dxf86Priv.h82 extern _X_EXPORT serverLayoutRec xf86ConfigLayout;
H A Dxf86Config.c392 if (xf86ConfigLayout.screens) {
393 slp = xf86ConfigLayout.screens;
403 while (xf86ConfigLayout.inactives[j++].identifier)
414 slp = xf86ConfigLayout.screens;
423 while (xf86ConfigLayout.inactives[j].identifier)
424 modulearray[count++] = xf86ConfigLayout.inactives[j++].driver;
462 if (xf86ConfigLayout.inputs) {
463 idp = xf86ConfigLayout.inputs;
478 idp = xf86ConfigLayout.inputs;
2463 if (!configImpliedLayout(&xf86ConfigLayout,
[all...]
H A Dxf86Globals.c146 serverLayoutRec xf86ConfigLayout = {NULL, }; variable in typeref:typename:serverLayoutRec
H A Dxf86Helper.c1414 * or vmware tries to load its submodules when xf86ConfigLayout is empty
1416 if (!xf86ConfigLayout.screens)
1440 for (j=0; xf86ConfigLayout.screens[j].screen != NULL; j++) {
1441 screensecptr = xf86ConfigLayout.screens[j].screen;
1455 while (xf86ConfigLayout.inactives[j].identifier) {
1456 gdp = &xf86ConfigLayout.inactives[j];
H A Dxf86Bus.c154 for (layout = xf86ConfigLayout.screens; layout->screen != NULL;
H A Dxf86Cursor.c601 screen = &xf86ConfigLayout.screens[i];
739 ref = xf86ConfigLayout.screens[i].refscreen->screennum;
H A Dxf86Init.c418 configured_device = xf86ConfigLayout.screens->screen->device;
827 for (pInfo = xf86ConfigLayout.inputs; pInfo && *pInfo; pInfo++) {
835 * Duplicate from xf86ConfigLayout.inputs, otherwise we don't have any
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86AutoConfig.c401 xf86ConfigLayout.screens[i].screen = nscreen;
404 xf86ConfigLayout.screens[i].screen->device = cptr;
405 cptr->myScreenSection = xf86ConfigLayout.screens[i].screen;
448 slp = xf86ConfigLayout.screens;
455 xf86ConfigLayout.screens = xnfcalloc(num_screens + md.nmatches,
457 xf86ConfigLayout.screens[0] = slp[0];
461 if (!xf86ConfigLayout.screens[0].screen->device) {
462 xf86ConfigLayout.screens[0].screen->device = ptr;
463 ptr->myScreenSection = xf86ConfigLayout.screens[0].screen;
478 xf86ConfigLayout
[all...]
H A Dxf86Priv.h83 extern _X_EXPORT serverLayoutRec xf86ConfigLayout;
H A Dxf86Config.c410 if (xf86ConfigLayout.screens) {
411 slp = xf86ConfigLayout.screens;
423 while (xf86ConfigLayout.inactives[j++].identifier)
434 slp = xf86ConfigLayout.screens;
447 while (xf86ConfigLayout.inactives[j].identifier)
448 modulearray[count++] = xf86ConfigLayout.inactives[j++].driver;
486 if (xf86ConfigLayout.inputs) {
487 idp = xf86ConfigLayout.inputs;
502 idp = xf86ConfigLayout.inputs;
2417 if (!configImpliedLayout(&xf86ConfigLayout,
[all...]
H A Dxf86Globals.c145 serverLayoutRec xf86ConfigLayout = { NULL, }; variable in typeref:typename:serverLayoutRec
H A Dxf86Helper.c1304 * or vmware tries to load its submodules when xf86ConfigLayout is empty
1306 if (!xf86ConfigLayout.screens)
1330 for (j = 0; xf86ConfigLayout.screens[j].screen != NULL; j++) {
1331 screensecptr = xf86ConfigLayout.screens[j].screen;
1357 while (xf86ConfigLayout.inactives[j].identifier) {
1358 gdp = &xf86ConfigLayout.inactives[j];
H A Dxf86Bus.c114 for (layout = xf86ConfigLayout.screens; layout->screen != NULL;
H A Dxf86Cursor.c582 screen = &xf86ConfigLayout.screens[i];
733 ref = xf86ConfigLayout.screens[i].refscreen->screennum;
H A Dxf86Init.c372 configured_device = xf86ConfigLayout.screens->screen->device;
735 for (pInfo = xf86ConfigLayout.inputs; pInfo && *pInfo; pInfo++) {
H A Dxf86platformBus.c646 for (layout = xf86ConfigLayout.screens; layout->screen != NULL;
H A Dxf86Xinput.c669 if (!MatchAttrToken(xf86ConfigLayout.id,

Completed in 57 milliseconds