Searched refs:xf86GetOptValInteger (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-qxl/ |
| H A D | 0001-Fix-a-build-error-with-Xorg-master.patch | 14 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 D | xf86Opt.h | 128 extern _X_EXPORT Bool xf86GetOptValInteger(const OptionInfoRec * table,
|
| H A D | xf86Config.c | 885 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 D | xf86Option.c | 775 xf86GetOptValInteger(const OptionInfoRec * table, int token, int *value) in xf86GetOptValInteger() function
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 1125 xf86GetOptValInteger(ms->drmmode.Options, OPTION_FLIP_FB_RATE, &ret); in PreInit()
|