Searched refs:tv_modes (Results 1 – 2 of 2) sorted by relevance
214 static const struct tv_mode tv_modes[] = { variable291 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in sun4i_tv_find_tv_by_mode()292 const struct tv_mode *tv_mode = &tv_modes[i]; in sun4i_tv_find_tv_by_mode()302 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in sun4i_tv_find_tv_by_mode()303 const struct tv_mode *tv_mode = &tv_modes[i]; in sun4i_tv_find_tv_by_mode()472 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in sun4i_tv_comp_get_modes()474 const struct tv_mode *tv_mode = &tv_modes[i]; in sun4i_tv_comp_get_modes()
381 static const struct tv_mode tv_modes[] = { variable952 return &tv_modes[format]; in intel_tv_mode_find()1697 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in intel_tv_find_better_format()1698 tv_mode = &tv_modes[i]; in intel_tv_find_better_format()1892 const char *tv_format_names[ARRAY_SIZE(tv_modes)]; in intel_tv_init()1990 for (i = 0; i < ARRAY_SIZE(tv_modes); i++) { in intel_tv_init()1993 tv_modes[i].oversample == 1) in intel_tv_init()1996 tv_format_names[i] = tv_modes[i].name; in intel_tv_init()