Home
last modified time | relevance | path

Searched refs:xf86findOptionValue (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/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) in xf86findOptionValue() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Option.c421 return xf86findOptionValue(options, name); in xf86FindOptionValue()
488 if ((s = xf86findOptionValue(options, p->name)) != NULL) { in ParseOptionValue()
677 if ((s = xf86findOptionValue(options, newn)) != NULL) { in ParseOptionValue()
H A Dxf86Xinput.c1131 const char *ci = xf86findOptionValue(d->pInfo->options, "config_info"); in RemoveInputDeviceTraces()
1574 const char *value = xf86findOptionValue(pInfo->options, "_source"); in xf86InputEnableVTProbe()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c526 monitor = xf86findOptionValue(output->scrn->options, option_name); in xf86OutputSetMonitor()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog157239 Due to RANDR 1.2, xf86findOptionValue and xf86nameCompare are now ABI.