Searched refs:xf86GetOptValBool (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/ |
| H A D | ddc.c | 276 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 D | xf86Config.c | 740 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 D | xf86Opt.h | 137 extern _X_EXPORT Bool xf86GetOptValBool(const OptionInfoRec * table, int token,
|
| H A D | xf86Helper.c | 1575 if (xf86GetOptValBool(options, OPTION_BACKING_STORE, &useBS)) in xf86SetBackingStore() 1619 if (xf86GetOptValBool(options, OPTION_SILKEN_MOUSE, &useSM)) in xf86SetSilkenMouse()
|
| H A D | xf86Option.c | 866 xf86GetOptValBool(const OptionInfoRec * table, int token, Bool *value) in xf86GetOptValBool() function
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | helper_mem.c | 230 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 D | vbe.c | 276 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 D | xf86Crtc.c | 559 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 D | driver.c | 886 asked = xf86GetOptValBool(ms->drmmode.Options, OPTION_DOUBLE_SHADOW, &ret); in msShouldDoubleShadow()
|