Searched refs:tv_format (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_tv.c60 char *tv_format; member in struct:i830_tv_priv
932 i830_tv_mode_lookup (char *tv_format) argument
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 local in function:i830_tv_init
[all...]
H A Di830_sdvo.c116 struct i830_sdvo_tv_format tv_format; member in struct:i830_sdvo_priv
1003 format = &dev_priv->tv_format;
1945 memcpy(&dev_priv->tv_format, &format, sizeof(format));
1964 memcpy(&tv_res, &dev_priv->tv_format, sizeof(tv_res));

Completed in 43 milliseconds