Home
last modified time | relevance | path

Searched refs:xf86GetOptValInteger (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-qxl/
H A D0001-Fix-a-build-error-with-Xorg-master.patch14 Also use xf86GetOptValInteger() in get_int_option() and
57 + return xf86GetOptValInteger(options, token, &value) ? value : 0;
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Opt.h128 extern _X_EXPORT Bool xf86GetOptValInteger(const OptionInfoRec * table,
H A Dxf86Config.c885 xf86GetOptValInteger(FlagOptions, FLAG_SAVER_BLANKTIME, &i); in configServerFlags()
894 xf86GetOptValInteger(FlagOptions, FLAG_DPMS_STANDBYTIME, &i); in configServerFlags()
901 xf86GetOptValInteger(FlagOptions, FLAG_DPMS_SUSPENDTIME, &i); in configServerFlags()
908 xf86GetOptValInteger(FlagOptions, FLAG_DPMS_OFFTIME, &i); in configServerFlags()
941 if (xf86GetOptValInteger(FlagOptions, FLAG_MAX_CLIENTS, &i)) { in configServerFlags()
H A Dxf86Option.c775 xf86GetOptValInteger(const OptionInfoRec * table, int token, int *value) in xf86GetOptValInteger() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c1125 xf86GetOptValInteger(ms->drmmode.Options, OPTION_FLIP_FB_RATE, &ret); in PreInit()