diff options
3 files changed, 367 insertions, 285 deletions
diff --git a/Documentation/linux_tv/media/v4l/vidioc-dv-timings-cap.rst b/Documentation/linux_tv/media/v4l/vidioc-dv-timings-cap.rst index b56cdef7673e..5a35bb254b4b 100644 --- a/Documentation/linux_tv/media/v4l/vidioc-dv-timings-cap.rst +++ b/Documentation/linux_tv/media/v4l/vidioc-dv-timings-cap.rst | |||
| @@ -217,26 +217,26 @@ that doesn't support them will return an ``EINVAL`` error code. | |||
| 217 | 217 | ||
| 218 | - .. row 3 | 218 | - .. row 3 |
| 219 | 219 | ||
| 220 | - V4L2_DV_BT_CAP_INTERLACED | 220 | - ``V4L2_DV_BT_CAP_INTERLACED`` |
| 221 | 221 | ||
| 222 | - Interlaced formats are supported. | 222 | - Interlaced formats are supported. |
| 223 | 223 | ||
| 224 | - .. row 4 | 224 | - .. row 4 |
| 225 | 225 | ||
| 226 | - V4L2_DV_BT_CAP_PROGRESSIVE | 226 | - ``V4L2_DV_BT_CAP_PROGRESSIVE`` |
| 227 | 227 | ||
| 228 | - Progressive formats are supported. | 228 | - Progressive formats are supported. |
| 229 | 229 | ||
| 230 | - .. row 5 | 230 | - .. row 5 |
| 231 | 231 | ||
| 232 | - V4L2_DV_BT_CAP_REDUCED_BLANKING | 232 | - ``V4L2_DV_BT_CAP_REDUCED_BLANKING`` |
| 233 | 233 | ||
| 234 | - CVT/GTF specific: the timings can make use of reduced blanking | 234 | - CVT/GTF specific: the timings can make use of reduced blanking |
| 235 | (CVT) or the 'Secondary GTF' curve (GTF). | 235 | (CVT) or the 'Secondary GTF' curve (GTF). |
| 236 | 236 | ||
| 237 | - .. row 6 | 237 | - .. row 6 |
| 238 | 238 | ||
| 239 | - V4L2_DV_BT_CAP_CUSTOM | 239 | - ``V4L2_DV_BT_CAP_CUSTOM`` |
| 240 | 240 | ||
| 241 | - Can support non-standard timings, i.e. timings not belonging to | 241 | - Can support non-standard timings, i.e. timings not belonging to |
| 242 | the standards set in the ``standards`` field. | 242 | the standards set in the ``standards`` field. |
diff --git a/Documentation/linux_tv/media/v4l/vidioc-g-dv-timings.rst b/Documentation/linux_tv/media/v4l/vidioc-g-dv-timings.rst index 0dd93d1ee284..e19d64e0116a 100644 --- a/Documentation/linux_tv/media/v4l/vidioc-g-dv-timings.rst +++ b/Documentation/linux_tv/media/v4l/vidioc-g-dv-timings.rst | |||
| @@ -109,8 +109,8 @@ EBUSY | |||
| 109 | - ``polarities`` | 109 | - ``polarities`` |
| 110 | 110 | ||
| 111 | - This is a bit mask that defines polarities of sync signals. bit 0 | 111 | - This is a bit mask that defines polarities of sync signals. bit 0 |
| 112 | (V4L2_DV_VSYNC_POS_POL) is for vertical sync polarity and bit | 112 | (``V4L2_DV_VSYNC_POS_POL``) is for vertical sync polarity and bit |
| 113 | 1 (V4L2_DV_HSYNC_POS_POL) is for horizontal sync polarity. If | 113 | 1 (``V4L2_DV_HSYNC_POS_POL``) is for horizontal sync polarity. If |
| 114 | the bit is set (1) it is positive polarity and if is cleared (0), | 114 | the bit is set (1) it is positive polarity and if is cleared (0), |
| 115 | it is negative polarity. | 115 | it is negative polarity. |
| 116 | 116 | ||
| @@ -289,7 +289,7 @@ EBUSY | |||
| 289 | 289 | ||
| 290 | - .. row 3 | 290 | - .. row 3 |
| 291 | 291 | ||
| 292 | - V4L2_DV_BT_656_1120 | 292 | - ``V4L2_DV_BT_656_1120`` |
| 293 | 293 | ||
| 294 | - 0 | 294 | - 0 |
| 295 | 295 | ||
| @@ -317,25 +317,25 @@ EBUSY | |||
| 317 | 317 | ||
| 318 | - .. row 3 | 318 | - .. row 3 |
| 319 | 319 | ||
| 320 | - V4L2_DV_BT_STD_CEA861 | 320 | - ``V4L2_DV_BT_STD_CEA861`` |
| 321 | 321 | ||
| 322 | - The timings follow the CEA-861 Digital TV Profile standard | 322 | - The timings follow the CEA-861 Digital TV Profile standard |
| 323 | 323 | ||
| 324 | - .. row 4 | 324 | - .. row 4 |
| 325 | 325 | ||
| 326 | - V4L2_DV_BT_STD_DMT | 326 | - ``V4L2_DV_BT_STD_DMT`` |
| 327 | 327 | ||
| 328 | - The timings follow the VESA Discrete Monitor Timings standard | 328 | - The timings follow the VESA Discrete Monitor Timings standard |
| 329 | 329 | ||
| 330 | - .. row 5 | 330 | - .. row 5 |
| 331 | 331 | ||
| 332 | - V4L2_DV_BT_STD_CVT | 332 | - ``V4L2_DV_BT_STD_CVT`` |
| 333 | 333 | ||
| 334 | - The timings follow the VESA Coordinated Video Timings standard | 334 | - The timings follow the VESA Coordinated Video Timings standard |
| 335 | 335 | ||
| 336 | - .. row 6 | 336 | - .. row 6 |
| 337 | 337 | ||
| 338 | - V4L2_DV_BT_STD_GTF | 338 | - ``V4L2_DV_BT_STD_GTF`` |
| 339 | 339 | ||
| 340 | - The timings follow the VESA Generalized Timings Formula standard | 340 | - The timings follow the VESA Generalized Timings Formula standard |
| 341 | 341 | ||
| @@ -361,7 +361,7 @@ EBUSY | |||
| 361 | 361 | ||
| 362 | - .. row 3 | 362 | - .. row 3 |
| 363 | 363 | ||
| 364 | - V4L2_DV_FL_REDUCED_BLANKING | 364 | - ``V4L2_DV_FL_REDUCED_BLANKING`` |
| 365 | 365 | ||
| 366 | - CVT/GTF specific: the timings use reduced blanking (CVT) or the | 366 | - CVT/GTF specific: the timings use reduced blanking (CVT) or the |
| 367 | 'Secondary GTF' curve (GTF). In both cases the horizontal and/or | 367 | 'Secondary GTF' curve (GTF). In both cases the horizontal and/or |
| @@ -371,7 +371,7 @@ EBUSY | |||
| 371 | 371 | ||
| 372 | - .. row 4 | 372 | - .. row 4 |
| 373 | 373 | ||
| 374 | - V4L2_DV_FL_CAN_REDUCE_FPS | 374 | - ``V4L2_DV_FL_CAN_REDUCE_FPS`` |
| 375 | 375 | ||
| 376 | - CEA-861 specific: set for CEA-861 formats with a framerate that is | 376 | - CEA-861 specific: set for CEA-861 formats with a framerate that is |
| 377 | a multiple of six. These formats can be optionally played at 1 / | 377 | a multiple of six. These formats can be optionally played at 1 / |
| @@ -383,11 +383,11 @@ EBUSY | |||
| 383 | 383 | ||
| 384 | - .. row 5 | 384 | - .. row 5 |
| 385 | 385 | ||
| 386 | - V4L2_DV_FL_REDUCED_FPS | 386 | - ``V4L2_DV_FL_REDUCED_FPS`` |
| 387 | 387 | ||
| 388 | - CEA-861 specific: only valid for video transmitters, the flag is | 388 | - CEA-861 specific: only valid for video transmitters, the flag is |
| 389 | cleared by receivers. It is also only valid for formats with the | 389 | cleared by receivers. It is also only valid for formats with the |
| 390 | V4L2_DV_FL_CAN_REDUCE_FPS flag set, for other formats the | 390 | ``V4L2_DV_FL_CAN_REDUCE_FPS`` flag set, for other formats the |
| 391 | flag will be cleared by the driver. If the application sets this | 391 | flag will be cleared by the driver. If the application sets this |
| 392 | flag, then the pixelclock used to set up the transmitter is | 392 | flag, then the pixelclock used to set up the transmitter is |
| 393 | divided by 1.001 to make it compatible with NTSC framerates. If | 393 | divided by 1.001 to make it compatible with NTSC framerates. If |
| @@ -396,7 +396,7 @@ EBUSY | |||
| 396 | 396 | ||
| 397 | - .. row 6 | 397 | - .. row 6 |
| 398 | 398 | ||
| 399 | - V4L2_DV_FL_HALF_LINE | 399 | - ``V4L2_DV_FL_HALF_LINE`` |
| 400 | 400 | ||
| 401 | - Specific to interlaced formats: if set, then the vertical | 401 | - Specific to interlaced formats: if set, then the vertical |
| 402 | frontporch of field 1 (aka the odd field) is really one half-line | 402 | frontporch of field 1 (aka the odd field) is really one half-line |
| @@ -407,7 +407,7 @@ EBUSY | |||
| 407 | 407 | ||
| 408 | - .. row 7 | 408 | - .. row 7 |
| 409 | 409 | ||
| 410 | - V4L2_DV_FL_IS_CE_VIDEO | 410 | - ``V4L2_DV_FL_IS_CE_VIDEO`` |
| 411 | 411 | ||
| 412 | - If set, then this is a Consumer Electronics (CE) video format. | 412 | - If set, then this is a Consumer Electronics (CE) video format. |
| 413 | Such formats differ from other formats (commonly called IT | 413 | Such formats differ from other formats (commonly called IT |
diff --git a/Documentation/linux_tv/videodev2.h.rst.exceptions b/Documentation/linux_tv/videodev2.h.rst.exceptions index 6231549294c1..c15660f5c588 100644 --- a/Documentation/linux_tv/videodev2.h.rst.exceptions +++ b/Documentation/linux_tv/videodev2.h.rst.exceptions | |||
| @@ -113,6 +113,7 @@ replace symbol V4L2_FRMIVAL_TYPE_STEPWISE v4l2-frmivaltypes | |||
| 113 | 113 | ||
| 114 | # Documented enum v4l2-ctrl-type | 114 | # Documented enum v4l2-ctrl-type |
| 115 | replace symbol V4L2_CTRL_COMPOUND_TYPES vidioc_queryctrl | 115 | replace symbol V4L2_CTRL_COMPOUND_TYPES vidioc_queryctrl |
| 116 | |||
| 116 | replace symbol V4L2_CTRL_TYPE_BITMASK v4l2-ctrl-type | 117 | replace symbol V4L2_CTRL_TYPE_BITMASK v4l2-ctrl-type |
| 117 | replace symbol V4L2_CTRL_TYPE_BOOLEAN v4l2-ctrl-type | 118 | replace symbol V4L2_CTRL_TYPE_BOOLEAN v4l2-ctrl-type |
| 118 | replace symbol V4L2_CTRL_TYPE_BUTTON v4l2-ctrl-type | 119 | replace symbol V4L2_CTRL_TYPE_BUTTON v4l2-ctrl-type |
| @@ -126,275 +127,110 @@ replace symbol V4L2_CTRL_TYPE_U16 v4l2-ctrl-type | |||
| 126 | replace symbol V4L2_CTRL_TYPE_U32 v4l2-ctrl-type | 127 | replace symbol V4L2_CTRL_TYPE_U32 v4l2-ctrl-type |
| 127 | replace symbol V4L2_CTRL_TYPE_U8 v4l2-ctrl-type | 128 | replace symbol V4L2_CTRL_TYPE_U8 v4l2-ctrl-type |
| 128 | 129 | ||
| 129 | # Ancillary macros that should be ignored | 130 | # V4L2 capability defines |
| 130 | ignore define VIDEO_MAX_FRAME | 131 | replace define V4L2_CAP_VIDEO_CAPTURE device-capabilities |
| 131 | ignore define VIDEO_MAX_PLANES | 132 | replace define V4L2_CAP_VIDEO_CAPTURE_MPLANE device-capabilities |
| 132 | ignore define v4l2_fourcc | 133 | replace define V4L2_CAP_VIDEO_OUTPUT device-capabilities |
| 133 | ignore define v4l2_fourcc_be | 134 | replace define V4L2_CAP_VIDEO_OUTPUT_MPLANE device-capabilities |
| 134 | ignore define V4L2_FIELD_HAS_TOP | 135 | replace define V4L2_CAP_VIDEO_M2M device-capabilities |
| 135 | ignore define V4L2_FIELD_HAS_BOTTOM | 136 | replace define V4L2_CAP_VIDEO_M2M_MPLANE device-capabilities |
| 136 | ignore define V4L2_FIELD_HAS_BOTH | 137 | replace define V4L2_CAP_VIDEO_OVERLAY device-capabilities |
| 137 | ignore define V4L2_FIELD_HAS_T_OR_B | 138 | replace define V4L2_CAP_VBI_CAPTURE device-capabilities |
| 138 | ignore define V4L2_TYPE_IS_MULTIPLANAR | 139 | replace define V4L2_CAP_VBI_OUTPUT device-capabilities |
| 139 | ignore define V4L2_TYPE_IS_OUTPUT | 140 | replace define V4L2_CAP_SLICED_VBI_CAPTURE device-capabilities |
| 140 | ignore define V4L2_TUNER_ADC | 141 | replace define V4L2_CAP_SLICED_VBI_OUTPUT device-capabilities |
| 141 | ignore define V4L2_MAP_COLORSPACE_DEFAULT | 142 | replace define V4L2_CAP_RDS_CAPTURE device-capabilities |
| 142 | ignore define V4L2_MAP_XFER_FUNC_DEFAULT | 143 | replace define V4L2_CAP_VIDEO_OUTPUT_OVERLAY device-capabilities |
| 143 | ignore define V4L2_MAP_YCBCR_ENC_DEFAULT | 144 | replace define V4L2_CAP_HW_FREQ_SEEK device-capabilities |
| 144 | ignore define V4L2_CAP_VIDEO_CAPTURE | 145 | replace define V4L2_CAP_RDS_OUTPUT device-capabilities |
| 145 | ignore define V4L2_CAP_VIDEO_OUTPUT | 146 | replace define V4L2_CAP_TUNER device-capabilities |
| 146 | ignore define V4L2_CAP_VIDEO_OVERLAY | 147 | replace define V4L2_CAP_AUDIO device-capabilities |
| 147 | ignore define V4L2_CAP_VBI_CAPTURE | 148 | replace define V4L2_CAP_RADIO device-capabilities |
| 148 | ignore define V4L2_CAP_VBI_OUTPUT | 149 | replace define V4L2_CAP_MODULATOR device-capabilities |
| 149 | ignore define V4L2_CAP_SLICED_VBI_CAPTURE | 150 | replace define V4L2_CAP_SDR_CAPTURE device-capabilities |
| 150 | ignore define V4L2_CAP_SLICED_VBI_OUTPUT | 151 | replace define V4L2_CAP_EXT_PIX_FORMAT device-capabilities |
| 151 | ignore define V4L2_CAP_RDS_CAPTURE | 152 | replace define V4L2_CAP_SDR_OUTPUT device-capabilities |
| 152 | ignore define V4L2_CAP_VIDEO_OUTPUT_OVERLAY | 153 | replace define V4L2_CAP_READWRITE device-capabilities |
| 153 | ignore define V4L2_CAP_HW_FREQ_SEEK | 154 | replace define V4L2_CAP_ASYNCIO device-capabilities |
| 154 | ignore define V4L2_CAP_RDS_OUTPUT | 155 | replace define V4L2_CAP_STREAMING device-capabilities |
| 155 | ignore define V4L2_CAP_VIDEO_CAPTURE_MPLANE | 156 | replace define V4L2_CAP_DEVICE_CAPS device-capabilities |
| 156 | ignore define V4L2_CAP_VIDEO_OUTPUT_MPLANE | 157 | |
| 157 | ignore define V4L2_CAP_VIDEO_M2M_MPLANE | 158 | # V4L2 pix flags |
| 158 | ignore define V4L2_CAP_VIDEO_M2M | 159 | replace define V4L2_PIX_FMT_PRIV_MAGIC v4l2-pix-format |
| 159 | ignore define V4L2_CAP_TUNER | 160 | replace define V4L2_PIX_FMT_FLAG_PREMUL_ALPHA reserved-formats |
| 160 | ignore define V4L2_CAP_AUDIO | 161 | |
| 161 | ignore define V4L2_CAP_RADIO | 162 | # V4L2 format flags |
| 162 | ignore define V4L2_CAP_MODULATOR | 163 | replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags |
| 163 | ignore define V4L2_CAP_SDR_CAPTURE | 164 | replace define V4L2_FMT_FLAG_EMULATED fmtdesc-flags |
| 164 | ignore define V4L2_CAP_EXT_PIX_FORMAT | 165 | |
| 165 | ignore define V4L2_CAP_SDR_OUTPUT | 166 | # V4L2 tymecode types |
| 166 | ignore define V4L2_CAP_READWRITE | 167 | replace define V4L2_TC_TYPE_24FPS timecode-type |
| 167 | ignore define V4L2_CAP_ASYNCIO | 168 | replace define V4L2_TC_TYPE_25FPS timecode-type |
| 168 | ignore define V4L2_CAP_STREAMING | 169 | replace define V4L2_TC_TYPE_30FPS timecode-type |
| 169 | ignore define V4L2_CAP_DEVICE_CAPS | 170 | replace define V4L2_TC_TYPE_50FPS timecode-type |
| 170 | ignore define V4L2_PIX_FMT_PRIV_MAGIC | 171 | replace define V4L2_TC_TYPE_60FPS timecode-type |
| 171 | ignore define V4L2_PIX_FMT_FLAG_PREMUL_ALPHA | 172 | |
| 172 | ignore define V4L2_FMT_FLAG_COMPRESSED | 173 | # V4L2 tymecode flags |
| 173 | ignore define V4L2_FMT_FLAG_EMULATED | 174 | replace define V4L2_TC_FLAG_DROPFRAME timecode-flags |
| 174 | ignore define V4L2_TC_TYPE_24FPS | 175 | replace define V4L2_TC_FLAG_COLORFRAME timecode-flags |
| 175 | ignore define V4L2_TC_TYPE_25FPS | 176 | replace define V4L2_TC_USERBITS_field timecode-flags |
| 176 | ignore define V4L2_TC_TYPE_30FPS | 177 | replace define V4L2_TC_USERBITS_USERDEFINED timecode-flags |
| 177 | ignore define V4L2_TC_TYPE_50FPS | 178 | replace define V4L2_TC_USERBITS_8BITCHARS timecode-flags |
| 178 | ignore define V4L2_TC_TYPE_60FPS | 179 | |
| 179 | ignore define V4L2_TC_FLAG_DROPFRAME | 180 | # V4L2 JPEG markers |
| 180 | ignore define V4L2_TC_FLAG_COLORFRAME | 181 | replace define V4L2_JPEG_MARKER_DHT jpeg-markers |
| 181 | ignore define V4L2_TC_USERBITS_field | 182 | replace define V4L2_JPEG_MARKER_DQT jpeg-markers |
| 182 | ignore define V4L2_TC_USERBITS_USERDEFINED | 183 | replace define V4L2_JPEG_MARKER_DRI jpeg-markers |
| 183 | ignore define V4L2_TC_USERBITS_8BITCHARS | 184 | replace define V4L2_JPEG_MARKER_COM jpeg-markers |
| 184 | ignore define V4L2_JPEG_MARKER_DHT | 185 | replace define V4L2_JPEG_MARKER_APP jpeg-markers |
| 185 | ignore define V4L2_JPEG_MARKER_DQT | 186 | |
| 186 | ignore define V4L2_JPEG_MARKER_DRI | 187 | #V4L2 buffer flags |
| 187 | ignore define V4L2_JPEG_MARKER_COM | 188 | replace define V4L2_BUF_FLAG_MAPPED buffer-flags |
| 188 | ignore define V4L2_JPEG_MARKER_APP | 189 | replace define V4L2_BUF_FLAG_QUEUED buffer-flags |
| 189 | ignore define V4L2_BUF_FLAG_MAPPED | 190 | replace define V4L2_BUF_FLAG_DONE buffer-flags |
| 190 | ignore define V4L2_BUF_FLAG_QUEUED | 191 | replace define V4L2_BUF_FLAG_ERROR buffer-flags |
| 191 | ignore define V4L2_BUF_FLAG_DONE | 192 | replace define V4L2_BUF_FLAG_KEYFRAME buffer-flags |
| 192 | ignore define V4L2_BUF_FLAG_KEYFRAME | 193 | replace define V4L2_BUF_FLAG_PFRAME buffer-flags |
| 193 | ignore define V4L2_BUF_FLAG_PFRAME | 194 | replace define V4L2_BUF_FLAG_BFRAME buffer-flags |
| 194 | ignore define V4L2_BUF_FLAG_BFRAME | 195 | replace define V4L2_BUF_FLAG_TIMECODE buffer-flags |
| 195 | ignore define V4L2_BUF_FLAG_ERROR | 196 | replace define V4L2_BUF_FLAG_PREPARED buffer-flags |
| 196 | ignore define V4L2_BUF_FLAG_TIMECODE | 197 | replace define V4L2_BUF_FLAG_NO_CACHE_INVALIDATE buffer-flags |
| 197 | ignore define V4L2_BUF_FLAG_PREPARED | 198 | replace define V4L2_BUF_FLAG_NO_CACHE_CLEAN buffer-flags |
| 198 | ignore define V4L2_BUF_FLAG_NO_CACHE_INVALIDATE | 199 | replace define V4L2_BUF_FLAG_TIMESTAMP_MASK buffer-flags |
| 199 | ignore define V4L2_BUF_FLAG_NO_CACHE_CLEAN | 200 | replace define V4L2_BUF_FLAG_TIMESTAMP_UNKNOWN buffer-flags |
| 200 | ignore define V4L2_BUF_FLAG_TIMESTAMP_MASK | 201 | replace define V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC buffer-flags |
| 201 | ignore define V4L2_BUF_FLAG_TIMESTAMP_UNKNOWN | 202 | replace define V4L2_BUF_FLAG_TIMESTAMP_COPY buffer-flags |
| 202 | ignore define V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC | 203 | replace define V4L2_BUF_FLAG_TSTAMP_SRC_MASK buffer-flags |
| 203 | ignore define V4L2_BUF_FLAG_TIMESTAMP_COPY | 204 | replace define V4L2_BUF_FLAG_TSTAMP_SRC_EOF buffer-flags |
| 204 | ignore define V4L2_BUF_FLAG_TSTAMP_SRC_MASK | 205 | replace define V4L2_BUF_FLAG_TSTAMP_SRC_SOE buffer-flags |
| 205 | ignore define V4L2_BUF_FLAG_TSTAMP_SRC_EOF | 206 | replace define V4L2_BUF_FLAG_LAST buffer-flags-FIXME |
| 206 | ignore define V4L2_BUF_FLAG_TSTAMP_SRC_SOE | 207 | |
| 207 | ignore define V4L2_BUF_FLAG_LAST | 208 | # V4L2 framebuffer caps and flags |
| 208 | ignore define V4L2_FBUF_CAP_EXTERNOVERLAY | 209 | |
| 209 | ignore define V4L2_FBUF_CAP_CHROMAKEY | 210 | replace define V4L2_FBUF_CAP_EXTERNOVERLAY framebuffer-cap |
| 210 | ignore define V4L2_FBUF_CAP_LIST_CLIPPING | 211 | replace define V4L2_FBUF_CAP_CHROMAKEY framebuffer-cap |
| 211 | ignore define V4L2_FBUF_CAP_BITMAP_CLIPPING | 212 | replace define V4L2_FBUF_CAP_LIST_CLIPPING framebuffer-cap |
| 212 | ignore define V4L2_FBUF_CAP_LOCAL_ALPHA | 213 | replace define V4L2_FBUF_CAP_BITMAP_CLIPPING framebuffer-cap |
| 213 | ignore define V4L2_FBUF_CAP_GLOBAL_ALPHA | 214 | replace define V4L2_FBUF_CAP_LOCAL_ALPHA framebuffer-cap |
| 214 | ignore define V4L2_FBUF_CAP_LOCAL_INV_ALPHA | 215 | replace define V4L2_FBUF_CAP_GLOBAL_ALPHA framebuffer-cap |
| 215 | ignore define V4L2_FBUF_CAP_SRC_CHROMAKEY | 216 | replace define V4L2_FBUF_CAP_LOCAL_INV_ALPHA framebuffer-cap |
| 216 | ignore define V4L2_FBUF_FLAG_PRIMARY | 217 | replace define V4L2_FBUF_CAP_SRC_CHROMAKEY framebuffer-cap |
| 217 | ignore define V4L2_FBUF_FLAG_OVERLAY | 218 | |
| 218 | ignore define V4L2_FBUF_FLAG_CHROMAKEY | 219 | replace define V4L2_FBUF_FLAG_PRIMARY framebuffer-flags |
| 219 | ignore define V4L2_FBUF_FLAG_LOCAL_ALPHA | 220 | replace define V4L2_FBUF_FLAG_OVERLAY framebuffer-flags |
| 220 | ignore define V4L2_FBUF_FLAG_GLOBAL_ALPHA | 221 | replace define V4L2_FBUF_FLAG_CHROMAKEY framebuffer-flags |
| 221 | ignore define V4L2_FBUF_FLAG_LOCAL_INV_ALPHA | 222 | replace define V4L2_FBUF_FLAG_LOCAL_ALPHA framebuffer-flags |
| 222 | ignore define V4L2_FBUF_FLAG_SRC_CHROMAKEY | 223 | replace define V4L2_FBUF_FLAG_GLOBAL_ALPHA framebuffer-flags |
| 223 | ignore define V4L2_MODE_HIGHQUALITY | 224 | replace define V4L2_FBUF_FLAG_LOCAL_INV_ALPHA framebuffer-flags |
| 224 | ignore define V4L2_CAP_TIMEPERFRAME | 225 | replace define V4L2_FBUF_FLAG_SRC_CHROMAKEY framebuffer-flags |
| 225 | ignore define V4L2_DV_PROGRESSIVE | 226 | |
| 226 | ignore define V4L2_DV_INTERLACED | 227 | # Used on VIDIOC_G_PARM |
| 227 | ignore define V4L2_DV_VSYNC_POS_POL | 228 | |
| 228 | ignore define V4L2_DV_HSYNC_POS_POL | 229 | replace define V4L2_MODE_HIGHQUALITY parm-flags |
| 229 | ignore define V4L2_DV_BT_STD_CEA861 | 230 | replace define V4L2_CAP_TIMEPERFRAME v4l2-captureparm |
| 230 | ignore define V4L2_DV_BT_STD_DMT | ||
| 231 | ignore define V4L2_DV_BT_STD_CVT | ||
| 232 | ignore define V4L2_DV_BT_STD_GTF | ||
| 233 | ignore define V4L2_DV_FL_REDUCED_BLANKING | ||
| 234 | ignore define V4L2_DV_FL_CAN_REDUCE_FPS | ||
| 235 | ignore define V4L2_DV_FL_REDUCED_FPS | ||
| 236 | ignore define V4L2_DV_FL_HALF_LINE | ||
| 237 | ignore define V4L2_DV_FL_IS_CE_VIDEO | ||
| 238 | ignore define V4L2_DV_BT_BLANKING_WIDTH(bt) | ||
| 239 | ignore define V4L2_DV_BT_FRAME_WIDTH(bt) | ||
| 240 | ignore define V4L2_DV_BT_BLANKING_HEIGHT(bt) | ||
| 241 | ignore define V4L2_DV_BT_FRAME_HEIGHT(bt) | ||
| 242 | ignore define V4L2_DV_BT_656_1120 | ||
| 243 | ignore define V4L2_DV_BT_CAP_INTERLACED | ||
| 244 | ignore define V4L2_DV_BT_CAP_PROGRESSIVE | ||
| 245 | ignore define V4L2_DV_BT_CAP_REDUCED_BLANKING | ||
| 246 | ignore define V4L2_DV_BT_CAP_CUSTOM | ||
| 247 | ignore define V4L2_INPUT_TYPE_TUNER | ||
| 248 | ignore define V4L2_INPUT_TYPE_CAMERA | ||
| 249 | ignore define V4L2_IN_ST_NO_POWER | ||
| 250 | ignore define V4L2_IN_ST_NO_SIGNAL | ||
| 251 | ignore define V4L2_IN_ST_NO_COLOR | ||
| 252 | ignore define V4L2_IN_ST_HFLIP | ||
| 253 | ignore define V4L2_IN_ST_VFLIP | ||
| 254 | ignore define V4L2_IN_ST_NO_H_LOCK | ||
| 255 | ignore define V4L2_IN_ST_COLOR_KILL | ||
| 256 | ignore define V4L2_IN_ST_NO_SYNC | ||
| 257 | ignore define V4L2_IN_ST_NO_EQU | ||
| 258 | ignore define V4L2_IN_ST_NO_CARRIER | ||
| 259 | ignore define V4L2_IN_ST_MACROVISION | ||
| 260 | ignore define V4L2_IN_ST_NO_ACCESS | ||
| 261 | ignore define V4L2_IN_ST_VTR | ||
| 262 | ignore define V4L2_IN_CAP_DV_TIMINGS | ||
| 263 | ignore define V4L2_IN_CAP_CUSTOM_TIMINGS | ||
| 264 | ignore define V4L2_IN_CAP_STD | ||
| 265 | ignore define V4L2_IN_CAP_NATIVE_SIZE | ||
| 266 | ignore define V4L2_OUTPUT_TYPE_MODULATOR | ||
| 267 | ignore define V4L2_OUTPUT_TYPE_ANALOG | ||
| 268 | ignore define V4L2_OUTPUT_TYPE_ANALOGVGAOVERLAY | ||
| 269 | ignore define V4L2_OUT_CAP_DV_TIMINGS | ||
| 270 | ignore define V4L2_OUT_CAP_CUSTOM_TIMINGS | ||
| 271 | ignore define V4L2_OUT_CAP_STD | ||
| 272 | ignore define V4L2_OUT_CAP_NATIVE_SIZE | ||
| 273 | ignore define V4L2_CTRL_ID_MASK | ||
| 274 | ignore define V4L2_CTRL_ID2CLASS(id) | ||
| 275 | ignore define V4L2_CTRL_ID2WHICH(id) | ||
| 276 | ignore define V4L2_CTRL_DRIVER_PRIV(id) | ||
| 277 | ignore define V4L2_CTRL_MAX_DIMS | ||
| 278 | ignore define V4L2_CTRL_WHICH_CUR_VAL | ||
| 279 | ignore define V4L2_CTRL_WHICH_DEF_VAL | ||
| 280 | ignore define V4L2_CTRL_FLAG_DISABLED | ||
| 281 | ignore define V4L2_CTRL_FLAG_GRABBED | ||
| 282 | ignore define V4L2_CTRL_FLAG_READ_ONLY | ||
| 283 | ignore define V4L2_CTRL_FLAG_UPDATE | ||
| 284 | ignore define V4L2_CTRL_FLAG_INACTIVE | ||
| 285 | ignore define V4L2_CTRL_FLAG_SLIDER | ||
| 286 | ignore define V4L2_CTRL_FLAG_WRITE_ONLY | ||
| 287 | ignore define V4L2_CTRL_FLAG_VOLATILE | ||
| 288 | ignore define V4L2_CTRL_FLAG_HAS_PAYLOAD | ||
| 289 | ignore define V4L2_CTRL_FLAG_EXECUTE_ON_WRITE | ||
| 290 | ignore define V4L2_CTRL_FLAG_NEXT_CTRL | ||
| 291 | ignore define V4L2_CTRL_FLAG_NEXT_COMPOUND | ||
| 292 | ignore define V4L2_CID_MAX_CTRLS | ||
| 293 | ignore define V4L2_CID_PRIVATE_BASE | ||
| 294 | ignore define V4L2_TUNER_CAP_LOW | ||
| 295 | ignore define V4L2_TUNER_CAP_NORM | ||
| 296 | ignore define V4L2_TUNER_CAP_HWSEEK_BOUNDED | ||
| 297 | ignore define V4L2_TUNER_CAP_HWSEEK_WRAP | ||
| 298 | ignore define V4L2_TUNER_CAP_STEREO | ||
| 299 | ignore define V4L2_TUNER_CAP_LANG2 | ||
| 300 | ignore define V4L2_TUNER_CAP_SAP | ||
| 301 | ignore define V4L2_TUNER_CAP_LANG1 | ||
| 302 | ignore define V4L2_TUNER_CAP_RDS | ||
| 303 | ignore define V4L2_TUNER_CAP_RDS_BLOCK_IO | ||
| 304 | ignore define V4L2_TUNER_CAP_RDS_CONTROLS | ||
| 305 | ignore define V4L2_TUNER_CAP_FREQ_BANDS | ||
| 306 | ignore define V4L2_TUNER_CAP_HWSEEK_PROG_LIM | ||
| 307 | ignore define V4L2_TUNER_CAP_1HZ | ||
| 308 | ignore define V4L2_TUNER_SUB_MONO | ||
| 309 | ignore define V4L2_TUNER_SUB_STEREO | ||
| 310 | ignore define V4L2_TUNER_SUB_LANG2 | ||
| 311 | ignore define V4L2_TUNER_SUB_SAP | ||
| 312 | ignore define V4L2_TUNER_SUB_LANG1 | ||
| 313 | ignore define V4L2_TUNER_SUB_RDS | ||
| 314 | ignore define V4L2_TUNER_MODE_MONO | ||
| 315 | ignore define V4L2_TUNER_MODE_STEREO | ||
| 316 | ignore define V4L2_TUNER_MODE_LANG2 | ||
| 317 | ignore define V4L2_TUNER_MODE_SAP | ||
| 318 | ignore define V4L2_TUNER_MODE_LANG1 | ||
| 319 | ignore define V4L2_TUNER_MODE_LANG1_LANG2 | ||
| 320 | ignore define V4L2_BAND_MODULATION_VSB | ||
| 321 | ignore define V4L2_BAND_MODULATION_FM | ||
| 322 | ignore define V4L2_BAND_MODULATION_AM | ||
| 323 | ignore define V4L2_RDS_BLOCK_MSK | ||
| 324 | ignore define V4L2_RDS_BLOCK_A | ||
| 325 | ignore define V4L2_RDS_BLOCK_B | ||
| 326 | ignore define V4L2_RDS_BLOCK_C | ||
| 327 | ignore define V4L2_RDS_BLOCK_D | ||
| 328 | ignore define V4L2_RDS_BLOCK_C_ALT | ||
| 329 | ignore define V4L2_RDS_BLOCK_INVALID | ||
| 330 | ignore define V4L2_RDS_BLOCK_CORRECTED | ||
| 331 | ignore define V4L2_RDS_BLOCK_ERROR | ||
| 332 | ignore define V4L2_AUDCAP_STEREO | ||
| 333 | ignore define V4L2_AUDCAP_AVL | ||
| 334 | ignore define V4L2_AUDMODE_AVL | ||
| 335 | ignore define V4L2_ENC_IDX_FRAME_I | ||
| 336 | ignore define V4L2_ENC_IDX_FRAME_P | ||
| 337 | ignore define V4L2_ENC_IDX_FRAME_B | ||
| 338 | ignore define V4L2_ENC_IDX_FRAME_MASK | ||
| 339 | ignore define V4L2_ENC_IDX_ENTRIES | ||
| 340 | ignore define V4L2_ENC_CMD_START | ||
| 341 | ignore define V4L2_ENC_CMD_STOP | ||
| 342 | ignore define V4L2_ENC_CMD_PAUSE | ||
| 343 | ignore define V4L2_ENC_CMD_RESUME | ||
| 344 | ignore define V4L2_ENC_CMD_STOP_AT_GOP_END | ||
| 345 | ignore define V4L2_DEC_CMD_START | ||
| 346 | ignore define V4L2_DEC_CMD_STOP | ||
| 347 | ignore define V4L2_DEC_CMD_PAUSE | ||
| 348 | ignore define V4L2_DEC_CMD_RESUME | ||
| 349 | ignore define V4L2_DEC_CMD_START_MUTE_AUDIO | ||
| 350 | ignore define V4L2_DEC_CMD_PAUSE_TO_BLACK | ||
| 351 | ignore define V4L2_DEC_CMD_STOP_TO_BLACK | ||
| 352 | ignore define V4L2_DEC_CMD_STOP_IMMEDIATELY | ||
| 353 | ignore define V4L2_DEC_START_FMT_NONE | ||
| 354 | ignore define V4L2_DEC_START_FMT_GOP | ||
| 355 | ignore define V4L2_VBI_UNSYNC | ||
| 356 | ignore define V4L2_VBI_INTERLACED | ||
| 357 | ignore define V4L2_VBI_ITU_525_F1_START | ||
| 358 | ignore define V4L2_VBI_ITU_525_F2_START | ||
| 359 | ignore define V4L2_VBI_ITU_625_F1_START | ||
| 360 | ignore define V4L2_VBI_ITU_625_F2_START | ||
| 361 | ignore define V4L2_SLICED_TELETEXT_B | ||
| 362 | ignore define V4L2_SLICED_VPS | ||
| 363 | ignore define V4L2_SLICED_CAPTION_525 | ||
| 364 | ignore define V4L2_SLICED_WSS_625 | ||
| 365 | ignore define V4L2_SLICED_VBI_525 | ||
| 366 | ignore define V4L2_SLICED_VBI_625 | ||
| 367 | ignore define V4L2_MPEG_VBI_IVTV_TELETEXT_B | ||
| 368 | ignore define V4L2_MPEG_VBI_IVTV_CAPTION_525 | ||
| 369 | ignore define V4L2_MPEG_VBI_IVTV_WSS_625 | ||
| 370 | ignore define V4L2_MPEG_VBI_IVTV_VPS | ||
| 371 | ignore define V4L2_MPEG_VBI_IVTV_MAGIC0 | ||
| 372 | ignore define V4L2_MPEG_VBI_IVTV_MAGIC1 | ||
| 373 | ignore define V4L2_EVENT_ALL | ||
| 374 | ignore define V4L2_EVENT_VSYNC | ||
| 375 | ignore define V4L2_EVENT_EOS | ||
| 376 | ignore define V4L2_EVENT_CTRL | ||
| 377 | ignore define V4L2_EVENT_FRAME_SYNC | ||
| 378 | ignore define V4L2_EVENT_SOURCE_CHANGE | ||
| 379 | ignore define V4L2_EVENT_PRIVATE_START | ||
| 380 | ignore define V4L2_EVENT_CTRL_CH_VALUE | ||
| 381 | ignore define V4L2_EVENT_CTRL_CH_FLAGS | ||
| 382 | ignore define V4L2_EVENT_CTRL_CH_RANGE | ||
| 383 | ignore define V4L2_EVENT_SRC_CH_RESOLUTION | ||
| 384 | ignore define V4L2_EVENT_MD_FL_HAVE_FRAME_SEQ | ||
| 385 | ignore define V4L2_EVENT_SUB_FL_SEND_INITIAL | ||
| 386 | ignore define V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK | ||
| 387 | ignore define V4L2_CHIP_MATCH_BRIDGE | ||
| 388 | ignore define V4L2_CHIP_MATCH_SUBDEV | ||
| 389 | ignore define V4L2_CHIP_MATCH_HOST | ||
| 390 | ignore define V4L2_CHIP_MATCH_I2C_DRIVER | ||
| 391 | ignore define V4L2_CHIP_MATCH_I2C_ADDR | ||
| 392 | ignore define V4L2_CHIP_MATCH_AC97 | ||
| 393 | ignore define V4L2_CHIP_FL_READABLE | ||
| 394 | ignore define V4L2_CHIP_FL_WRITABLE | ||
| 395 | ignore define BASE_VIDIOC_PRIVATE | ||
| 396 | 231 | ||
| 397 | # The V4L2_STD_foo are all defined at v4l2_std_id table | 232 | # The V4L2_STD_foo are all defined at v4l2_std_id table |
| 233 | |||
| 398 | replace define V4L2_STD_PAL_B v4l2-std-id | 234 | replace define V4L2_STD_PAL_B v4l2-std-id |
| 399 | replace define V4L2_STD_PAL_B1 v4l2-std-id | 235 | replace define V4L2_STD_PAL_B1 v4l2-std-id |
| 400 | replace define V4L2_STD_PAL_G v4l2-std-id | 236 | replace define V4L2_STD_PAL_G v4l2-std-id |
| @@ -442,8 +278,254 @@ replace define V4L2_STD_ATSC v4l2-std-id | |||
| 442 | replace define V4L2_STD_UNKNOWN v4l2-std-id | 278 | replace define V4L2_STD_UNKNOWN v4l2-std-id |
| 443 | replace define V4L2_STD_ALL v4l2-std-id | 279 | replace define V4L2_STD_ALL v4l2-std-id |
| 444 | 280 | ||
| 445 | # Ignore reserved ioctl | 281 | # V4L2 DT BT timings definitions |
| 282 | |||
| 283 | replace define V4L2_DV_PROGRESSIVE v4l2-dv-fixme | ||
| 284 | replace define V4L2_DV_INTERLACED v4l2-dv-fixme | ||
| 285 | |||
| 286 | replace define V4L2_DV_VSYNC_POS_POL v4l2-bt-timings | ||
| 287 | replace define V4L2_DV_HSYNC_POS_POL v4l2-bt-timings | ||
| 288 | |||
| 289 | replace define V4L2_DV_BT_STD_CEA861 dv-bt-standards | ||
| 290 | replace define V4L2_DV_BT_STD_DMT dv-bt-standards | ||
| 291 | replace define V4L2_DV_BT_STD_CVT dv-bt-standards | ||
| 292 | replace define V4L2_DV_BT_STD_GTF dv-bt-standards | ||
| 293 | |||
| 294 | replace define V4L2_DV_FL_REDUCED_BLANKING dv-bt-standards | ||
| 295 | replace define V4L2_DV_FL_CAN_REDUCE_FPS dv-bt-standards | ||
| 296 | replace define V4L2_DV_FL_REDUCED_FPS dv-bt-standards | ||
| 297 | replace define V4L2_DV_FL_HALF_LINE dv-bt-standards | ||
| 298 | replace define V4L2_DV_FL_IS_CE_VIDEO dv-bt-standards | ||
| 299 | |||
| 300 | replace define V4L2_DV_BT_656_1120 dv-timing-types | ||
| 301 | |||
| 302 | replace define V4L2_DV_BT_CAP_INTERLACED framebuffer-cap | ||
| 303 | replace define V4L2_DV_BT_CAP_PROGRESSIVE framebuffer-cap | ||
| 304 | replace define V4L2_DV_BT_CAP_REDUCED_BLANKING framebuffer-cap | ||
| 305 | replace define V4L2_DV_BT_CAP_CUSTOM framebuffer-cap | ||
| 306 | |||
| 307 | # V4L2 input | ||
| 308 | |||
| 309 | replace define V4L2_INPUT_TYPE_TUNER input-type | ||
| 310 | replace define V4L2_INPUT_TYPE_CAMERA input-type | ||
| 311 | |||
| 312 | replace define V4L2_IN_ST_NO_POWER input-status | ||
| 313 | replace define V4L2_IN_ST_NO_SIGNAL input-status | ||
| 314 | replace define V4L2_IN_ST_NO_COLOR input-status | ||
| 315 | replace define V4L2_IN_ST_HFLIP input-status | ||
| 316 | replace define V4L2_IN_ST_VFLIP input-status | ||
| 317 | replace define V4L2_IN_ST_NO_H_LOCK input-status | ||
| 318 | replace define V4L2_IN_ST_COLOR_KILL input-status | ||
| 319 | replace define V4L2_IN_ST_NO_SYNC input-status | ||
| 320 | replace define V4L2_IN_ST_NO_EQU input-status | ||
| 321 | replace define V4L2_IN_ST_NO_CARRIER input-status | ||
| 322 | replace define V4L2_IN_ST_MACROVISION input-status | ||
| 323 | replace define V4L2_IN_ST_NO_ACCESS input-status | ||
| 324 | replace define V4L2_IN_ST_VTR input-status | ||
| 325 | |||
| 326 | replace define V4L2_IN_CAP_DV_TIMINGS input-capabilities | ||
| 327 | replace define V4L2_IN_CAP_STD input-capabilities | ||
| 328 | replace define V4L2_IN_CAP_NATIVE_SIZE input-capabilities | ||
| 329 | |||
| 330 | # V4L2 output | ||
| 331 | |||
| 332 | replace define V4L2_OUTPUT_TYPE_MODULATOR output-type | ||
| 333 | replace define V4L2_OUTPUT_TYPE_ANALOG output-type | ||
| 334 | replace define V4L2_OUTPUT_TYPE_ANALOGVGAOVERLAY output-type | ||
| 335 | |||
| 336 | replace define V4L2_OUT_CAP_DV_TIMINGS output-capabilities | ||
| 337 | replace define V4L2_OUT_CAP_STD output-capabilities | ||
| 338 | replace define V4L2_OUT_CAP_NATIVE_SIZE output-capabilities | ||
| 339 | |||
| 340 | # V4L2 control flags | ||
| 341 | |||
| 342 | replace define V4L2_CTRL_FLAG_DISABLED control-flags | ||
| 343 | replace define V4L2_CTRL_FLAG_GRABBED control-flags | ||
| 344 | replace define V4L2_CTRL_FLAG_READ_ONLY control-flags | ||
| 345 | replace define V4L2_CTRL_FLAG_UPDATE control-flags | ||
| 346 | replace define V4L2_CTRL_FLAG_INACTIVE control-flags | ||
| 347 | replace define V4L2_CTRL_FLAG_SLIDER control-flags | ||
| 348 | replace define V4L2_CTRL_FLAG_WRITE_ONLY control-flags | ||
| 349 | replace define V4L2_CTRL_FLAG_VOLATILE control-flags | ||
| 350 | replace define V4L2_CTRL_FLAG_HAS_PAYLOAD control-flags | ||
| 351 | replace define V4L2_CTRL_FLAG_EXECUTE_ON_WRITE control-flags | ||
| 352 | |||
| 353 | replace define V4L2_CTRL_FLAG_NEXT_CTRL control | ||
| 354 | replace define V4L2_CTRL_FLAG_NEXT_COMPOUND control | ||
| 355 | replace define V4L2_CID_PRIVATE_BASE control | ||
| 356 | |||
| 357 | # V4L2 tuner | ||
| 358 | |||
| 359 | replace define V4L2_TUNER_CAP_LOW tuner-capability | ||
| 360 | replace define V4L2_TUNER_CAP_NORM tuner-capability | ||
| 361 | replace define V4L2_TUNER_CAP_HWSEEK_BOUNDED tuner-capability | ||
| 362 | replace define V4L2_TUNER_CAP_HWSEEK_WRAP tuner-capability | ||
| 363 | replace define V4L2_TUNER_CAP_STEREO tuner-capability | ||
| 364 | replace define V4L2_TUNER_CAP_LANG2 tuner-capability | ||
| 365 | replace define V4L2_TUNER_CAP_SAP tuner-capability | ||
| 366 | replace define V4L2_TUNER_CAP_LANG1 tuner-capability | ||
| 367 | replace define V4L2_TUNER_CAP_RDS tuner-capability | ||
| 368 | replace define V4L2_TUNER_CAP_RDS_BLOCK_IO tuner-capability | ||
| 369 | replace define V4L2_TUNER_CAP_RDS_CONTROLS tuner-capability | ||
| 370 | replace define V4L2_TUNER_CAP_FREQ_BANDS tuner-capability | ||
| 371 | replace define V4L2_TUNER_CAP_HWSEEK_PROG_LIM tuner-capability | ||
| 372 | replace define V4L2_TUNER_CAP_1HZ tuner-capability | ||
| 373 | |||
| 374 | replace define V4L2_TUNER_SUB_MONO tuner-rxsubchans | ||
| 375 | replace define V4L2_TUNER_SUB_STEREO tuner-rxsubchans | ||
| 376 | replace define V4L2_TUNER_SUB_LANG2 tuner-rxsubchans | ||
| 377 | replace define V4L2_TUNER_SUB_SAP tuner-rxsubchans | ||
| 378 | replace define V4L2_TUNER_SUB_LANG1 tuner-rxsubchans | ||
| 379 | replace define V4L2_TUNER_SUB_RDS tuner-rxsubchans | ||
| 380 | |||
| 381 | replace define V4L2_TUNER_MODE_MONO tuner-audmode | ||
| 382 | replace define V4L2_TUNER_MODE_STEREO tuner-audmode | ||
| 383 | replace define V4L2_TUNER_MODE_LANG2 tuner-audmode | ||
| 384 | replace define V4L2_TUNER_MODE_SAP tuner-audmode | ||
| 385 | replace define V4L2_TUNER_MODE_LANG1 tuner-audmode | ||
| 386 | replace define V4L2_TUNER_MODE_LANG1_LANG2 tuner-audmode | ||
| 387 | |||
| 388 | replace define V4L2_BAND_MODULATION_VSB band-modulation | ||
| 389 | replace define V4L2_BAND_MODULATION_FM band-modulation | ||
| 390 | replace define V4L2_BAND_MODULATION_AM band-modulation | ||
| 391 | |||
| 392 | replace define V4L2_RDS_BLOCK_MSK v4l2-rds-block | ||
| 393 | replace define V4L2_RDS_BLOCK_A v4l2-rds-block | ||
| 394 | replace define V4L2_RDS_BLOCK_B v4l2-rds-block | ||
| 395 | replace define V4L2_RDS_BLOCK_C v4l2-rds-block | ||
| 396 | replace define V4L2_RDS_BLOCK_D v4l2-rds-block | ||
| 397 | replace define V4L2_RDS_BLOCK_C_ALT v4l2-rds-block | ||
| 398 | replace define V4L2_RDS_BLOCK_INVALID v4l2-rds-block | ||
| 399 | replace define V4L2_RDS_BLOCK_CORRECTED v4l2-rds-block | ||
| 400 | replace define V4L2_RDS_BLOCK_ERROR v4l2-rds-block | ||
| 401 | |||
| 402 | # V4L2 audio | ||
| 403 | |||
| 404 | replace define V4L2_AUDCAP_STEREO audio-capability | ||
| 405 | replace define V4L2_AUDCAP_AVL audio-capability | ||
| 406 | |||
| 407 | replace define V4L2_AUDMODE_AVL audio-mode | ||
| 408 | |||
| 409 | # MPEG | ||
| 410 | |||
| 411 | replace define V4L2_ENC_IDX_FRAME_I v4l2-enc-idx | ||
| 412 | replace define V4L2_ENC_IDX_FRAME_P v4l2-enc-idx | ||
| 413 | replace define V4L2_ENC_IDX_FRAME_B v4l2-enc-idx | ||
| 414 | replace define V4L2_ENC_IDX_FRAME_MASK v4l2-enc-idx | ||
| 415 | replace define V4L2_ENC_IDX_ENTRIES v4l2-enc-idx | ||
| 416 | |||
| 417 | replace define V4L2_ENC_CMD_START encoder-cmds | ||
| 418 | replace define V4L2_ENC_CMD_STOP encoder-cmds | ||
| 419 | replace define V4L2_ENC_CMD_PAUSE encoder-cmds | ||
| 420 | replace define V4L2_ENC_CMD_RESUME encoder-cmds | ||
| 421 | |||
| 422 | replace define V4L2_ENC_CMD_STOP_AT_GOP_END encoder-flags | ||
| 423 | |||
| 424 | replace define V4L2_DEC_CMD_START decoder-cmds | ||
| 425 | replace define V4L2_DEC_CMD_STOP decoder-cmds | ||
| 426 | replace define V4L2_DEC_CMD_PAUSE decoder-cmds | ||
| 427 | replace define V4L2_DEC_CMD_RESUME decoder-cmds | ||
| 428 | |||
| 429 | replace define V4L2_DEC_CMD_START_MUTE_AUDIO decoder-cmds | ||
| 430 | replace define V4L2_DEC_CMD_PAUSE_TO_BLACK decoder-cmds | ||
| 431 | replace define V4L2_DEC_CMD_STOP_TO_BLACK decoder-cmds | ||
| 432 | replace define V4L2_DEC_CMD_STOP_IMMEDIATELY decoder-cmds | ||
| 433 | |||
| 434 | replace define V4L2_DEC_START_FMT_NONE decoder-cmds | ||
| 435 | replace define V4L2_DEC_START_FMT_GOP decoder-cmds | ||
| 436 | |||
| 437 | # V4L2 VBI | ||
| 438 | |||
| 439 | replace define V4L2_VBI_UNSYNC vbifmt-flags | ||
| 440 | replace define V4L2_VBI_INTERLACED vbifmt-flags | ||
| 441 | |||
| 442 | replace define V4L2_VBI_ITU_525_F1_START v4l2-vbi-format | ||
| 443 | replace define V4L2_VBI_ITU_525_F2_START v4l2-vbi-format | ||
| 444 | replace define V4L2_VBI_ITU_625_F1_START v4l2-vbi-format | ||
| 445 | replace define V4L2_VBI_ITU_625_F2_START v4l2-vbi-format | ||
| 446 | |||
| 447 | |||
| 448 | replace define V4L2_SLICED_TELETEXT_B vbi-services | ||
| 449 | replace define V4L2_SLICED_VPS vbi-services | ||
| 450 | replace define V4L2_SLICED_CAPTION_525 vbi-services | ||
| 451 | replace define V4L2_SLICED_WSS_625 vbi-services | ||
| 452 | replace define V4L2_SLICED_VBI_525 vbi-services | ||
| 453 | replace define V4L2_SLICED_VBI_625 vbi-services | ||
| 454 | |||
| 455 | replace define V4L2_MPEG_VBI_IVTV_TELETEXT_B ITV0-Line-Identifier-Constants | ||
| 456 | replace define V4L2_MPEG_VBI_IVTV_CAPTION_525 ITV0-Line-Identifier-Constants | ||
| 457 | replace define V4L2_MPEG_VBI_IVTV_WSS_625 ITV0-Line-Identifier-Constants | ||
| 458 | replace define V4L2_MPEG_VBI_IVTV_VPS ITV0-Line-Identifier-Constants | ||
| 459 | |||
| 460 | replace define V4L2_MPEG_VBI_IVTV_MAGIC0 v4l2-mpeg-vbi-fmt-ivtv-magic | ||
| 461 | replace define V4L2_MPEG_VBI_IVTV_MAGIC1 v4l2-mpeg-vbi-fmt-ivtv-magic | ||
| 462 | |||
| 463 | # V4L2 events | ||
| 464 | |||
| 465 | replace define V4L2_EVENT_ALL event-type | ||
| 466 | replace define V4L2_EVENT_VSYNC event-type | ||
| 467 | replace define V4L2_EVENT_EOS event-type | ||
| 468 | replace define V4L2_EVENT_CTRL event-type | ||
| 469 | replace define V4L2_EVENT_FRAME_SYNC event-type | ||
| 470 | replace define V4L2_EVENT_SOURCE_CHANGE event-type | ||
| 471 | replace define V4L2_EVENT_MOTION_DET event-type | ||
| 472 | replace define V4L2_EVENT_PRIVATE_START event-type | ||
| 473 | |||
| 474 | replace define V4L2_EVENT_CTRL_CH_VALUE ctrl-changes-flags | ||
| 475 | replace define V4L2_EVENT_CTRL_CH_FLAGS ctrl-changes-flags | ||
| 476 | replace define V4L2_EVENT_CTRL_CH_RANGE ctrl-changes-flags | ||
| 477 | |||
| 478 | replace define V4L2_EVENT_SRC_CH_RESOLUTION src-changes-flags | ||
| 479 | |||
| 480 | replace define V4L2_EVENT_MD_FL_HAVE_FRAME_SEQ v4l2-event-motion-det | ||
| 481 | |||
| 482 | replace define V4L2_EVENT_SUB_FL_SEND_INITIAL event-flags | ||
| 483 | replace define V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK event-flags | ||
| 484 | |||
| 485 | # V4L2 debugging | ||
| 486 | replace define V4L2_CHIP_MATCH_BRIDGE vidioc_dbg_g_register | ||
| 487 | replace define V4L2_CHIP_MATCH_SUBDEV vidioc_dbg_g_register | ||
| 488 | replace define V4L2_CHIP_MATCH_HOST vidioc_dbg_g_register | ||
| 489 | replace define V4L2_CHIP_MATCH_I2C_DRIVER vidioc_dbg_g_register | ||
| 490 | replace define V4L2_CHIP_MATCH_I2C_ADDR vidioc_dbg_g_register | ||
| 491 | replace define V4L2_CHIP_MATCH_AC97 vidioc_dbg_g_register | ||
| 492 | |||
| 493 | replace define V4L2_CHIP_FL_READABLE vidioc_dbg_g_register | ||
| 494 | replace define V4L2_CHIP_FL_WRITABLE vidioc_dbg_g_register | ||
| 495 | |||
| 496 | # Ignore reserved ioctl and ancillary macros | ||
| 497 | |||
| 498 | ignore define VIDEO_MAX_FRAME | ||
| 499 | ignore define VIDEO_MAX_PLANES | ||
| 500 | ignore define v4l2_fourcc | ||
| 501 | ignore define v4l2_fourcc_be | ||
| 502 | ignore define V4L2_FIELD_HAS_TOP | ||
| 503 | ignore define V4L2_FIELD_HAS_BOTTOM | ||
| 504 | ignore define V4L2_FIELD_HAS_BOTH | ||
| 505 | ignore define V4L2_FIELD_HAS_T_OR_B | ||
| 506 | ignore define V4L2_TYPE_IS_MULTIPLANAR | ||
| 507 | ignore define V4L2_TYPE_IS_OUTPUT | ||
| 508 | ignore define V4L2_TUNER_ADC | ||
| 509 | ignore define V4L2_MAP_COLORSPACE_DEFAULT | ||
| 510 | ignore define V4L2_MAP_XFER_FUNC_DEFAULT | ||
| 511 | ignore define V4L2_MAP_YCBCR_ENC_DEFAULT | ||
| 512 | ignore define V4L2_DV_BT_BLANKING_WIDTH | ||
| 513 | ignore define V4L2_DV_BT_FRAME_WIDTH | ||
| 514 | ignore define V4L2_DV_BT_BLANKING_HEIGHT | ||
| 515 | ignore define V4L2_DV_BT_FRAME_HEIGHT | ||
| 516 | ignore define V4L2_IN_CAP_CUSTOM_TIMINGS | ||
| 517 | ignore define V4L2_CTRL_ID_MASK | ||
| 518 | ignore define V4L2_CTRL_ID2CLASS | ||
| 519 | ignore define V4L2_CTRL_ID2WHICH | ||
| 520 | ignore define V4L2_CTRL_DRIVER_PRIV | ||
| 521 | ignore define V4L2_CTRL_MAX_DIMS | ||
| 522 | ignore define V4L2_CTRL_WHICH_CUR_VAL | ||
| 523 | ignore define V4L2_CTRL_WHICH_DEF_VAL | ||
| 524 | ignore define V4L2_OUT_CAP_CUSTOM_TIMINGS | ||
| 525 | ignore define V4L2_CID_MAX_CTRLS | ||
| 526 | |||
| 446 | ignore ioctl VIDIOC_RESERVED | 527 | ignore ioctl VIDIOC_RESERVED |
| 528 | ignore define BASE_VIDIOC_PRIVATE | ||
| 447 | 529 | ||
| 448 | # Associate ioctls with their counterparts | 530 | # Associate ioctls with their counterparts |
| 449 | replace ioctl VIDIOC_DBG_S_REGISTER vidioc_dbg_g_register | 531 | replace ioctl VIDIOC_DBG_S_REGISTER vidioc_dbg_g_register |
