diff options
Diffstat (limited to 'include/media/v4l2-ioctl.h')
-rw-r--r-- | include/media/v4l2-ioctl.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/media/v4l2-ioctl.h b/include/media/v4l2-ioctl.h index 8fbbd76d78e8..017ffb2220c7 100644 --- a/include/media/v4l2-ioctl.h +++ b/include/media/v4l2-ioctl.h | |||
@@ -36,6 +36,8 @@ struct v4l2_ioctl_ops { | |||
36 | struct v4l2_fmtdesc *f); | 36 | struct v4l2_fmtdesc *f); |
37 | int (*vidioc_enum_fmt_sdr_cap) (struct file *file, void *fh, | 37 | int (*vidioc_enum_fmt_sdr_cap) (struct file *file, void *fh, |
38 | struct v4l2_fmtdesc *f); | 38 | struct v4l2_fmtdesc *f); |
39 | int (*vidioc_enum_fmt_sdr_out) (struct file *file, void *fh, | ||
40 | struct v4l2_fmtdesc *f); | ||
39 | 41 | ||
40 | /* VIDIOC_G_FMT handlers */ | 42 | /* VIDIOC_G_FMT handlers */ |
41 | int (*vidioc_g_fmt_vid_cap) (struct file *file, void *fh, | 43 | int (*vidioc_g_fmt_vid_cap) (struct file *file, void *fh, |
@@ -60,6 +62,8 @@ struct v4l2_ioctl_ops { | |||
60 | struct v4l2_format *f); | 62 | struct v4l2_format *f); |
61 | int (*vidioc_g_fmt_sdr_cap) (struct file *file, void *fh, | 63 | int (*vidioc_g_fmt_sdr_cap) (struct file *file, void *fh, |
62 | struct v4l2_format *f); | 64 | struct v4l2_format *f); |
65 | int (*vidioc_g_fmt_sdr_out) (struct file *file, void *fh, | ||
66 | struct v4l2_format *f); | ||
63 | 67 | ||
64 | /* VIDIOC_S_FMT handlers */ | 68 | /* VIDIOC_S_FMT handlers */ |
65 | int (*vidioc_s_fmt_vid_cap) (struct file *file, void *fh, | 69 | int (*vidioc_s_fmt_vid_cap) (struct file *file, void *fh, |
@@ -84,6 +88,8 @@ struct v4l2_ioctl_ops { | |||
84 | struct v4l2_format *f); | 88 | struct v4l2_format *f); |
85 | int (*vidioc_s_fmt_sdr_cap) (struct file *file, void *fh, | 89 | int (*vidioc_s_fmt_sdr_cap) (struct file *file, void *fh, |
86 | struct v4l2_format *f); | 90 | struct v4l2_format *f); |
91 | int (*vidioc_s_fmt_sdr_out) (struct file *file, void *fh, | ||
92 | struct v4l2_format *f); | ||
87 | 93 | ||
88 | /* VIDIOC_TRY_FMT handlers */ | 94 | /* VIDIOC_TRY_FMT handlers */ |
89 | int (*vidioc_try_fmt_vid_cap) (struct file *file, void *fh, | 95 | int (*vidioc_try_fmt_vid_cap) (struct file *file, void *fh, |
@@ -108,6 +114,8 @@ struct v4l2_ioctl_ops { | |||
108 | struct v4l2_format *f); | 114 | struct v4l2_format *f); |
109 | int (*vidioc_try_fmt_sdr_cap) (struct file *file, void *fh, | 115 | int (*vidioc_try_fmt_sdr_cap) (struct file *file, void *fh, |
110 | struct v4l2_format *f); | 116 | struct v4l2_format *f); |
117 | int (*vidioc_try_fmt_sdr_out) (struct file *file, void *fh, | ||
118 | struct v4l2_format *f); | ||
111 | 119 | ||
112 | /* Buffer handlers */ | 120 | /* Buffer handlers */ |
113 | int (*vidioc_reqbufs) (struct file *file, void *fh, struct v4l2_requestbuffers *b); | 121 | int (*vidioc_reqbufs) (struct file *file, void *fh, struct v4l2_requestbuffers *b); |