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