Lines Matching defs:tv_mode

312 struct tv_mode {  struct
313 const char *name;
315 u32 clock;
316 u16 refresh; /* in millihertz (for precision) */
317 u8 oversample;
318 u8 hsync_end;
319 u16 hblank_start, hblank_end, htotal;
320 bool progressive : 1, trilevel_sync : 1, component_only : 1;
321 u8 vsync_start_f1, vsync_start_f2, vsync_len;
322 bool veq_ena : 1;
323 u8 veq_start_f1, veq_start_f2, veq_len;
324 u8 vi_end_f1, vi_end_f2;
325 u16 nbr_end;
326 bool burst_ena : 1;
327 u8 hburst_start, hburst_len;
328 u8 vburst_start_f1;
329 u16 vburst_end_f1;
330 u8 vburst_start_f2;
331 u16 vburst_end_f2;
332 u8 vburst_start_f3;
333 u16 vburst_end_f3;
334 u8 vburst_start_f4;
335 u16 vburst_end_f4;
339 u16 dda2_size, dda3_size;
340 u8 dda1_inc;
341 u16 dda2_inc, dda3_inc;
342 u32 sc_reset;
343 bool pal_burst : 1;
347 const struct video_levels *composite_levels, *svideo_levels;
348 const struct color_conversion *composite_color, *svideo_color;
349 const u32 *filter_table;
961 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_mode_valid() local
978 intel_tv_mode_vdisplay(const struct tv_mode *tv_mode) in intel_tv_mode_vdisplay()
988 const struct tv_mode *tv_mode, in intel_tv_mode_to_mode()
1095 struct tv_mode tv_mode = {}; in intel_tv_get_config() local
1175 static bool intel_tv_vert_scaling(const struct drm_display_mode *tv_mode, in intel_tv_vert_scaling()
1196 const struct tv_mode *tv_mode = intel_tv_mode_find(conn_state); in intel_tv_compute_config() local
1353 const struct tv_mode *tv_mode, in set_tv_mode_timings()
1440 const struct tv_mode *tv_mode = intel_tv_mode_find(conn_state); in intel_tv_pre_enable() local
1688 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_find_better_format() local
1767 const struct tv_mode *tv_mode) in intel_tv_is_preferred_mode()
1780 const struct tv_mode *tv_mode) in intel_tv_set_mode_type()
1792 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_get_modes() local