Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Option.c50 static Bool ParseOptionValue(int scrnIndex, XF86OptionPtr options,
173 if (ParseOptionValue(-1, optlist, &o, markUsed)) in LookupIntOption()
186 if (ParseOptionValue(-1, optlist, &o, markUsed)) in LookupRealOption()
199 if (ParseOptionValue(-1, optlist, &o, markUsed)) in LookupStrOption()
215 if (ParseOptionValue(-1, optlist, &o, markUsed)) in LookupBoolOption()
228 if (ParseOptionValue(-1, optlist, &o, markUsed)) in LookupPercentOption()
481 ParseOptionValue(int scrnIndex, XF86OptionPtr options, OptionInfoPtr p, in ParseOptionValue() function
714 ParseOptionValue(scrnIndex, options, p, TRUE); in xf86ProcessOptions()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinconfig.c109 static Bool ParseOptionValue(int scrnIndex, void *options, OptionInfoPtr p);
610 if (ParseOptionValue(-1, optlist, &o)) in winSetStrOption()
625 if (ParseOptionValue(-1, optlist, &o)) in winSetBoolOption()
637 if (ParseOptionValue(-1, optlist, &o)) in winSetIntOption()
649 if (ParseOptionValue(-1, optlist, &o)) in winSetRealOption()
661 if (ParseOptionValue(-1, optlist, &o)) in winSetPercentOption()
750 ParseOptionValue(int scrnIndex, void *options, OptionInfoPtr p) in ParseOptionValue() function