Home
last modified time | relevance | path

Searched refs:classopts (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86platformBus.c358 XF86OptionPtr classopts; in xf86MergeOutputClassOptions() local
389 classopts = xf86optionListDup(cl->option_lst); in xf86MergeOutputClassOptions()
390 *options = xf86optionListMerge(*options, classopts); in xf86MergeOutputClassOptions()
H A Dxf86Xinput.c682 XF86OptionPtr classopts; in MergeInputClasses() local
689 classopts = xf86optionListDup(cl->option_lst); in MergeInputClasses()
698 classopts = xf86ReplaceStrOption(classopts, "driver", idev->driver); in MergeInputClasses()
704 idev->options = xf86optionListMerge(idev->options, classopts); in MergeInputClasses()