Lines Matching defs:tv_format
60 char *tv_format;
932 i830_tv_mode_lookup (char *tv_format)
940 if (xf86nameCompare (tv_format, tv_mode->name) == 0)
952 return i830_tv_mode_lookup (dev_priv->tv_format);
1610 const tv_mode_t *tv_mode = i830_tv_mode_lookup (dev_priv->tv_format);
1718 /* Set up the tv_format property, which takes effect on mode set
1736 /* Set the current value of the tv_format property */
1819 xfree (dev_priv->tv_format);
1820 dev_priv->tv_format = val;
1944 char *tv_format = NULL;
1998 dev_priv->tv_format = NULL;
2013 tv_format = xf86findOptionValue (mon_option_lst, "TV_Format");
2014 if (tv_format)
2015 dev_priv->tv_format = xstrdup (tv_format);
2017 dev_priv->tv_format = xstrdup (tv_modes[0].name);