Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DOutputClass.c66 xf86optionListFree(ptr->option_lst); in xf86freeOutputClassList()
134 ptr->option_lst = xf86parseOption(ptr->option_lst); in xf86parseOutputClassSection()
H A DInputClass.c138 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()
H A Dxf86Parser.h331 XF86OptionPtr option_lst; member
341 XF86OptionPtr option_lst; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86platformBus.c325 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()
H A Dxf86Xinput.c689 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()