Searched refs:pix_desc (Results 1 – 1 of 1) sorted by relevance
591 static const struct mbus_pixfmt_desc pix_desc[] = { variable614 for (i = 0; i < ARRAY_SIZE(pix_desc); i++) { in fimc_hw_set_camera_source()615 if (vc->ci_fmt.code == pix_desc[i].pixelcode) { in fimc_hw_set_camera_source()616 cfg = pix_desc[i].cisrcfmt; in fimc_hw_set_camera_source()617 bus_width = pix_desc[i].bus_width; in fimc_hw_set_camera_source()622 if (i == ARRAY_SIZE(pix_desc)) { in fimc_hw_set_camera_source()