Home
last modified time | relevance | path

Searched refs:xf86optionListMerge (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Option.c90 pScrn->options = xf86optionListMerge(pScrn->options, tmp); in xf86CollectOptions()
98 pScrn->options = xf86optionListMerge(pScrn->options, tmp); in xf86CollectOptions()
105 pScrn->options = xf86optionListMerge(pScrn->options, tmp); in xf86CollectOptions()
112 pScrn->options = xf86optionListMerge(pScrn->options, tmp); in xf86CollectOptions()
119 pScrn->options = xf86optionListMerge(pScrn->options, tmp); in xf86CollectOptions()
139 pInfo->options = xf86optionListMerge(tmp, pInfo->options); in xf86CollectInputOptions()
374 return xf86optionListMerge(head, tail); in xf86OptionListMerge()
H A Dxf86platformBus.c390 *options = xf86optionListMerge(*options, classopts); in xf86MergeOutputClassOptions()
H A Dxf86Xinput.c704 idev->options = xf86optionListMerge(idev->options, classopts); in MergeInputClasses()
H A Dxf86Config.c733 optp = xf86optionListMerge(optp, tmp); in configServerFlags()
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dxf86Optrec.h85 extern _X_EXPORT XF86OptionPtr xf86optionListMerge(XF86OptionPtr head,
H A DFlags.c369 xf86optionListMerge(XF86OptionPtr head, XF86OptionPtr tail) in xf86optionListMerge() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog18315 xfree86: fix wrong usage of xf86optionListMerge