diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/media/v4l2-common.h | 3 | ||||
-rw-r--r-- | include/media/v4l2-subdev.h | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index 0f864f8daaf2..1637cc302697 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h | |||
@@ -297,4 +297,7 @@ struct v4l2_crystal_freq { | |||
297 | a v4l2_gpio struct if a direction is also needed. */ | 297 | a v4l2_gpio struct if a direction is also needed. */ |
298 | #define VIDIOC_INT_S_GPIO _IOW('d', 117, u32) | 298 | #define VIDIOC_INT_S_GPIO _IOW('d', 117, u32) |
299 | 299 | ||
300 | /* Get input status. Same as the status field in the v4l2_input struct. */ | ||
301 | #define VIDIOC_INT_G_INPUT_STATUS _IOR('d', 118, u32) | ||
302 | |||
300 | #endif /* V4L2_COMMON_H_ */ | 303 | #endif /* V4L2_COMMON_H_ */ |
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index 9c1663d91224..cd640c6f039b 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h | |||
@@ -115,6 +115,8 @@ struct v4l2_subdev_video_ops { | |||
115 | int (*g_vbi_data)(struct v4l2_subdev *sd, struct v4l2_sliced_vbi_data *vbi_data); | 115 | int (*g_vbi_data)(struct v4l2_subdev *sd, struct v4l2_sliced_vbi_data *vbi_data); |
116 | int (*g_sliced_vbi_cap)(struct v4l2_subdev *sd, struct v4l2_sliced_vbi_cap *cap); | 116 | int (*g_sliced_vbi_cap)(struct v4l2_subdev *sd, struct v4l2_sliced_vbi_cap *cap); |
117 | int (*s_std_output)(struct v4l2_subdev *sd, v4l2_std_id std); | 117 | int (*s_std_output)(struct v4l2_subdev *sd, v4l2_std_id std); |
118 | int (*querystd)(struct v4l2_subdev *sd, v4l2_std_id *std); | ||
119 | int (*g_input_status)(struct v4l2_subdev *sd, u32 *status); | ||
118 | int (*s_stream)(struct v4l2_subdev *sd, int enable); | 120 | int (*s_stream)(struct v4l2_subdev *sd, int enable); |
119 | int (*s_fmt)(struct v4l2_subdev *sd, struct v4l2_format *fmt); | 121 | int (*s_fmt)(struct v4l2_subdev *sd, struct v4l2_format *fmt); |
120 | int (*g_fmt)(struct v4l2_subdev *sd, struct v4l2_format *fmt); | 122 | int (*g_fmt)(struct v4l2_subdev *sd, struct v4l2_format *fmt); |