Searched refs:pix_desc (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-reg.c591 static const struct mbus_pixfmt_desc pix_desc[] = { variable in typeref:struct:mbus_pixfmt_desc
614 for (i = 0; i < ARRAY_SIZE(pix_desc); i++) {
615 if (vc->ci_fmt.code == pix_desc[i].pixelcode) {
616 cfg = pix_desc[i].cisrcfmt;
617 bus_width = pix_desc[i].bus_width;
622 if (i == ARRAY_SIZE(pix_desc)) {

Completed in 238 milliseconds