Lines Matching refs:vdev_fmt
233 struct v4l2_pix_format vdev_fmt; /* The user format */ member
464 csi->vdev_fmt.sizeimage); in imx7_csi_dma_setup()
512 struct v4l2_pix_format *out_pix = &csi->vdev_fmt; in imx7_csi_configure()
725 done->vbuf.field = csi->vdev_fmt.field; in imx7_csi_vb2_buf_done()
1139 f->fmt.pix = csi->vdev_fmt; in imx7_csi_video_g_fmt_vid_cap()
1207 csi->vdev_fmt = f->fmt.pix; in imx7_csi_video_s_fmt_vid_cap()
1232 s->r.width = csi->vdev_fmt.width; in imx7_csi_video_g_selection()
1233 s->r.height = csi->vdev_fmt.height; in imx7_csi_video_g_selection()
1276 struct v4l2_pix_format *pix = &csi->vdev_fmt; in imx7_csi_video_queue_setup()
1314 struct v4l2_pix_format *pix = &csi->vdev_fmt; in imx7_csi_video_buf_prepare()
1614 imx7_csi_mbus_fmt_to_pix_fmt(&csi->vdev_fmt, &format, NULL); in imx7_csi_video_init_format()
1618 csi->vdev_cc = imx7_csi_find_pixel_format(csi->vdev_fmt.pixelformat); in imx7_csi_video_init_format()