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,
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