Searched refs:xf86findOptionValue (Results 1 – 6 of 6) sorted by relevance
81 extern _X_EXPORT const char *xf86findOptionValue(XF86OptionPtr list,
326 xf86findOptionValue(XF86OptionPtr list, const char *name) in xf86findOptionValue() function
421 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()
1131 const char *ci = xf86findOptionValue(d->pInfo->options, "config_info"); in RemoveInputDeviceTraces()1574 const char *value = xf86findOptionValue(pInfo->options, "_source"); in xf86InputEnableVTProbe()
526 monitor = xf86findOptionValue(output->scrn->options, option_name); in xf86OutputSetMonitor()
157239 Due to RANDR 1.2, xf86findOptionValue and xf86nameCompare are now ABI.