Home | History | Annotate | Download | only in gfx

Lines Matching defs:tvout_mode

465 static void config_tvout_mode(unsigned long tvout_mode);
499 unsigned long tvout_mode;
1009 conget_tvout_mode(&d.tvout_mode);
1012 d.tvout_mode = GFX_TVOUT_MODE_CVBS_YC;
1150 config_tvout_mode(d.tvout_mode);
1458 *p_tvout_mode = d.tvout_mode;
1465 fs450_set_tvout_mode(unsigned long tvout_mode)
1468 gfx_set_tvout_mode(unsigned long tvout_mode)
1471 d.tvout_mode = tvout_mode;
2283 config_tvout_mode(unsigned long tvout_mode)
2295 if (GFX_TVOUT_MODE_CVBS & tvout_mode)
2297 if (GFX_TVOUT_MODE_YC & tvout_mode)
2299 if (GFX_TVOUT_MODE_RGB & tvout_mode) {