Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/s3c-camif/
Dcamif-core.c43 static const struct camif_fmt camif_formats[] = { variable
108 if (index >= (int)ARRAY_SIZE(camif_formats)) in s3c_camif_find_format()
111 for (i = 0; i < ARRAY_SIZE(camif_formats); ++i) { in s3c_camif_find_format()
112 fmt = &camif_formats[i]; in s3c_camif_find_format()