summaryrefslogtreecommitdiff
path: root/subdev.h
diff options
context:
space:
mode:
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,