Searched refs:PreInit (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/ |
| H A D | 0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch | 58 pScrn->PreInit = FBDevPreInit; 75 pScrn->PreInit = FBDevPreInit;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Init.c | 522 if (xf86Screens[i]->PreInit && in InitOutput() 523 xf86Screens[i]->PreInit(xf86Screens[i], 0)) in InitOutput() 534 if (xf86GPUScreens[i]->PreInit && in InitOutput() 535 xf86GPUScreens[i]->PreInit(xf86GPUScreens[i], 0)) in InitOutput()
|
| H A D | xf86Xinput.h | 78 int (*PreInit) (struct _InputDriverRec * drv, member
|
| H A D | xf86platformBus.c | 644 if (xf86GPUScreens[i]->PreInit && in xf86platformAddDevice() 645 xf86GPUScreens[i]->PreInit(xf86GPUScreens[i], 0)) in xf86platformAddDevice()
|
| H A D | xf86Configure.c | 777 if ((*xf86Screens[dev2screen[j]]->PreInit) && in DoConfigure() 778 (*xf86Screens[dev2screen[j]]->PreInit) (xf86Screens[dev2screen[j]], in DoConfigure()
|
| H A D | xf86str.h | 671 xf86PreInitProc *PreInit; member
|
| H A D | xf86Xinput.c | 903 if (!drv->PreInit) { in xf86NewInputDevice() 940 rval = drv->PreInit(drv, pInfo, 0); in xf86NewInputDevice()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | README.modes | 83 3.1 PreInit functions 85 These functions should be used during the driver PreInit phase, they are 107 contents of the xf86CrtcFuncsRec. Note that this is done in PreInit, so it 117 contents of the xf86OutputFuncsRec. This is also called from PreInit and 179 xf86InitialConfiguration selects the desired configuration at PreInit time;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/ |
| H A D | DDC.HOWTO | 58 in PreInit(). DDC1SetSpeed is a pointer to the SetSpeed()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 78 static Bool PreInit(ScrnInfoPtr pScrn, int flags); 378 scrn->PreInit = PreInit; in ms_setup_scrn_hooks() 972 PreInit(ScrnInfoPtr pScrn, int flags) in PreInit() function
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 2514 During startup, the xfree86 DDX's InitOutput() calls PreInit for 2524 Fix this by simply re-ordering the for loops to call PreInit for 9471 xf86-video-modesetting: Record non-desktop kernel property at PreInit time 9486 xfree86/modes: Check for non-desktop monitors during PreInit [v2] 10259 xfree86: Only call PreInit handler if it exists for device 10261 DoConfigure() attempts to call the PreInit handler on a device without 10264 Check that the PreInit handler exists for a device before attempting to 22363 xfree86: lock input during PreInit 22382 Avoid all this and wrap PreInit into the lock. 29444 xfree86: move check for driver->PreInit up [all …]
|