Searched refs:OptionInfoPtr (Results 1 – 14 of 14) 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 | 48 -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 D | xf86Option.c | 51 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 D | xf86Opt.h | 71 } OptionInfoRec, *OptionInfoPtr; typedef 120 OptionInfoPtr optinfo); 121 extern _X_EXPORT OptionInfoPtr xf86TokenToOptinfo(const OptionInfoRec * table,
|
| H A D | xf86Configure.c | 147 DevToConfig[i].GDev.options = (OptionInfoPtr) in xf86AddBusDeviceToConfigure() 254 OptionInfoPtr p; in configureDeviceSection()
|
| H A D | xf86Helper.c | 1559 OptionInfoPtr options; in xf86SetBackingStore() 1605 OptionInfoPtr options; in xf86SetSilkenMouse()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | helper_mem.c | 199 OptionInfoPtr options = NULL; in xf86HandleInt10Options() 210 if (!(options = (OptionInfoPtr) malloc(sizeof(INT10Options)))) in xf86HandleInt10Options()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winconfig.c | 109 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 D | winconfig.h | 229 } OptionInfoRec, *OptionInfoPtr; typedef
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/ |
| H A D | ddc.c | 270 OptionInfoPtr options; in xf86DoEDID_DDC1() 414 OptionInfoPtr options; in xf86DoEEDID()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/exa/ |
| H A D | examodule.c | 42 OptionInfoPtr options;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Crtc.h | 585 OptionInfoPtr options; 814 OptionInfoPtr options;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.h | 119 OptionInfoPtr Options;
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxdri2.c | 936 OptionInfoPtr options; in __glXDRIscreenProbe()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/ |
| H A D | vbe.c | 268 OptionInfoPtr options; in vbeReadEDID()
|