Lines Matching refs:file
1023 static int imx7_csi_video_querycap(struct file *file, void *fh,
1026 struct imx7_csi *csi = video_drvdata(file);
1036 static int imx7_csi_video_enum_fmt_vid_cap(struct file *file, void *fh,
1075 static int imx7_csi_video_enum_framesizes(struct file *file, void *fh,
1105 static int imx7_csi_video_g_fmt_vid_cap(struct file *file, void *fh,
1108 struct imx7_csi *csi = video_drvdata(file);
1155 static int imx7_csi_video_try_fmt_vid_cap(struct file *file, void *fh,
1162 static int imx7_csi_video_s_fmt_vid_cap(struct file *file, void *fh,
1165 struct imx7_csi *csi = video_drvdata(file);
1181 static int imx7_csi_video_g_selection(struct file *file, void *fh,
1184 struct imx7_csi *csi = video_drvdata(file);
1504 static int imx7_csi_video_open(struct file *file)
1506 struct imx7_csi *csi = video_drvdata(file);
1512 ret = v4l2_fh_open(file);
1520 v4l2_fh_release(file);
1527 static int imx7_csi_video_release(struct file *file)
1529 struct imx7_csi *csi = video_drvdata(file);
1534 if (file->private_data == vq->owner) {
1541 v4l2_fh_release(file);