Home | History | Annotate | Download | only in gfx

Lines Matching defs:tvout_mode

321 static void config_tvout_mode(unsigned long tvout_mode);
352 unsigned long tvout_mode;
836 d.tvout_mode = GFX_TVOUT_MODE_CVBS_YC;
943 config_tvout_mode(d.tvout_mode);
1250 *p_tvout_mode = d.tvout_mode;
1257 fs450_set_tvout_mode(unsigned long tvout_mode)
1260 gfx_set_tvout_mode(unsigned long tvout_mode)
1263 d.tvout_mode = tvout_mode;
2049 config_tvout_mode(unsigned long tvout_mode)
2061 if (GFX_TVOUT_MODE_CVBS & tvout_mode)
2063 if (GFX_TVOUT_MODE_YC & tvout_mode)
2065 if (GFX_TVOUT_MODE_RGB & tvout_mode) {