Lines Matching refs:PreInit

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
29446 No real change, but if the driver is broken and doesn't provide a PreInit
51086 The device name is allocated and may even change during PreInit. The const
90026 path is different. Since not all drivers reset the fd during PreInit but may
90071 Devices that succeeded during PreInit and DEVICE_INIT but failed in
100746 set for the device before calling PreInit(). This helps with debugging those
106458 PreInit returns a status code. Let's use that instead of having it report
106543 xfree86: rework driver PreInit API - XInput ABI 12
110310 wacom PreInit calls
110314 PreInit finishes.
114323 The driver itself has no access to this information once PreInit is called.
137101 Patch brown-bag fix for bug 19017 (scrn->virtualX/virtualY 0 before PreInit)
138259 We can get there during PreInit as we set a mode for load detection.
152214 calls the respective module's PreInit. As it turns out, input and output
170057 in the PreInit hook.
170634 xf86 drivers need to create RandR object in the PreInit stage,
186940 Fixed server crash on reset when a structure allocated in PreInit() was