Searched refs:option_lst (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DOutputClass.c66 xf86optionListFree(ptr->option_lst);
136 ptr->option_lst = xf86parseOption(ptr->option_lst);
H A DInputClass.c138 xf86optionListFree(ptr->option_lst);
216 ptr->option_lst = xf86parseOption(ptr->option_lst);
497 xf86printOptionList(cf, ptr->option_lst, 1);
H A Dxf86Parser.h331 XF86OptionPtr option_lst; member in struct:__anon01ede9dc1608
341 XF86OptionPtr option_lst; member in struct:__anon01ede9dc1708
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DInputClass.c122 ptr->option_lst = xf86parseOption(ptr->option_lst);
329 xf86printOptionList(cf, ptr->option_lst, 1);
397 xf86optionListFree(ptr->option_lst);
H A Dxf86Parser.h367 XF86OptionPtr option_lst; member in struct:__anond430d9491608
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86platformBus.c326 if (xf86CheckBoolOption(cl->option_lst, "PrimaryGPU", FALSE)) {
386 if (!OutputClassMatches(cl, dev) || !cl->option_lst)
392 classopts = xf86optionListDup(cl->option_lst);
H A Dxf86Xinput.c716 classopts = xf86optionListDup(cl->option_lst);
751 if (xf86findOption(cl->option_lst, "Ignore")) {
752 ignore = xf86CheckBoolOption(cl->option_lst, "Ignore", FALSE);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Xinput.c608 classopts = xf86optionListDup(cl->option_lst);
644 if (xf86findOption(cl->option_lst, "Ignore")) {
645 ignore = xf86CheckBoolOption(cl->option_lst, "Ignore", FALSE);

Completed in 14 milliseconds