Home
last modified time | relevance | path

Searched refs:xf86GetOptValBool (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dddc.c276 xf86GetOptValBool(options, DDCOPT_NODDC, &noddc); in xf86DoEDID_DDC1()
277 xf86GetOptValBool(options, DDCOPT_NODDC1, &noddc1); in xf86DoEDID_DDC1()
422 xf86GetOptValBool(options, DDCOPT_NODDC, &noddc); in xf86DoEEDID()
423 xf86GetOptValBool(options, DDCOPT_NODDC2, &noddc2); in xf86DoEEDID()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c740 xf86GetOptValBool(FlagOptions, FLAG_NOTRAPSIGNALS, &xf86Info.notrapSignals); in configServerFlags()
741 xf86GetOptValBool(FlagOptions, FLAG_DONTVTSWITCH, &xf86Info.dontVTSwitch); in configServerFlags()
742 xf86GetOptValBool(FlagOptions, FLAG_DONTZAP, &xf86Info.dontZap); in configServerFlags()
743 xf86GetOptValBool(FlagOptions, FLAG_DONTZOOM, &xf86Info.dontZoom); in configServerFlags()
745 xf86GetOptValBool(FlagOptions, FLAG_IGNORE_ABI, &xf86Info.ignoreABI); in configServerFlags()
751 xf86GetOptValBool(FlagOptions, FLAG_AUTO_ADD_DEVICES, in configServerFlags()
762 xf86GetOptValBool(FlagOptions, FLAG_AUTO_ENABLE_DEVICES, in configServerFlags()
773 xf86GetOptValBool(FlagOptions, FLAG_AUTO_ADD_GPU, in configServerFlags()
788 if (xf86GetOptValBool(FlagOptions, FLAG_DISABLEVIDMODE, &value)) in configServerFlags()
790 if (xf86GetOptValBool(FlagOptions, FLAG_ALLOWNONLOCAL, &value)) in configServerFlags()
[all …]
H A Dxf86Opt.h137 extern _X_EXPORT Bool xf86GetOptValBool(const OptionInfoRec * table, int token,
H A Dxf86Helper.c1575 if (xf86GetOptValBool(options, OPTION_BACKING_STORE, &useBS)) in xf86SetBackingStore()
1619 if (xf86GetOptValBool(options, OPTION_SILKEN_MOUSE, &useSM)) in xf86SetSilkenMouse()
H A Dxf86Option.c866 xf86GetOptValBool(const OptionInfoRec * table, int token, Bool *value) in xf86GetOptValBool() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dhelper_mem.c230 xf86GetOptValBool(options, OPT_NOINT10, &noint10); in int10skip()
265 xf86GetOptValBool(options, OPT_INIT_PRIMARY, &initPrimary); in initPrimary()
/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A Dvbe.c276 xf86GetOptValBool(options, VBEOPT_NOVBE, &novbe); in vbeReadEDID()
277 xf86GetOptValBool(options, VBEOPT_NODDC, &noddc); in vbeReadEDID()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c559 if (xf86GetOptValBool(output->options, OPTION_ENABLE, &enable) && enable) { in xf86OutputEnabled()
565 if (xf86GetOptValBool(output->options, OPTION_DISABLE, &disable) && disable) { in xf86OutputEnabled()
670 if (xf86GetOptValBool(output->options, OPTION_PRIMARY, &primary) && primary) { in xf86OutputCreate()
1714 if (!xf86GetOptValBool(output->options, OPTION_DEFAULT_MODES, in xf86ProbeOutputModes()
2171 xf86GetOptValBool(config->options, OPTION_PREFER_CLONEMODE, in xf86TargetRightOf()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c886 asked = xf86GetOptValBool(ms->drmmode.Options, OPTION_DOUBLE_SHADOW, &ret); in msShouldDoubleShadow()