diff options
Diffstat (limited to 'subdev.h')
-rw-r--r-- | subdev.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -30,19 +30,19 @@ enum v4l2_mbus_pixelcode string_to_pixelcode(const char *string, int v4l2_subdev_get_format(struct media_entity *entity, struct v4l2_mbus_framefmt *format, unsigned int pad, - enum v4l2_subdev_format which); + enum v4l2_subdev_format_whence which); int v4l2_subdev_set_format(struct media_entity *entity, struct v4l2_mbus_framefmt *format, unsigned int pad, - enum v4l2_subdev_format which); + enum v4l2_subdev_format_whence which); int v4l2_subdev_get_crop(struct media_entity *entity, struct v4l2_rect *rect, - unsigned int pad, enum v4l2_subdev_format which); + unsigned int pad, enum v4l2_subdev_format_whence which); int v4l2_subdev_set_crop(struct media_entity *entity, struct v4l2_rect *rect, - unsigned int pad, enum v4l2_subdev_format which); + unsigned int pad, enum v4l2_subdev_format_whence which); 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 which); + unsigned int pad, enum v4l2_subdev_format_whence which); #endif |