summaryrefslogtreecommitdiff
path: root/subdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'subdev.h')
-rw-r--r--subdev.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/subdev.h b/subdev.h
index f529794..7c1733d 100644
--- a/subdev.h
+++ b/subdev.h
@@ -24,9 +24,6 @@
struct media_entity;
-const char *pixelcode_to_string(enum v4l2_mbus_pixelcode code);
-enum v4l2_mbus_pixelcode string_to_pixelcode(const char *string,
- unsigned int length);
int v4l2_subdev_get_format(struct media_entity *entity,
struct v4l2_mbus_framefmt *format, unsigned int pad,
@@ -41,8 +38,5 @@ int v4l2_subdev_set_crop(struct media_entity *entity, struct v4l2_rect *rect,
int v4l2_subdev_set_frame_interval(struct media_entity *entity,
struct v4l2_fract *interval);
-void v4l2_subdev_print_format(struct media_entity *entity,
- unsigned int pad, enum v4l2_subdev_format_whence which);
-
#endif