Home
last modified time | relevance | path

Searched refs:tv_modes (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_tv.c214 static const struct tv_mode tv_modes[] = { variable
298 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in sun4i_tv_find_tv_by_mode()
299 const struct tv_mode *tv_mode = &tv_modes[i]; in sun4i_tv_find_tv_by_mode()
309 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in sun4i_tv_find_tv_by_mode()
310 const struct tv_mode *tv_mode = &tv_modes[i]; in sun4i_tv_find_tv_by_mode()
491 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in sun4i_tv_comp_get_modes()
493 const struct tv_mode *tv_mode = &tv_modes[i]; in sun4i_tv_comp_get_modes()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_tv.c377 static const struct tv_mode tv_modes[] = { variable
839 return &tv_modes[format]; in intel_tv_mode_find()
1241 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in intel_tv_find_better_format()
1242 tv_mode = tv_modes + i; in intel_tv_find_better_format()
1441 const char *tv_format_names[ARRAY_SIZE(tv_modes)]; in intel_tv_init()
1540 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) in intel_tv_init()
1541 tv_format_names[i] = tv_modes[i].name; in intel_tv_init()
1543 ARRAY_SIZE(tv_modes), in intel_tv_init()