Mauro Carvalho Chehab | 9f97b30 | 2016-07-07 11:05:38 -0300 | [diff] [blame] | 1 | # Ignore header name |
| 2 | ignore define _UAPI__LINUX_VIDEODEV2_H |
| 3 | |
| 4 | # |
| 5 | # The cross reference valitator for videodev2.h DocBook never cared |
| 6 | # about enum symbols or defines. Yet, they're all (or almost all?) |
| 7 | # handled inside V4L API sections. So, for now, it is safe to just |
| 8 | # ignore. This should be revisited, as validating it helps to avoid |
| 9 | # having something not documented at the uAPI. |
| 10 | # |
| 11 | |
| 12 | # for now, ignore all enum symbols |
| 13 | ignore symbol V4L2_BUF_TYPE_PRIVATE |
| 14 | ignore symbol V4L2_BUF_TYPE_SDR_CAPTURE |
| 15 | ignore symbol V4L2_BUF_TYPE_SDR_OUTPUT |
| 16 | ignore symbol V4L2_BUF_TYPE_SLICED_VBI_CAPTURE |
| 17 | ignore symbol V4L2_BUF_TYPE_SLICED_VBI_OUTPUT |
| 18 | ignore symbol V4L2_BUF_TYPE_VBI_CAPTURE |
| 19 | ignore symbol V4L2_BUF_TYPE_VBI_OUTPUT |
| 20 | ignore symbol V4L2_BUF_TYPE_VIDEO_CAPTURE |
| 21 | ignore symbol V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE |
| 22 | ignore symbol V4L2_BUF_TYPE_VIDEO_OUTPUT |
| 23 | ignore symbol V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE |
| 24 | ignore symbol V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY |
| 25 | ignore symbol V4L2_BUF_TYPE_VIDEO_OVERLAY |
| 26 | ignore symbol V4L2_COLORSPACE_470_SYSTEM_BG |
| 27 | ignore symbol V4L2_COLORSPACE_470_SYSTEM_M |
| 28 | ignore symbol V4L2_COLORSPACE_ADOBERGB |
| 29 | ignore symbol V4L2_COLORSPACE_BT2020 |
| 30 | ignore symbol V4L2_COLORSPACE_BT878 |
| 31 | ignore symbol V4L2_COLORSPACE_DCI_P3 |
| 32 | ignore symbol V4L2_COLORSPACE_DEFAULT |
| 33 | ignore symbol V4L2_COLORSPACE_JPEG |
| 34 | ignore symbol V4L2_COLORSPACE_RAW |
| 35 | ignore symbol V4L2_COLORSPACE_REC709 |
| 36 | ignore symbol V4L2_COLORSPACE_SMPTE170M |
| 37 | ignore symbol V4L2_COLORSPACE_SMPTE240M |
| 38 | ignore symbol V4L2_COLORSPACE_SRGB |
| 39 | ignore symbol V4L2_CTRL_COMPOUND_TYPES |
| 40 | ignore symbol V4L2_CTRL_TYPE_BITMASK |
| 41 | ignore symbol V4L2_CTRL_TYPE_BOOLEAN |
| 42 | ignore symbol V4L2_CTRL_TYPE_BUTTON |
| 43 | ignore symbol V4L2_CTRL_TYPE_CTRL_CLASS |
| 44 | ignore symbol V4L2_CTRL_TYPE_INTEGER |
| 45 | ignore symbol V4L2_CTRL_TYPE_INTEGER64 |
| 46 | ignore symbol V4L2_CTRL_TYPE_INTEGER_MENU |
| 47 | ignore symbol V4L2_CTRL_TYPE_MENU |
| 48 | ignore symbol V4L2_CTRL_TYPE_STRING |
| 49 | ignore symbol V4L2_CTRL_TYPE_U16 |
| 50 | ignore symbol V4L2_CTRL_TYPE_U32 |
| 51 | ignore symbol V4L2_CTRL_TYPE_U8 |
| 52 | ignore symbol V4L2_FIELD_ALTERNATE |
| 53 | ignore symbol V4L2_FIELD_ANY |
| 54 | ignore symbol V4L2_FIELD_BOTTOM |
| 55 | ignore symbol V4L2_FIELD_INTERLACED |
| 56 | ignore symbol V4L2_FIELD_INTERLACED_BT |
| 57 | ignore symbol V4L2_FIELD_INTERLACED_TB |
| 58 | ignore symbol V4L2_FIELD_NONE |
| 59 | ignore symbol V4L2_FIELD_SEQ_BT |
| 60 | ignore symbol V4L2_FIELD_SEQ_TB |
| 61 | ignore symbol V4L2_FIELD_TOP |
| 62 | ignore symbol V4L2_FRMIVAL_TYPE_CONTINUOUS |
| 63 | ignore symbol V4L2_FRMIVAL_TYPE_DISCRETE |
| 64 | ignore symbol V4L2_FRMIVAL_TYPE_STEPWISE |
| 65 | ignore symbol V4L2_FRMSIZE_TYPE_CONTINUOUS |
| 66 | ignore symbol V4L2_FRMSIZE_TYPE_DISCRETE |
| 67 | ignore symbol V4L2_FRMSIZE_TYPE_STEPWISE |
| 68 | ignore symbol V4L2_MEMORY_DMABUF |
| 69 | ignore symbol V4L2_MEMORY_MMAP |
| 70 | ignore symbol V4L2_MEMORY_OVERLAY |
| 71 | ignore symbol V4L2_MEMORY_USERPTR |
| 72 | ignore symbol V4L2_PRIORITY_BACKGROUND |
| 73 | ignore symbol V4L2_PRIORITY_DEFAULT |
| 74 | ignore symbol V4L2_PRIORITY_INTERACTIVE |
| 75 | ignore symbol V4L2_PRIORITY_RECORD |
| 76 | ignore symbol V4L2_PRIORITY_UNSET |
| 77 | ignore symbol V4L2_QUANTIZATION_DEFAULT |
| 78 | ignore symbol V4L2_QUANTIZATION_FULL_RANGE |
| 79 | ignore symbol V4L2_QUANTIZATION_LIM_RANGE |
| 80 | ignore symbol V4L2_TUNER_ANALOG_TV |
| 81 | ignore symbol V4L2_TUNER_DIGITAL_TV |
| 82 | ignore symbol V4L2_TUNER_RADIO |
| 83 | ignore symbol V4L2_TUNER_RF |
| 84 | ignore symbol V4L2_TUNER_SDR |
| 85 | ignore symbol V4L2_XFER_FUNC_709 |
| 86 | ignore symbol V4L2_XFER_FUNC_ADOBERGB |
| 87 | ignore symbol V4L2_XFER_FUNC_DCI_P3 |
| 88 | ignore symbol V4L2_XFER_FUNC_DEFAULT |
| 89 | ignore symbol V4L2_XFER_FUNC_NONE |
| 90 | ignore symbol V4L2_XFER_FUNC_SMPTE2084 |
| 91 | ignore symbol V4L2_XFER_FUNC_SMPTE240M |
| 92 | ignore symbol V4L2_XFER_FUNC_SRGB |
| 93 | ignore symbol V4L2_YCBCR_ENC_601 |
| 94 | ignore symbol V4L2_YCBCR_ENC_709 |
| 95 | ignore symbol V4L2_YCBCR_ENC_BT2020 |
| 96 | ignore symbol V4L2_YCBCR_ENC_BT2020_CONST_LUM |
| 97 | ignore symbol V4L2_YCBCR_ENC_DEFAULT |
| 98 | ignore symbol V4L2_YCBCR_ENC_SMPTE240M |
| 99 | ignore symbol V4L2_YCBCR_ENC_SYCC |
| 100 | ignore symbol V4L2_YCBCR_ENC_XV601 |
| 101 | ignore symbol V4L2_YCBCR_ENC_XV709 |
| 102 | |
| 103 | # For now, ignore all defines |
| 104 | ignore define VIDEO_MAX_FRAME |
| 105 | ignore define VIDEO_MAX_PLANES |
| 106 | ignore define v4l2_fourcc |
| 107 | ignore define v4l2_fourcc_be |
| 108 | ignore define V4L2_FIELD_HAS_TOP |
| 109 | ignore define V4L2_FIELD_HAS_BOTTOM |
| 110 | ignore define V4L2_FIELD_HAS_BOTH |
| 111 | ignore define V4L2_FIELD_HAS_T_OR_B |
| 112 | ignore define V4L2_TYPE_IS_MULTIPLANAR |
| 113 | ignore define V4L2_TYPE_IS_OUTPUT |
| 114 | ignore define V4L2_TUNER_ADC |
| 115 | ignore define V4L2_MAP_COLORSPACE_DEFAULT |
| 116 | ignore define V4L2_MAP_XFER_FUNC_DEFAULT |
| 117 | ignore define V4L2_MAP_YCBCR_ENC_DEFAULT |
| 118 | ignore define V4L2_CAP_VIDEO_CAPTURE |
| 119 | ignore define V4L2_CAP_VIDEO_OUTPUT |
| 120 | ignore define V4L2_CAP_VIDEO_OVERLAY |
| 121 | ignore define V4L2_CAP_VBI_CAPTURE |
| 122 | ignore define V4L2_CAP_VBI_OUTPUT |
| 123 | ignore define V4L2_CAP_SLICED_VBI_CAPTURE |
| 124 | ignore define V4L2_CAP_SLICED_VBI_OUTPUT |
| 125 | ignore define V4L2_CAP_RDS_CAPTURE |
| 126 | ignore define V4L2_CAP_VIDEO_OUTPUT_OVERLAY |
| 127 | ignore define V4L2_CAP_HW_FREQ_SEEK |
| 128 | ignore define V4L2_CAP_RDS_OUTPUT |
| 129 | ignore define V4L2_CAP_VIDEO_CAPTURE_MPLANE |
| 130 | ignore define V4L2_CAP_VIDEO_OUTPUT_MPLANE |
| 131 | ignore define V4L2_CAP_VIDEO_M2M_MPLANE |
| 132 | ignore define V4L2_CAP_VIDEO_M2M |
| 133 | ignore define V4L2_CAP_TUNER |
| 134 | ignore define V4L2_CAP_AUDIO |
| 135 | ignore define V4L2_CAP_RADIO |
| 136 | ignore define V4L2_CAP_MODULATOR |
| 137 | ignore define V4L2_CAP_SDR_CAPTURE |
| 138 | ignore define V4L2_CAP_EXT_PIX_FORMAT |
| 139 | ignore define V4L2_CAP_SDR_OUTPUT |
| 140 | ignore define V4L2_CAP_READWRITE |
| 141 | ignore define V4L2_CAP_ASYNCIO |
| 142 | ignore define V4L2_CAP_STREAMING |
| 143 | ignore define V4L2_CAP_DEVICE_CAPS |
Mauro Carvalho Chehab | 9f97b30 | 2016-07-07 11:05:38 -0300 | [diff] [blame] | 144 | ignore define V4L2_PIX_FMT_PRIV_MAGIC |
| 145 | ignore define V4L2_PIX_FMT_FLAG_PREMUL_ALPHA |
| 146 | ignore define V4L2_FMT_FLAG_COMPRESSED |
| 147 | ignore define V4L2_FMT_FLAG_EMULATED |
| 148 | ignore define V4L2_TC_TYPE_24FPS |
| 149 | ignore define V4L2_TC_TYPE_25FPS |
| 150 | ignore define V4L2_TC_TYPE_30FPS |
| 151 | ignore define V4L2_TC_TYPE_50FPS |
| 152 | ignore define V4L2_TC_TYPE_60FPS |
| 153 | ignore define V4L2_TC_FLAG_DROPFRAME |
| 154 | ignore define V4L2_TC_FLAG_COLORFRAME |
| 155 | ignore define V4L2_TC_USERBITS_field |
| 156 | ignore define V4L2_TC_USERBITS_USERDEFINED |
| 157 | ignore define V4L2_TC_USERBITS_8BITCHARS |
| 158 | ignore define V4L2_JPEG_MARKER_DHT |
| 159 | ignore define V4L2_JPEG_MARKER_DQT |
| 160 | ignore define V4L2_JPEG_MARKER_DRI |
| 161 | ignore define V4L2_JPEG_MARKER_COM |
| 162 | ignore define V4L2_JPEG_MARKER_APP |
| 163 | ignore define V4L2_BUF_FLAG_MAPPED |
| 164 | ignore define V4L2_BUF_FLAG_QUEUED |
| 165 | ignore define V4L2_BUF_FLAG_DONE |
| 166 | ignore define V4L2_BUF_FLAG_KEYFRAME |
| 167 | ignore define V4L2_BUF_FLAG_PFRAME |
| 168 | ignore define V4L2_BUF_FLAG_BFRAME |
| 169 | ignore define V4L2_BUF_FLAG_ERROR |
| 170 | ignore define V4L2_BUF_FLAG_TIMECODE |
| 171 | ignore define V4L2_BUF_FLAG_PREPARED |
| 172 | ignore define V4L2_BUF_FLAG_NO_CACHE_INVALIDATE |
| 173 | ignore define V4L2_BUF_FLAG_NO_CACHE_CLEAN |
| 174 | ignore define V4L2_BUF_FLAG_TIMESTAMP_MASK |
| 175 | ignore define V4L2_BUF_FLAG_TIMESTAMP_UNKNOWN |
| 176 | ignore define V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC |
| 177 | ignore define V4L2_BUF_FLAG_TIMESTAMP_COPY |
| 178 | ignore define V4L2_BUF_FLAG_TSTAMP_SRC_MASK |
| 179 | ignore define V4L2_BUF_FLAG_TSTAMP_SRC_EOF |
| 180 | ignore define V4L2_BUF_FLAG_TSTAMP_SRC_SOE |
| 181 | ignore define V4L2_BUF_FLAG_LAST |
| 182 | ignore define V4L2_FBUF_CAP_EXTERNOVERLAY |
| 183 | ignore define V4L2_FBUF_CAP_CHROMAKEY |
| 184 | ignore define V4L2_FBUF_CAP_LIST_CLIPPING |
| 185 | ignore define V4L2_FBUF_CAP_BITMAP_CLIPPING |
| 186 | ignore define V4L2_FBUF_CAP_LOCAL_ALPHA |
| 187 | ignore define V4L2_FBUF_CAP_GLOBAL_ALPHA |
| 188 | ignore define V4L2_FBUF_CAP_LOCAL_INV_ALPHA |
| 189 | ignore define V4L2_FBUF_CAP_SRC_CHROMAKEY |
| 190 | ignore define V4L2_FBUF_FLAG_PRIMARY |
| 191 | ignore define V4L2_FBUF_FLAG_OVERLAY |
| 192 | ignore define V4L2_FBUF_FLAG_CHROMAKEY |
| 193 | ignore define V4L2_FBUF_FLAG_LOCAL_ALPHA |
| 194 | ignore define V4L2_FBUF_FLAG_GLOBAL_ALPHA |
| 195 | ignore define V4L2_FBUF_FLAG_LOCAL_INV_ALPHA |
| 196 | ignore define V4L2_FBUF_FLAG_SRC_CHROMAKEY |
| 197 | ignore define V4L2_MODE_HIGHQUALITY |
| 198 | ignore define V4L2_CAP_TIMEPERFRAME |
Mauro Carvalho Chehab | 9f97b30 | 2016-07-07 11:05:38 -0300 | [diff] [blame] | 199 | ignore define V4L2_DV_PROGRESSIVE |
| 200 | ignore define V4L2_DV_INTERLACED |
| 201 | ignore define V4L2_DV_VSYNC_POS_POL |
| 202 | ignore define V4L2_DV_HSYNC_POS_POL |
| 203 | ignore define V4L2_DV_BT_STD_CEA861 |
| 204 | ignore define V4L2_DV_BT_STD_DMT |
| 205 | ignore define V4L2_DV_BT_STD_CVT |
| 206 | ignore define V4L2_DV_BT_STD_GTF |
| 207 | ignore define V4L2_DV_FL_REDUCED_BLANKING |
| 208 | ignore define V4L2_DV_FL_CAN_REDUCE_FPS |
| 209 | ignore define V4L2_DV_FL_REDUCED_FPS |
| 210 | ignore define V4L2_DV_FL_HALF_LINE |
| 211 | ignore define V4L2_DV_FL_IS_CE_VIDEO |
| 212 | ignore define V4L2_DV_BT_BLANKING_WIDTH(bt) |
| 213 | ignore define V4L2_DV_BT_FRAME_WIDTH(bt) |
| 214 | ignore define V4L2_DV_BT_BLANKING_HEIGHT(bt) |
| 215 | ignore define V4L2_DV_BT_FRAME_HEIGHT(bt) |
| 216 | ignore define V4L2_DV_BT_656_1120 |
| 217 | ignore define V4L2_DV_BT_CAP_INTERLACED |
| 218 | ignore define V4L2_DV_BT_CAP_PROGRESSIVE |
| 219 | ignore define V4L2_DV_BT_CAP_REDUCED_BLANKING |
| 220 | ignore define V4L2_DV_BT_CAP_CUSTOM |
| 221 | ignore define V4L2_INPUT_TYPE_TUNER |
| 222 | ignore define V4L2_INPUT_TYPE_CAMERA |
| 223 | ignore define V4L2_IN_ST_NO_POWER |
| 224 | ignore define V4L2_IN_ST_NO_SIGNAL |
| 225 | ignore define V4L2_IN_ST_NO_COLOR |
| 226 | ignore define V4L2_IN_ST_HFLIP |
| 227 | ignore define V4L2_IN_ST_VFLIP |
| 228 | ignore define V4L2_IN_ST_NO_H_LOCK |
| 229 | ignore define V4L2_IN_ST_COLOR_KILL |
| 230 | ignore define V4L2_IN_ST_NO_SYNC |
| 231 | ignore define V4L2_IN_ST_NO_EQU |
| 232 | ignore define V4L2_IN_ST_NO_CARRIER |
| 233 | ignore define V4L2_IN_ST_MACROVISION |
| 234 | ignore define V4L2_IN_ST_NO_ACCESS |
| 235 | ignore define V4L2_IN_ST_VTR |
| 236 | ignore define V4L2_IN_CAP_DV_TIMINGS |
| 237 | ignore define V4L2_IN_CAP_CUSTOM_TIMINGS |
| 238 | ignore define V4L2_IN_CAP_STD |
| 239 | ignore define V4L2_IN_CAP_NATIVE_SIZE |
| 240 | ignore define V4L2_OUTPUT_TYPE_MODULATOR |
| 241 | ignore define V4L2_OUTPUT_TYPE_ANALOG |
| 242 | ignore define V4L2_OUTPUT_TYPE_ANALOGVGAOVERLAY |
| 243 | ignore define V4L2_OUT_CAP_DV_TIMINGS |
| 244 | ignore define V4L2_OUT_CAP_CUSTOM_TIMINGS |
| 245 | ignore define V4L2_OUT_CAP_STD |
| 246 | ignore define V4L2_OUT_CAP_NATIVE_SIZE |
| 247 | ignore define V4L2_CTRL_ID_MASK |
| 248 | ignore define V4L2_CTRL_ID2CLASS(id) |
| 249 | ignore define V4L2_CTRL_ID2WHICH(id) |
| 250 | ignore define V4L2_CTRL_DRIVER_PRIV(id) |
| 251 | ignore define V4L2_CTRL_MAX_DIMS |
| 252 | ignore define V4L2_CTRL_WHICH_CUR_VAL |
| 253 | ignore define V4L2_CTRL_WHICH_DEF_VAL |
| 254 | ignore define V4L2_CTRL_FLAG_DISABLED |
| 255 | ignore define V4L2_CTRL_FLAG_GRABBED |
| 256 | ignore define V4L2_CTRL_FLAG_READ_ONLY |
| 257 | ignore define V4L2_CTRL_FLAG_UPDATE |
| 258 | ignore define V4L2_CTRL_FLAG_INACTIVE |
| 259 | ignore define V4L2_CTRL_FLAG_SLIDER |
| 260 | ignore define V4L2_CTRL_FLAG_WRITE_ONLY |
| 261 | ignore define V4L2_CTRL_FLAG_VOLATILE |
| 262 | ignore define V4L2_CTRL_FLAG_HAS_PAYLOAD |
| 263 | ignore define V4L2_CTRL_FLAG_EXECUTE_ON_WRITE |
| 264 | ignore define V4L2_CTRL_FLAG_NEXT_CTRL |
| 265 | ignore define V4L2_CTRL_FLAG_NEXT_COMPOUND |
| 266 | ignore define V4L2_CID_MAX_CTRLS |
| 267 | ignore define V4L2_CID_PRIVATE_BASE |
| 268 | ignore define V4L2_TUNER_CAP_LOW |
| 269 | ignore define V4L2_TUNER_CAP_NORM |
| 270 | ignore define V4L2_TUNER_CAP_HWSEEK_BOUNDED |
| 271 | ignore define V4L2_TUNER_CAP_HWSEEK_WRAP |
| 272 | ignore define V4L2_TUNER_CAP_STEREO |
| 273 | ignore define V4L2_TUNER_CAP_LANG2 |
| 274 | ignore define V4L2_TUNER_CAP_SAP |
| 275 | ignore define V4L2_TUNER_CAP_LANG1 |
| 276 | ignore define V4L2_TUNER_CAP_RDS |
| 277 | ignore define V4L2_TUNER_CAP_RDS_BLOCK_IO |
| 278 | ignore define V4L2_TUNER_CAP_RDS_CONTROLS |
| 279 | ignore define V4L2_TUNER_CAP_FREQ_BANDS |
| 280 | ignore define V4L2_TUNER_CAP_HWSEEK_PROG_LIM |
| 281 | ignore define V4L2_TUNER_CAP_1HZ |
| 282 | ignore define V4L2_TUNER_SUB_MONO |
| 283 | ignore define V4L2_TUNER_SUB_STEREO |
| 284 | ignore define V4L2_TUNER_SUB_LANG2 |
| 285 | ignore define V4L2_TUNER_SUB_SAP |
| 286 | ignore define V4L2_TUNER_SUB_LANG1 |
| 287 | ignore define V4L2_TUNER_SUB_RDS |
| 288 | ignore define V4L2_TUNER_MODE_MONO |
| 289 | ignore define V4L2_TUNER_MODE_STEREO |
| 290 | ignore define V4L2_TUNER_MODE_LANG2 |
| 291 | ignore define V4L2_TUNER_MODE_SAP |
| 292 | ignore define V4L2_TUNER_MODE_LANG1 |
| 293 | ignore define V4L2_TUNER_MODE_LANG1_LANG2 |
| 294 | ignore define V4L2_BAND_MODULATION_VSB |
| 295 | ignore define V4L2_BAND_MODULATION_FM |
| 296 | ignore define V4L2_BAND_MODULATION_AM |
| 297 | ignore define V4L2_RDS_BLOCK_MSK |
| 298 | ignore define V4L2_RDS_BLOCK_A |
| 299 | ignore define V4L2_RDS_BLOCK_B |
| 300 | ignore define V4L2_RDS_BLOCK_C |
| 301 | ignore define V4L2_RDS_BLOCK_D |
| 302 | ignore define V4L2_RDS_BLOCK_C_ALT |
| 303 | ignore define V4L2_RDS_BLOCK_INVALID |
| 304 | ignore define V4L2_RDS_BLOCK_CORRECTED |
| 305 | ignore define V4L2_RDS_BLOCK_ERROR |
| 306 | ignore define V4L2_AUDCAP_STEREO |
| 307 | ignore define V4L2_AUDCAP_AVL |
| 308 | ignore define V4L2_AUDMODE_AVL |
| 309 | ignore define V4L2_ENC_IDX_FRAME_I |
| 310 | ignore define V4L2_ENC_IDX_FRAME_P |
| 311 | ignore define V4L2_ENC_IDX_FRAME_B |
| 312 | ignore define V4L2_ENC_IDX_FRAME_MASK |
| 313 | ignore define V4L2_ENC_IDX_ENTRIES |
| 314 | ignore define V4L2_ENC_CMD_START |
| 315 | ignore define V4L2_ENC_CMD_STOP |
| 316 | ignore define V4L2_ENC_CMD_PAUSE |
| 317 | ignore define V4L2_ENC_CMD_RESUME |
| 318 | ignore define V4L2_ENC_CMD_STOP_AT_GOP_END |
| 319 | ignore define V4L2_DEC_CMD_START |
| 320 | ignore define V4L2_DEC_CMD_STOP |
| 321 | ignore define V4L2_DEC_CMD_PAUSE |
| 322 | ignore define V4L2_DEC_CMD_RESUME |
| 323 | ignore define V4L2_DEC_CMD_START_MUTE_AUDIO |
| 324 | ignore define V4L2_DEC_CMD_PAUSE_TO_BLACK |
| 325 | ignore define V4L2_DEC_CMD_STOP_TO_BLACK |
| 326 | ignore define V4L2_DEC_CMD_STOP_IMMEDIATELY |
| 327 | ignore define V4L2_DEC_START_FMT_NONE |
| 328 | ignore define V4L2_DEC_START_FMT_GOP |
| 329 | ignore define V4L2_VBI_UNSYNC |
| 330 | ignore define V4L2_VBI_INTERLACED |
| 331 | ignore define V4L2_VBI_ITU_525_F1_START |
| 332 | ignore define V4L2_VBI_ITU_525_F2_START |
| 333 | ignore define V4L2_VBI_ITU_625_F1_START |
| 334 | ignore define V4L2_VBI_ITU_625_F2_START |
| 335 | ignore define V4L2_SLICED_TELETEXT_B |
| 336 | ignore define V4L2_SLICED_VPS |
| 337 | ignore define V4L2_SLICED_CAPTION_525 |
| 338 | ignore define V4L2_SLICED_WSS_625 |
| 339 | ignore define V4L2_SLICED_VBI_525 |
| 340 | ignore define V4L2_SLICED_VBI_625 |
| 341 | ignore define V4L2_MPEG_VBI_IVTV_TELETEXT_B |
| 342 | ignore define V4L2_MPEG_VBI_IVTV_CAPTION_525 |
| 343 | ignore define V4L2_MPEG_VBI_IVTV_WSS_625 |
| 344 | ignore define V4L2_MPEG_VBI_IVTV_VPS |
| 345 | ignore define V4L2_MPEG_VBI_IVTV_MAGIC0 |
| 346 | ignore define V4L2_MPEG_VBI_IVTV_MAGIC1 |
| 347 | ignore define V4L2_EVENT_ALL |
| 348 | ignore define V4L2_EVENT_VSYNC |
| 349 | ignore define V4L2_EVENT_EOS |
| 350 | ignore define V4L2_EVENT_CTRL |
| 351 | ignore define V4L2_EVENT_FRAME_SYNC |
| 352 | ignore define V4L2_EVENT_SOURCE_CHANGE |
| 353 | ignore define V4L2_EVENT_PRIVATE_START |
| 354 | ignore define V4L2_EVENT_CTRL_CH_VALUE |
| 355 | ignore define V4L2_EVENT_CTRL_CH_FLAGS |
| 356 | ignore define V4L2_EVENT_CTRL_CH_RANGE |
| 357 | ignore define V4L2_EVENT_SRC_CH_RESOLUTION |
| 358 | ignore define V4L2_EVENT_MD_FL_HAVE_FRAME_SEQ |
| 359 | ignore define V4L2_EVENT_SUB_FL_SEND_INITIAL |
| 360 | ignore define V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK |
| 361 | ignore define V4L2_CHIP_MATCH_BRIDGE |
| 362 | ignore define V4L2_CHIP_MATCH_SUBDEV |
| 363 | ignore define V4L2_CHIP_MATCH_HOST |
| 364 | ignore define V4L2_CHIP_MATCH_I2C_DRIVER |
| 365 | ignore define V4L2_CHIP_MATCH_I2C_ADDR |
| 366 | ignore define V4L2_CHIP_MATCH_AC97 |
| 367 | ignore define V4L2_CHIP_FL_READABLE |
| 368 | ignore define V4L2_CHIP_FL_WRITABLE |
| 369 | ignore define BASE_VIDIOC_PRIVATE |
| 370 | |
Mauro Carvalho Chehab | 5ed7598 | 2016-07-07 16:21:17 -0300 | [diff] [blame^] | 371 | # The V4L2_STD_foo are all defined at v4l2_std_id table |
| 372 | replace define V4L2_STD_PAL_B v4l2-std-id |
| 373 | replace define V4L2_STD_PAL_B1 v4l2-std-id |
| 374 | replace define V4L2_STD_PAL_G v4l2-std-id |
| 375 | replace define V4L2_STD_PAL_H v4l2-std-id |
| 376 | replace define V4L2_STD_PAL_I v4l2-std-id |
| 377 | replace define V4L2_STD_PAL_D v4l2-std-id |
| 378 | replace define V4L2_STD_PAL_D1 v4l2-std-id |
| 379 | replace define V4L2_STD_PAL_K v4l2-std-id |
| 380 | replace define V4L2_STD_PAL_M v4l2-std-id |
| 381 | replace define V4L2_STD_PAL_N v4l2-std-id |
| 382 | replace define V4L2_STD_PAL_Nc v4l2-std-id |
| 383 | replace define V4L2_STD_PAL_60 v4l2-std-id |
| 384 | replace define V4L2_STD_NTSC_M v4l2-std-id |
| 385 | replace define V4L2_STD_NTSC_M_JP v4l2-std-id |
| 386 | replace define V4L2_STD_NTSC_443 v4l2-std-id |
| 387 | replace define V4L2_STD_NTSC_M_KR v4l2-std-id |
| 388 | replace define V4L2_STD_SECAM_B v4l2-std-id |
| 389 | replace define V4L2_STD_SECAM_D v4l2-std-id |
| 390 | replace define V4L2_STD_SECAM_G v4l2-std-id |
| 391 | replace define V4L2_STD_SECAM_H v4l2-std-id |
| 392 | replace define V4L2_STD_SECAM_K v4l2-std-id |
| 393 | replace define V4L2_STD_SECAM_K1 v4l2-std-id |
| 394 | replace define V4L2_STD_SECAM_L v4l2-std-id |
| 395 | replace define V4L2_STD_SECAM_LC v4l2-std-id |
| 396 | replace define V4L2_STD_ATSC_8_VSB v4l2-std-id |
| 397 | replace define V4L2_STD_ATSC_16_VSB v4l2-std-id |
| 398 | replace define V4L2_STD_NTSC v4l2-std-id |
| 399 | replace define V4L2_STD_SECAM_DK v4l2-std-id |
| 400 | replace define V4L2_STD_SECAM v4l2-std-id |
| 401 | replace define V4L2_STD_PAL_BG v4l2-std-id |
| 402 | replace define V4L2_STD_PAL_DK v4l2-std-id |
| 403 | replace define V4L2_STD_PAL v4l2-std-id |
| 404 | replace define V4L2_STD_B v4l2-std-id |
| 405 | replace define V4L2_STD_G v4l2-std-id |
| 406 | replace define V4L2_STD_H v4l2-std-id |
| 407 | replace define V4L2_STD_L v4l2-std-id |
| 408 | replace define V4L2_STD_GH v4l2-std-id |
| 409 | replace define V4L2_STD_DK v4l2-std-id |
| 410 | replace define V4L2_STD_BG v4l2-std-id |
| 411 | replace define V4L2_STD_MN v4l2-std-id |
| 412 | replace define V4L2_STD_MTS v4l2-std-id |
| 413 | replace define V4L2_STD_525_60 v4l2-std-id |
| 414 | replace define V4L2_STD_625_50 v4l2-std-id |
| 415 | replace define V4L2_STD_ATSC v4l2-std-id |
| 416 | replace define V4L2_STD_UNKNOWN v4l2-std-id |
| 417 | replace define V4L2_STD_ALL v4l2-std-id |
| 418 | |
Mauro Carvalho Chehab | 9f97b30 | 2016-07-07 11:05:38 -0300 | [diff] [blame] | 419 | # Ignore reserved ioctl |
| 420 | ignore ioctl VIDIOC_RESERVED |
| 421 | |
| 422 | # Associate ioctls with their counterparts |
| 423 | replace ioctl VIDIOC_DBG_S_REGISTER vidioc_dbg_g_register |
| 424 | replace ioctl VIDIOC_DQBUF vidioc_qbuf |
| 425 | replace ioctl VIDIOC_S_AUDOUT vidioc_g_audout |
| 426 | replace ioctl VIDIOC_S_CROP vidioc_g_crop |
| 427 | replace ioctl VIDIOC_S_CTRL vidioc_g_ctrl |
| 428 | replace ioctl VIDIOC_S_DV_TIMINGS vidioc_g_dv_timings |
| 429 | replace ioctl VIDIOC_S_EDID vidioc_g_edid |
| 430 | replace ioctl VIDIOC_S_EXT_CTRLS vidioc_g_ext_ctrls |
| 431 | replace ioctl VIDIOC_S_FBUF vidioc_g_fbuf |
| 432 | replace ioctl VIDIOC_S_FMT vidioc_g_fmt |
| 433 | replace ioctl VIDIOC_S_FREQUENCY vidioc_g_frequency |
| 434 | replace ioctl VIDIOC_S_INPUT vidioc_g_input |
| 435 | replace ioctl VIDIOC_S_JPEGCOMP vidioc_g_jpegcomp |
| 436 | replace ioctl VIDIOC_S_MODULATOR vidioc_g_modulator |
| 437 | replace ioctl VIDIOC_S_OUTPUT vidioc_g_output |
| 438 | replace ioctl VIDIOC_S_PARM vidioc_g_parm |
| 439 | replace ioctl VIDIOC_S_PRIORITY vidioc_g_priority |
| 440 | replace ioctl VIDIOC_S_SELECTION vidioc_g_selection |
| 441 | replace ioctl VIDIOC_S_STD vidioc_g_std |
| 442 | replace ioctl VIDIOC_S_AUDIO vidioc_g_audio |
| 443 | replace ioctl VIDIOC_S_TUNER vidioc_g_tuner |
| 444 | replace ioctl VIDIOC_TRY_DECODER_CMD vidioc_decoder_cmd |
| 445 | replace ioctl VIDIOC_TRY_ENCODER_CMD vidioc_encoder_cmd |
| 446 | replace ioctl VIDIOC_TRY_EXT_CTRLS vidioc_g_ext_ctrls |
| 447 | replace ioctl VIDIOC_TRY_FMT vidioc_g_fmt |
| 448 | replace ioctl VIDIOC_STREAMOFF vidioc_streamon |
| 449 | replace ioctl VIDIOC_UNSUBSCRIBE_EVENT vidioc_subscribe_event |
| 450 | replace ioctl VIDIOC_QUERY_EXT_CTRL vidioc_queryctrl |
| 451 | replace ioctl VIDIOC_QUERYMENU vidioc_queryctrl |