Home
last modified time | relevance | path

Searched refs:OptionInfoPtr (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-qxl/
H A D0001-Fix-a-build-error-with-Xorg-master.patch48 -int get_int_option(OptionInfoPtr options, int option_index,
49 +int get_int_option(OptionInfoPtr options, int token,
60 -const char *get_str_option(OptionInfoPtr options, int option_index,
61 +const char *get_str_option(OptionInfoPtr options, int token,
71 -int get_bool_option(OptionInfoPtr options, int option_index,
72 +int get_bool_option(OptionInfoPtr options, int token,
91 -int get_int_option(OptionInfoPtr options, int option_index,
92 +int get_int_option(OptionInfoPtr options, int token,
95 -const char *get_str_option(OptionInfoPtr options, int option_index,
96 +const char *get_str_option(OptionInfoPtr options, int token,
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Option.c51 OptionInfoPtr p, Bool markUsed);
475 GetBoolValue(OptionInfoPtr p, const char *s) in GetBoolValue()
481 ParseOptionValue(int scrnIndex, XF86OptionPtr options, OptionInfoPtr p, in ParseOptionValue()
709 xf86ProcessOptions(int scrnIndex, XF86OptionPtr options, OptionInfoPtr optinfo) in xf86ProcessOptions()
711 OptionInfoPtr p; in xf86ProcessOptions()
718 OptionInfoPtr
737 return (OptionInfoPtr) set; in xf86TokenToOptinfo()
739 return (OptionInfoPtr) match; in xf86TokenToOptinfo()
756 OptionInfoPtr p; in xf86IsOptionSet()
765 OptionInfoPtr p; in xf86GetOptValString()
[all …]
H A Dxf86Opt.h71 } OptionInfoRec, *OptionInfoPtr; typedef
120 OptionInfoPtr optinfo);
121 extern _X_EXPORT OptionInfoPtr xf86TokenToOptinfo(const OptionInfoRec * table,
H A Dxf86Configure.c147 DevToConfig[i].GDev.options = (OptionInfoPtr) in xf86AddBusDeviceToConfigure()
254 OptionInfoPtr p; in configureDeviceSection()
H A Dxf86Helper.c1559 OptionInfoPtr options; in xf86SetBackingStore()
1605 OptionInfoPtr options; in xf86SetSilkenMouse()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dhelper_mem.c199 OptionInfoPtr options = NULL; in xf86HandleInt10Options()
210 if (!(options = (OptionInfoPtr) malloc(sizeof(INT10Options)))) in xf86HandleInt10Options()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinconfig.c109 static Bool ParseOptionValue(int scrnIndex, void *options, OptionInfoPtr p);
112 static Bool GetBoolValue(OptionInfoPtr p, const char *s);
750 ParseOptionValue(int scrnIndex, void *options, OptionInfoPtr p) in ParseOptionValue()
968 GetBoolValue(OptionInfoPtr p, const char *s) in GetBoolValue()
H A Dwinconfig.h229 } OptionInfoRec, *OptionInfoPtr; typedef
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dddc.c270 OptionInfoPtr options; in xf86DoEDID_DDC1()
414 OptionInfoPtr options; in xf86DoEEDID()
/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/
H A Dexamodule.c42 OptionInfoPtr options;
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.h585 OptionInfoPtr options;
814 OptionInfoPtr options;
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h119 OptionInfoPtr Options;
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdri2.c936 OptionInfoPtr options; in __glXDRIscreenProbe()
/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A Dvbe.c268 OptionInfoPtr options; in vbeReadEDID()