Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/s3c-camif/
Dcamif-core.c47 static const struct camif_fmt camif_formats[] = { variable
118 if (index >= (int)ARRAY_SIZE(camif_formats)) in s3c_camif_find_format()
121 for (i = 0; i < ARRAY_SIZE(camif_formats); ++i) { in s3c_camif_find_format()
122 fmt = &camif_formats[i]; in s3c_camif_find_format()