Searched refs:option_lst (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | OutputClass.c | 66 xf86optionListFree(ptr->option_lst); 136 ptr->option_lst = xf86parseOption(ptr->option_lst);
|
| H A D | InputClass.c | 138 xf86optionListFree(ptr->option_lst); 216 ptr->option_lst = xf86parseOption(ptr->option_lst); 497 xf86printOptionList(cf, ptr->option_lst, 1);
|
| H A D | xf86Parser.h | 331 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 D | InputClass.c | 122 ptr->option_lst = xf86parseOption(ptr->option_lst); 329 xf86printOptionList(cf, ptr->option_lst, 1); 397 xf86optionListFree(ptr->option_lst);
|
| H A D | xf86Parser.h | 367 XF86OptionPtr option_lst; member in struct:__anond430d9491608
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86platformBus.c | 326 if (xf86CheckBoolOption(cl->option_lst, "PrimaryGPU", FALSE)) { 386 if (!OutputClassMatches(cl, dev) || !cl->option_lst) 392 classopts = xf86optionListDup(cl->option_lst);
|
| H A D | xf86Xinput.c | 716 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 D | xf86Xinput.c | 608 classopts = xf86optionListDup(cl->option_lst); 644 if (xf86findOption(cl->option_lst, "Ignore")) { 645 ignore = xf86CheckBoolOption(cl->option_lst, "Ignore", FALSE);
|
Completed in 14 milliseconds