Lines Matching refs:_IOWR
1346 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc)
1347 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
1348 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
1353 #define VIDIOC_REQBUFS _IOWR('V', 8, struct v4l2_requestbuffers)
1354 #define VIDIOC_QUERYBUF _IOWR('V', 9, struct v4l2_buffer)
1358 #define VIDIOC_QBUF _IOWR('V', 15, struct v4l2_buffer)
1359 #define VIDIOC_DQBUF _IOWR('V', 17, struct v4l2_buffer)
1362 #define VIDIOC_G_PARM _IOWR('V', 21, struct v4l2_streamparm)
1363 #define VIDIOC_S_PARM _IOWR('V', 22, struct v4l2_streamparm)
1366 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
1367 #define VIDIOC_ENUMINPUT _IOWR('V', 26, struct v4l2_input)
1368 #define VIDIOC_G_CTRL _IOWR('V', 27, struct v4l2_control)
1369 #define VIDIOC_S_CTRL _IOWR('V', 28, struct v4l2_control)
1370 #define VIDIOC_G_TUNER _IOWR('V', 29, struct v4l2_tuner)
1374 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
1375 #define VIDIOC_QUERYMENU _IOWR('V', 37, struct v4l2_querymenu)
1377 #define VIDIOC_S_INPUT _IOWR('V', 39, int)
1379 #define VIDIOC_S_OUTPUT _IOWR('V', 47, int)
1380 #define VIDIOC_ENUMOUTPUT _IOWR('V', 48, struct v4l2_output)
1383 #define VIDIOC_G_MODULATOR _IOWR('V', 54, struct v4l2_modulator)
1385 #define VIDIOC_G_FREQUENCY _IOWR('V', 56, struct v4l2_frequency)
1387 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap)
1388 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop)
1393 #define VIDIOC_TRY_FMT _IOWR('V', 64, struct v4l2_format)
1394 #define VIDIOC_ENUMAUDIO _IOWR('V', 65, struct v4l2_audio)
1395 #define VIDIOC_ENUMAUDOUT _IOWR('V', 66, struct v4l2_audioout)
1402 #define VIDIOC_G_EXT_CTRLS _IOWR('V', 71, struct v4l2_ext_controls)
1403 #define VIDIOC_S_EXT_CTRLS _IOWR('V', 72, struct v4l2_ext_controls)
1404 #define VIDIOC_TRY_EXT_CTRLS _IOWR('V', 73, struct v4l2_ext_controls)
1408 #define VIDIOC_OVERLAY_OLD _IOWR('V', 14, int)
1411 #define VIDIOC_G_AUDIO_OLD _IOWR('V', 33, struct v4l2_audio)
1412 #define VIDIOC_G_AUDOUT_OLD _IOWR('V', 49, struct v4l2_audioout)