Searched refs:xf86DriverList (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86ShowOpts.c92 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 Dxf86Configure.c144 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 Dxf86Priv.h84 extern _X_EXPORT DriverPtr *xf86DriverList;
H A Dxf86Helper.c68 /* 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 Dxf86Bus.c122 if (!xf86DriverList[i]->driverFunc
123 || !xf86DriverList[i]->driverFunc(NULL,
130 xf86CallDriverProbe(xf86DriverList[i], FALSE);
H A Dxf86Init.c445 * 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 Dxf86Globals.c153 DriverPtr *xf86DriverList = NULL; variable in typeref:typename:DriverPtr *
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Helper.c67 /* 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 Dxf86Configure.c156 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 Dxf86Priv.h85 extern _X_EXPORT DriverPtr *xf86DriverList;
H A Dxf86Bus.c159 xf86CallDriverProbe(xf86DriverList[i], FALSE);
170 xf86CallDriverProbe(xf86DriverList[i], FALSE);
180 xf86platformAddGPUDevices(xf86DriverList[i]);
H A Dxf86Init.c399 * 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 Dxf86platformBus.c628 if (!xf86DriverList[i])
631 if (!strcmp(xf86DriverList[i]->driverName, hotplug_driver_name)) {
632 drvp = xf86DriverList[i];
H A Dxf86Globals.c154 DriverPtr *xf86DriverList = NULL; variable in typeref:typename:DriverPtr *

Completed in 12 milliseconds