| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86pciBus.c | 488 GDevPtr *devList; local in function:xf86PciProbeDev 489 const unsigned numDevs = xf86MatchDevice(drvp->driverName, &devList); 499 if (devList[i]->busID && *devList[i]->busID) { 500 if (xf86ComparePciBusString(devList[i]->busID, 517 device_id = (devList[i]->chipID > 0) 518 ? devList[i]->chipID : pPci->device_id; 537 if ((devList[i]->screen == 0) && !xf86CheckPciSlot(pPci)) 545 devList[i], devList[ 653 xf86MatchPciInstances(const char * driverName,int vendorID,SymTabPtr chipsets,PciChipsets * PCIchipsets,GDevPtr * devList,int numDevs,DriverPtr drvp,int ** foundEntities) argument [all...] |
| H A D | xf86platformBus.c | 535 GDevPtr *devList; local in function:xf86platformProbeDev 536 const unsigned numDevs = xf86MatchDevice(drvp->driverName, &devList); 544 if (!devList[i]->active) 548 devpath = xf86FindOptionValue(devList[i]->options, "kmsdev"); 554 } else if (devList[i]->busID && *devList[i]->busID) { 555 if (xf86PlatformDeviceCheckBusID(&xf86_platform_devices[j], devList[i]->busID)) 576 foundScreen = probeSingleDevice(&xf86_platform_devices[j], drvp, devList[i], 577 isGPUDevice(devList[i]) ? PLATFORM_PROBE_GPU_SCREEN : 0); 580 free(devList); 589 GDevPtr *devList; local in function:xf86platformAddGPUDevices [all...] |
| H A D | xf86sbusBus.c | 383 GDevPtr * devList, int numDevs, DriverPtr drvp, 464 if (devList[j]->busID && *devList[j]->busID) { 465 if (xf86CompareSbusBusString(devList[j]->busID, psdp->fbNum)) { 470 driverName, devList[j]->identifier, 471 devList[j]->busID); 473 devBus = devList[j]; 486 dev = devList[j]; 492 devList[j]->identifier); 382 xf86MatchSbusInstances(const char * driverName,int sbusDevId,GDevPtr * devList,int numDevs,DriverPtr drvp,int ** foundEntities) argument
|
| H A D | xf86sbusBus.h | 74 int sbusDevId, GDevPtr * devList,
|
| H A D | xf86.h | 119 GDevPtr * devList, int numDevs,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86pciBus.c | 472 GDevPtr *devList; local in function:xf86PciProbeDev 473 const unsigned numDevs = xf86MatchDevice(drvp->driverName, & devList); 484 if (devList[i]->busID && *devList[i]->busID) { 485 if (xf86ComparePciBusString(devList[i]->busID, 503 device_id = (devList[i]->chipID > 0) 504 ? devList[i]->chipID : pPci->device_id; 524 if ((devList[i]->screen == 0) && !xf86CheckPciSlot(pPci)) 532 devList[i], devList[ 638 xf86MatchPciInstances(const char * driverName,int vendorID,SymTabPtr chipsets,PciChipsets * PCIchipsets,GDevPtr * devList,int numDevs,DriverPtr drvp,int ** foundEntities) argument [all...] |
| H A D | xf86sbusBus.c | 361 GDevPtr *devList, int numDevs, DriverPtr drvp, 441 if (devList[j]->busID && *devList[j]->busID) { 442 if (xf86CompareSbusBusString(devList[j]->busID, psdp->fbNum)) { 447 driverName,devList[j]->identifier, 448 devList[j]->busID); 450 devBus = devList[j]; 460 dev = devList[j]; 464 "found: %s\n", driverName, devList[j]->identifier); 360 xf86MatchSbusInstances(const char * driverName,int sbusDevId,GDevPtr * devList,int numDevs,DriverPtr drvp,int ** foundEntities) argument
|
| H A D | xf86sbusBus.h | 74 GDevPtr *devList, int numDevs, DriverPtr drvp,
|
| H A D | xf86.h | 113 GDevPtr *devList, int numDevs, DriverPtr drvp, int **foundEntities);
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunInit.c | 528 char **devList; local in function:InitOutput 578 devList = GetDeviceList (argc, argv); 579 for (i = 0, scr = 0; devList[i] != NULL && scr < MAXSCREENS; i++) 580 if (OpenFrameBuffer (devList[i], scr)) 583 free (devList);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunInit.c | 580 char **devList; local in function:InitOutput 626 devList = GetDeviceList (argc, argv); 627 for (i = 0, scr = 0; devList[i] != NULL && scr < MAXSCREENS; i++) 628 if (OpenFrameBuffer (devList[i], scr)) 631 xfree (devList);
|