Searched refs:driverFunc (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Configure.c568 if (!xf86DriverList[i]->driverFunc
569 || !xf86DriverList[i]->driverFunc(NULL,
594 if (!drv->driverFunc
595 || !drv->driverFunc( NULL, GET_REQUIRED_HW_INTERFACES, &flags )
H A Dxf86Bus.c122 if (!xf86DriverList[i]->driverFunc
123 || !xf86DriverList[i]->driverFunc(NULL,
H A Dxf86str.h245 * The driverFunc. xorgDriverFuncOp specifies the action driver should
320 xorgDriverFuncProc *driverFunc; member in struct:_DriverRec
H A Dxf86Init.c456 * Call each of the Identify functions and call the driverFunc to check
468 if(!xf86DriverList[i]->driverFunc
469 || !xf86DriverList[i]->driverFunc(NULL,
H A Dxf86Helper.c191 xf86Screens[i]->DriverFunc = drv->driverFunc;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86platformBus.c474 if ((dev->flags & XF86_PDEV_SERVER_FD) && (!drvp->driverFunc ||
475 !drvp->driverFunc(NULL, SUPPORTS_SERVER_FDS, NULL))) {
H A Dxf86str.h158 * The driverFunc. xorgDriverFuncOp specifies the action driver should
226 xorgDriverFuncProc *driverFunc; member in struct:_DriverRec
H A Dxf86Init.c410 * Call each of the Identify functions and call the driverFunc to check
422 if (xf86DriverList[i]->driverFunc)
423 xf86DriverList[i]->driverFunc(NULL,
H A Dxf86Helper.c199 pScrn->DriverFunc = drv->driverFunc;

Completed in 16 milliseconds