summaryrefslogtreecommitdiff
path: root/subdev.h
diff options
context:
space:
mode:
authorTodor Tomov <ttomov@mm-sol.com>2011-01-25 17:46:44 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-02-07 15:37:55 +0100
commit1305b42c68587e5e96b662bc8694a3f821e51e0d (patch)
treef97586bfe452a493c0f7af9ce63b0a9fb717cdb1 /subdev.h
parent6f30903cd6aeda5d61b3fa2a0e2e11e7bfb50c1e (diff)
Add v4l2_subdev_open() and v4l2_subdev_close() to subdev.h
Add v4l2_subdev_close() function and declare both in subdev.h. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Todor Tomov <ttomov@mm-sol.com>
Diffstat (limited to 'subdev.h')
-rw-r--r--subdev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/subdev.h b/subdev.h
index 7c1733d..976d066 100644
--- a/subdev.h
+++ b/subdev.h
@@ -24,6 +24,9 @@
struct media_entity;
+int v4l2_subdev_open(struct media_entity *entity);
+
+void v4l2_subdev_close(struct media_entity *entity);
int v4l2_subdev_get_format(struct media_entity *entity,
struct v4l2_mbus_framefmt *format, unsigned int pad,