Searched refs:option_lst (Results 1 – 5 of 5) sorted by relevance
66 xf86optionListFree(ptr->option_lst); in xf86freeOutputClassList()134 ptr->option_lst = xf86parseOption(ptr->option_lst); in xf86parseOutputClassSection()
138 xf86optionListFree(ptr->option_lst); in xf86freeInputClassList()214 ptr->option_lst = xf86parseOption(ptr->option_lst); in xf86parseInputClassSection()495 xf86printOptionList(cf, ptr->option_lst, 1); in xf86printInputClassSection()
331 XF86OptionPtr option_lst; member341 XF86OptionPtr option_lst; member
325 if (xf86CheckBoolOption(cl->option_lst, "PrimaryGPU", FALSE)) { in xf86platformProbe()383 if (!OutputClassMatches(cl, dev) || !cl->option_lst) in xf86MergeOutputClassOptions()389 classopts = xf86optionListDup(cl->option_lst); in xf86MergeOutputClassOptions()
689 classopts = xf86optionListDup(cl->option_lst); in MergeInputClasses()724 if (xf86findOption(cl->option_lst, "Ignore")) { in IgnoreInputClass()725 ignore = xf86CheckBoolOption(cl->option_lst, "Ignore", FALSE); in IgnoreInputClass()