Lines Matching defs:tv_mode
352 struct tv_mode { struct
353 const char *name;
354 int clock;
355 int refresh; /* in millihertz (for precision) */
356 u32 oversample;
357 int hsync_end, hblank_start, hblank_end, htotal;
358 bool progressive, trilevel_sync, component_only;
359 int vsync_start_f1, vsync_start_f2, vsync_len;
360 bool veq_ena;
361 int veq_start_f1, veq_start_f2, veq_len;
362 int vi_end_f1, vi_end_f2, nbr_end;
363 bool burst_ena;
364 int hburst_start, hburst_len;
365 int vburst_start_f1, vburst_end_f1;
366 int vburst_start_f2, vburst_end_f2;
367 int vburst_start_f3, vburst_end_f3;
368 int vburst_start_f4, vburst_end_f4;
372 int dda2_size, dda3_size, dda1_inc, dda2_inc, dda3_inc;
373 u32 sc_reset;
374 bool pal_burst;
378 const struct video_levels *composite_levels, *svideo_levels;
379 const struct color_conversion *composite_color, *svideo_color;
380 const u32 *filter_table;
381 int max_srcw;
815 const struct tv_mode *tv_mode = &tv_modes[i]; in intel_tv_mode_lookup() local
834 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); in intel_tv_mode_valid() local
852 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); in intel_tv_mode_fixup() local
878 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); in intel_tv_mode_set() local
1208 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); in intel_tv_find_better_format() local
1291 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); in intel_tv_chose_preferred_modes() local
1316 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); in intel_tv_get_modes() local