Searched refs:gsc_formats (Results 1 – 2 of 2) sorted by relevance
1195 static const unsigned int gsc_formats[] = { variable1217 ARRAY_SIZE(gsc_formats), sizeof(*formats), in gsc_probe()1227 for (i = 0; i < ARRAY_SIZE(gsc_formats); i++) { in gsc_probe()1228 formats[i].fourcc = gsc_formats[i]; in gsc_probe()1235 ctx->num_formats = ARRAY_SIZE(gsc_formats); in gsc_probe()
32 static const struct gsc_fmt gsc_formats[] = { variable228 if (index >= ARRAY_SIZE(gsc_formats)) in get_format()231 return (struct gsc_fmt *)&gsc_formats[index]; in get_format()239 if (index >= ARRAY_SIZE(gsc_formats)) in find_fmt()242 for (i = 0; i < ARRAY_SIZE(gsc_formats); ++i) { in find_fmt()