Searched refs:OptionInfoRec (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Opt.h | 71 } OptionInfoRec, *OptionInfoPtr; typedef 121 extern _X_EXPORT OptionInfoPtr xf86TokenToOptinfo(const OptionInfoRec * table, 123 extern _X_EXPORT const char *xf86TokenToOptName(const OptionInfoRec * table, 125 extern _X_EXPORT Bool xf86IsOptionSet(const OptionInfoRec * table, int token); 126 extern _X_EXPORT const char *xf86GetOptValString(const OptionInfoRec * table, 128 extern _X_EXPORT Bool xf86GetOptValInteger(const OptionInfoRec * table, 130 extern _X_EXPORT Bool xf86GetOptValULong(const OptionInfoRec * table, int token, 132 extern _X_EXPORT Bool xf86GetOptValReal(const OptionInfoRec * table, int token, 134 extern _X_EXPORT Bool xf86GetOptValFreq(const OptionInfoRec * table, int token, 137 extern _X_EXPORT Bool xf86GetOptValBool(const OptionInfoRec * table, int token, [all …]
|
| H A D | xf86Option.c | 169 OptionInfoRec o; in LookupIntOption() 182 OptionInfoRec o; in LookupRealOption() 195 OptionInfoRec o; in LookupStrOption() 211 OptionInfoRec o; in LookupBoolOption() 224 OptionInfoRec o; in LookupPercentOption() 659 OptionInfoRec opt; in ParseOptionValue() 719 xf86TokenToOptinfo(const OptionInfoRec * table, int token) in xf86TokenToOptinfo() 721 const OptionInfoRec *p, *match = NULL, *set = NULL; in xf86TokenToOptinfo() 745 xf86TokenToOptName(const OptionInfoRec * table, int token) in xf86TokenToOptName() 747 const OptionInfoRec *p; in xf86TokenToOptName() [all …]
|
| H A D | xf86Configure.c | 853 const OptionInfoRec *pOption = in DoShowOptions() 865 const OptionInfoRec *p; in DoShowOptions()
|
| H A D | xf86str.h | 223 const OptionInfoRec *(*AvailableOptions) (int chipid, int bustype);
|
| H A D | xf86Config.c | 655 static OptionInfoRec FlagOptions[] = { 1297 static OptionInfoRec LayoutOptions[] = { 1817 static OptionInfoRec MonitorOptions[] = {
|
| H A D | xf86Helper.c | 1548 static const OptionInfoRec BSOptions[] = { 1594 static const OptionInfoRec SMOptions[] = {
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winconfig.c | 606 OptionInfoRec o; in winSetStrOption() 621 OptionInfoRec o; in winSetBoolOption() 633 OptionInfoRec o; in winSetIntOption() 645 OptionInfoRec o; in winSetRealOption() 657 OptionInfoRec o; in winSetPercentOption() 898 OptionInfoRec opt; in ParseOptionValue()
|
| H A D | winconfig.h | 229 } OptionInfoRec, *OptionInfoPtr; typedef
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/exa/ |
| H A D | examodule.c | 57 static const OptionInfoRec EXAOptions[] = {
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | helper_mem.c | 30 static const OptionInfoRec INT10Options[] = {
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-qxl/ |
| H A D | 0001-Fix-a-build-error-with-Xorg-master.patch | 24 passed-in OptionInfoRec array.
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/ |
| H A D | ddc.c | 31 static const OptionInfoRec DDCOptions[] = {
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 71 static const OptionInfoRec *AvailableOptions(int chipid, int busid); 140 static const OptionInfoRec Options[] = { 347 static const OptionInfoRec *
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxdri2.c | 924 static const OptionInfoRec GLXOptions[] = {
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/ |
| H A D | vbe.c | 252 static const OptionInfoRec VBEOptions[] = {
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 480 static OptionInfoRec xf86OutputOptions[] = { 505 static OptionInfoRec xf86DeviceOptions[] = {
|