Home
last modified time | relevance | path

Searched refs:xf86configptr (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c268 if (xf86configptr == NULL) { in xf86ModulelistFromConfig()
273 if (xf86configptr->conf_modules) { in xf86ModulelistFromConfig()
277 modp = xf86configptr->conf_modules->mod_disable_lst; in xf86ModulelistFromConfig()
298 modp = xf86configptr->conf_modules->mod_load_lst; in xf86ModulelistFromConfig()
310 modp = xf86configptr->conf_modules->mod_disable_lst; in xf86ModulelistFromConfig()
323 XF86LoadPtr ptr = (XF86LoadPtr) xf86configptr->conf_modules; in xf86ModulelistFromConfig()
334 xf86configptr->conf_modules = xnfcalloc(1, sizeof(XF86ConfModuleRec)); in xf86ModulelistFromConfig()
337 XF86LoadPtr ptr = (XF86LoadPtr) xf86configptr->conf_modules; in xf86ModulelistFromConfig()
350 modp = xf86configptr->conf_modules->mod_load_lst; in xf86ModulelistFromConfig()
367 if (xf86configptr->conf_modules) { in xf86ModulelistFromConfig()
[all …]
H A Dxf86Config.h44 extern _X_EXPORT XF86ConfigPtr xf86configptr;
H A Dxf86platformBus.c227 for (cl = xf86configptr->conf_outputclass_lst; cl; cl = cl->list.next) { in xf86OutputClassDriverList()
279 XF86ConfOutputClassPtr cl, cl_head = (xf86configptr) ? in xf86platformProbe()
280 xf86configptr->conf_outputclass_lst : NULL; in xf86platformProbe()
382 for (cl = xf86configptr->conf_outputclass_lst; cl; cl = cl->list.next) { in xf86MergeOutputClassOptions()
H A Dxf86Extensions.c91 XF86ConfModulePtr mod_con = xf86configptr->conf_modules; in load_extension_config()
H A Dxf86Globals.c148 XF86ConfigPtr xf86configptr = NULL; variable
H A Dxf86AutoConfig.c365 if (!xf86configptr) { in autoConfigDevice()
H A Dxf86Xinput.c684 for (cl = xf86configptr->conf_inputclass_lst; cl; cl = cl->list.next) { in MergeInputClasses()
721 for (cl = xf86configptr->conf_inputclass_lst; cl; cl = cl->list.next) { in IgnoreInputClass()
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dread.c281 if (!xf86configptr) { in xf86allocateConfig()
282 xf86configptr = calloc(1, sizeof(XF86ConfigRec)); in xf86allocateConfig()
284 return xf86configptr; in xf86allocateConfig()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Modes.c35 extern XF86ConfigPtr xf86configptr;
733 xf86configptr->conf_modes_lst); in xf86GetMonitorModes()
H A Dxf86Crtc.c459 extern XF86ConfigPtr xf86configptr;
533 xf86configptr->conf_monitor_lst); in xf86OutputSetMonitor()
539 xf86configptr->conf_monitor_lst); in xf86OutputSetMonitor()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog10291 references a member of xf86configptr. However, when using the
10292 "-configure" option, xf86configptr may not be initialized when
10295 Avoid referencing a member of xf86configptr if uninitialized.
18701 global xf86configptr, which is NULL at this point because the
18710 which tests the value of xf86configptr and, if it's NULL,
18712 in xf86configptr. In xf86Parser.h, add a prototype for the
126317 xf86configptr