Searched refs:de2_formats (Results 1 – 1 of 1) sorted by relevance
36 static const struct de2_fmt_info de2_formats[] = { variable243 for (i = 0; i < ARRAY_SIZE(de2_formats); ++i) in sun8i_mixer_drm_format_to_hw()244 if (de2_formats[i].drm_fmt == format) { in sun8i_mixer_drm_format_to_hw()245 *hw_format = de2_formats[i].de2_fmt; in sun8i_mixer_drm_format_to_hw()