HomeSort by: relevance | last modified time | path
    Searched refs:xf86ConfigLayout (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86AutoConfig.c 401 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.screens[i + md.nmatches] = slp[i]
    [all...]
xf86Priv.h 83 extern _X_EXPORT serverLayoutRec xf86ConfigLayout;
xf86Config.c 410 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...]
xf86Globals.c 145 serverLayoutRec xf86ConfigLayout = { NULL, };
xf86Helper.c 1304 * 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];
xf86Bus.c 114 for (layout = xf86ConfigLayout.screens; layout->screen != NULL;
xf86Cursor.c 582 screen = &xf86ConfigLayout.screens[i];
733 ref = xf86ConfigLayout.screens[i].refscreen->screennum;
xf86Init.c 372 configured_device = xf86ConfigLayout.screens->screen->device;
735 for (pInfo = xf86ConfigLayout.inputs; pInfo && *pInfo; pInfo++) {
xf86platformBus.c 646 for (layout = xf86ConfigLayout.screens; layout->screen != NULL;
xf86Xinput.c 669 if (!MatchAttrToken(xf86ConfigLayout.id,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86AutoConfig.c 369 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.screens[i+num_matches] = slp[i]
    [all...]
xf86Priv.h 82 extern _X_EXPORT serverLayoutRec xf86ConfigLayout;
xf86Config.c 392 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...]
xf86Globals.c 146 serverLayoutRec xf86ConfigLayout = {NULL, };
xf86Helper.c 1414 * 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];
xf86Bus.c 154 for (layout = xf86ConfigLayout.screens; layout->screen != NULL;
xf86Cursor.c 601 screen = &xf86ConfigLayout.screens[i];
739 ref = xf86ConfigLayout.screens[i].refscreen->screennum;
xf86Init.c 418 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

Completed in 23 milliseconds