Searched refs:gsc_formats (Results 1 – 2 of 2) sorted by relevance
27 static const struct gsc_fmt gsc_formats[] = { variable202 if (index >= ARRAY_SIZE(gsc_formats)) in get_format()205 return (struct gsc_fmt *)&gsc_formats[index]; in get_format()213 if (index >= ARRAY_SIZE(gsc_formats)) in find_fmt()216 for (i = 0; i < ARRAY_SIZE(gsc_formats); ++i) { in find_fmt()
1206 static const unsigned int gsc_formats[] = { variable1236 num_formats = ARRAY_SIZE(gsc_formats) + ARRAY_SIZE(gsc_tiled_formats); in gsc_probe()1242 for (i = 0; i < ARRAY_SIZE(gsc_formats); i++) { in gsc_probe()1243 formats[i].fourcc = gsc_formats[i]; in gsc_probe()