Searched refs:xf86findOptionValue (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | xf86Optrec.h | 103 extern _X_EXPORT char *xf86findOptionValue(XF86OptionPtr list, const char *name);
|
| H A D | Flags.c | 333 xf86findOptionValue (XF86OptionPtr list, const char *name) function in typeref:typename:char *
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | xf86Optrec.h | 81 extern _X_EXPORT const char *xf86findOptionValue(XF86OptionPtr list,
|
| H A D | Flags.c | 326 xf86findOptionValue(XF86OptionPtr list, const char *name) function in typeref:typename:const char *
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Option.c | 420 return xf86findOptionValue(options, name); 491 if ((s = xf86findOptionValue(options, p->name)) != NULL) { 668 if ((s = xf86findOptionValue(options, newn)) != NULL) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Option.c | 421 return xf86findOptionValue(options, name); 488 if ((s = xf86findOptionValue(options, p->name)) != NULL) { 677 if ((s = xf86findOptionValue(options, newn)) != NULL) {
|
| H A D | xf86Xinput.c | 1159 const char *ci = xf86findOptionValue(d->pInfo->options, "config_info"); 1654 const char *value = xf86findOptionValue(pInfo->options, "_source");
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_tv.c | 2013 tv_format = xf86findOptionValue (mon_option_lst, "TV_Format"); 2019 tv_type = xf86findOptionValue (mon_option_lst, "TV_Connector");
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 495 monitor = xf86findOptionValue (output->scrn->options, option_name);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 528 monitor = xf86findOptionValue(output->scrn->options, option_name);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_display.c | 4796 monitor = xf86findOptionValue(scrn->options, monitor_name);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_display.c | 3551 monitor = xf86findOptionValue(scrn->options, monitor_name);
|
Completed in 38 milliseconds