Lines Matching defs:tv_mode

310 struct tv_mode {  struct
311 const char *name;
313 u32 clock;
314 u16 refresh; /* in millihertz (for precision) */
315 u8 oversample;
316 u8 hsync_end;
317 u16 hblank_start, hblank_end, htotal;
318 bool progressive : 1, trilevel_sync : 1, component_only : 1;
319 u8 vsync_start_f1, vsync_start_f2, vsync_len;
320 bool veq_ena : 1;
321 u8 veq_start_f1, veq_start_f2, veq_len;
322 u8 vi_end_f1, vi_end_f2;
323 u16 nbr_end;
324 bool burst_ena : 1;
325 u8 hburst_start, hburst_len;
326 u8 vburst_start_f1;
327 u16 vburst_end_f1;
328 u8 vburst_start_f2;
329 u16 vburst_end_f2;
330 u8 vburst_start_f3;
331 u16 vburst_end_f3;
332 u8 vburst_start_f4;
333 u16 vburst_end_f4;
337 u16 dda2_size, dda3_size;
338 u8 dda1_inc;
339 u16 dda2_inc, dda3_inc;
340 u32 sc_reset;
341 bool pal_burst : 1;
345 const struct video_levels *composite_levels, *svideo_levels;
346 const struct color_conversion *composite_color, *svideo_color;
347 const u32 *filter_table;
959 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_mode_valid() local
976 intel_tv_mode_vdisplay(const struct tv_mode *tv_mode) in intel_tv_mode_vdisplay()
986 const struct tv_mode *tv_mode, in intel_tv_mode_to_mode()
1093 struct tv_mode tv_mode = {}; in intel_tv_get_config() local
1173 static bool intel_tv_vert_scaling(const struct drm_display_mode *tv_mode, in intel_tv_vert_scaling()
1194 const struct tv_mode *tv_mode = intel_tv_mode_find(conn_state); in intel_tv_compute_config() local
1351 const struct tv_mode *tv_mode, in set_tv_mode_timings()
1438 const struct tv_mode *tv_mode = intel_tv_mode_find(conn_state); in intel_tv_pre_enable() local
1686 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_find_better_format() local
1765 const struct tv_mode *tv_mode) in intel_tv_is_preferred_mode()
1778 const struct tv_mode *tv_mode) in intel_tv_set_mode_type()
1790 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_get_modes() local