summaryrefslogtreecommitdiff
path: root/drivers/media/platform/vsp1/vsp1_rwpf.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2015-07-28 20:17:07 +0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-02-19 13:50:35 +0300
commitf7ebf3ca09c5f3f5b5c17b03cd59b7aca1ed09d2 (patch)
tree257b605fcfe59fc7a6c7e622924bc7be7d5b6413 /drivers/media/platform/vsp1/vsp1_rwpf.h
parentb6af10cdd6bffb457839e0892531ed14afb6a9a6 (diff)
downloadlinux-f7ebf3ca09c5f3f5b5c17b03cd59b7aca1ed09d2.tar.xz
[media] v4l: vsp1: Rename vsp1_video_buffer to vsp1_vb2_buffer
The structure represent a vsp1 videobuf2 buffer, name it accordingly. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/vsp1/vsp1_rwpf.h')
-rw-r--r--drivers/media/platform/vsp1/vsp1_rwpf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/vsp1/vsp1_rwpf.h b/drivers/media/platform/vsp1/vsp1_rwpf.h
index 3cc80be03524..aa22cc062ff3 100644
--- a/drivers/media/platform/vsp1/vsp1_rwpf.h
+++ b/drivers/media/platform/vsp1/vsp1_rwpf.h
@@ -25,10 +25,10 @@
#define RWPF_PAD_SOURCE 1
struct vsp1_rwpf;
-struct vsp1_video_buffer;
+struct vsp1_vb2_buffer;
struct vsp1_rwpf_operations {
- void (*queue)(struct vsp1_rwpf *rwpf, struct vsp1_video_buffer *buf);
+ void (*queue)(struct vsp1_rwpf *rwpf, struct vsp1_vb2_buffer *buf);
};
struct vsp1_rwpf {