Searched refs:xf86findOptionValue (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A Dxf86Optrec.h103 extern _X_EXPORT char *xf86findOptionValue(XF86OptionPtr list, const char *name);
H A DFlags.c333 xf86findOptionValue (XF86OptionPtr list, const char *name) function in typeref:typename:char *
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A Dxf86Optrec.h81 extern _X_EXPORT const char *xf86findOptionValue(XF86OptionPtr list,
H A DFlags.c326 xf86findOptionValue(XF86OptionPtr list, const char *name) function in typeref:typename:const char *
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Option.c420 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 Dxf86Option.c421 return xf86findOptionValue(options, name);
488 if ((s = xf86findOptionValue(options, p->name)) != NULL) {
677 if ((s = xf86findOptionValue(options, newn)) != NULL) {
H A Dxf86Xinput.c1159 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 Di830_tv.c2013 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 Dxf86Crtc.c495 monitor = xf86findOptionValue (output->scrn->options, option_name);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.c528 monitor = xf86findOptionValue(output->scrn->options, option_name);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c4796 monitor = xf86findOptionValue(scrn->options, monitor_name);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c3551 monitor = xf86findOptionValue(scrn->options, monitor_name);

Completed in 38 milliseconds