Home
last modified time | relevance | path

Searched refs:load_opt (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Extensions.c105 nt_list_for_each_entry(opt, modp->load_opt, list.next) { in load_extension_config()
114 if ((opt = xf86FindOption(modp->load_opt, in load_extension_config()
119 if ((opt = xf86FindOption(modp->load_opt, in load_extension_config()
124 if ((opt = xf86FindOption(modp->load_opt, in load_extension_config()
H A Dxf86Config.h56 XF86OptionPtr load_opt; member
H A Dxf86Config.c114 {.name = "glx",.toLoad = TRUE,.load_opt = NULL},
118 {.name = "fb",.toLoad = TRUE,.load_opt = NULL},
119 {.name = "shadow",.toLoad = TRUE,.load_opt = NULL},
121 {.name = NULL,.toLoad = FALSE,.load_opt = NULL}
327 ModuleDefaults[i].load_opt); in xf86ModulelistFromConfig()
341 ModuleDefaults[i].load_opt); in xf86ModulelistFromConfig()
372 optarray[count] = modp->load_opt; in xf86ModulelistFromConfig()
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DModule.c91 ptr->load_opt = NULL; in xf86parseModuleSubSection()
100 ptr->load_opt = xf86parseOption(ptr->load_opt); in xf86parseModuleSubSection()
188 if (lptr->load_opt == NULL) { in xf86printModuleSection()
199 xf86printOptionList(cf, lptr->load_opt, 2); in xf86printModuleSection()
229 new->load_opt = opts; in xf86addNewLoadDirective()
H A Dxf86Parser.h89 XF86OptionPtr load_opt; member