Searched refs:xf86DriverList (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86ShowOpts.c | 92 if (xf86DriverList[i]->AvailableOptions) { 93 OptionInfoPtr pOption = (OptionInfoPtr)(*xf86DriverList[i]->AvailableOptions)(0,0); 96 xf86DriverList[i]->driverName 101 xf86DriverList[i]->driverName); 107 i,xf86DriverList[i]->driverName,vers->vendor
|
| H A D | xf86Configure.c | 144 if (xf86DriverList[CurrentDriver]->AvailableOptions) 146 (*xf86DriverList[CurrentDriver]->AvailableOptions)(chipset, 568 if (!xf86DriverList[i]->driverFunc 569 || !xf86DriverList[i]->driverFunc(NULL, 591 DriverRec * const drv = xf86DriverList[CurrentDriver]; 682 xf86CallDriverProbe( xf86DriverList[i], FALSE );
|
| H A D | xf86Priv.h | 84 extern _X_EXPORT DriverPtr *xf86DriverList;
|
| H A D | xf86Helper.c | 68 /* Add a pointer to a new DriverRec to xf86DriverList */ 77 if (xf86DriverList == NULL) 81 xf86DriverList = xnfrealloc(xf86DriverList, 83 xf86DriverList[xf86NumDrivers - 1] = xnfalloc(sizeof(DriverRec)); 85 *xf86DriverList[xf86NumDrivers - 1] = *driver; 87 (void) memset( xf86DriverList[xf86NumDrivers - 1], 0, 89 (void) memcpy( xf86DriverList[xf86NumDrivers - 1], driver, 93 xf86DriverList[xf86NumDrivers - 1]->module = module; 94 xf86DriverList[xf86NumDriver [all...] |
| H A D | xf86Bus.c | 122 if (!xf86DriverList[i]->driverFunc 123 || !xf86DriverList[i]->driverFunc(NULL, 130 xf86CallDriverProbe(xf86DriverList[i], FALSE);
|
| H A D | xf86Init.c | 445 * At this point, xf86DriverList[] is all filled in with entries for 463 if (xf86DriverList[i]->Identify != NULL) 464 xf86DriverList[i]->Identify(0); 468 if(!xf86DriverList[i]->driverFunc 469 || !xf86DriverList[i]->driverFunc(NULL, 548 if (xf86DriverList[i] && xf86DriverList[i]->refCount <= 0)
|
| H A D | xf86Globals.c | 153 DriverPtr *xf86DriverList = NULL; variable in typeref:typename:DriverPtr *
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Helper.c | 67 /* Add a pointer to a new DriverRec to xf86DriverList */ 76 if (xf86DriverList == NULL) 80 xf86DriverList = xnfreallocarray(xf86DriverList, 82 xf86DriverList[xf86NumDrivers - 1] = xnfalloc(sizeof(DriverRec)); 83 *xf86DriverList[xf86NumDrivers - 1] = *driver; 84 xf86DriverList[xf86NumDrivers - 1]->module = module; 85 xf86DriverList[xf86NumDrivers - 1]->refCount = 0; 91 if (xf86DriverList[drvIndex] 92 && (!xf86DriverHasEntities(xf86DriverList[drvInde [all...] |
| H A D | xf86Configure.c | 156 if (xf86DriverList[CurrentDriver]->AvailableOptions) 158 (*xf86DriverList[CurrentDriver]->AvailableOptions) (chipset, bus); 647 DriverRec *const drv = xf86DriverList[CurrentDriver]; 739 xf86CallDriverProbe(xf86DriverList[i], FALSE); 870 if (xf86DriverList[i]->AvailableOptions) { 872 (*xf86DriverList[i]->AvailableOptions) (0, 0); 875 xf86DriverList[i]->driverName); 879 xf86DriverList[i]->driverName); 886 i, xf86DriverList[i]->driverName, vers->vendor);
|
| H A D | xf86Priv.h | 85 extern _X_EXPORT DriverPtr *xf86DriverList;
|
| H A D | xf86Bus.c | 159 xf86CallDriverProbe(xf86DriverList[i], FALSE); 170 xf86CallDriverProbe(xf86DriverList[i], FALSE); 180 xf86platformAddGPUDevices(xf86DriverList[i]);
|
| H A D | xf86Init.c | 399 * At this point, xf86DriverList[] is all filled in with entries for 419 if (xf86DriverList[i]->Identify != NULL) 420 xf86DriverList[i]->Identify(0); 422 if (xf86DriverList[i]->driverFunc) 423 xf86DriverList[i]->driverFunc(NULL, 510 if (xf86DriverList[i] && xf86DriverList[i]->refCount <= 0)
|
| H A D | xf86platformBus.c | 628 if (!xf86DriverList[i]) 631 if (!strcmp(xf86DriverList[i]->driverName, hotplug_driver_name)) { 632 drvp = xf86DriverList[i];
|
| H A D | xf86Globals.c | 154 DriverPtr *xf86DriverList = NULL; variable in typeref:typename:DriverPtr *
|
Completed in 12 milliseconds