Lines Matching refs:_IOWR

1674 #define VIDIOC_ENUM_FMT         _IOWR('V',  2, struct v4l2_fmtdesc)
1675 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
1676 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
1677 #define VIDIOC_REQBUFS _IOWR('V', 8, struct v4l2_requestbuffers)
1678 #define VIDIOC_QUERYBUF _IOWR('V', 9, struct v4l2_buffer)
1682 #define VIDIOC_QBUF _IOWR('V', 15, struct v4l2_buffer)
1683 #define VIDIOC_DQBUF _IOWR('V', 17, struct v4l2_buffer)
1686 #define VIDIOC_G_PARM _IOWR('V', 21, struct v4l2_streamparm)
1687 #define VIDIOC_S_PARM _IOWR('V', 22, struct v4l2_streamparm)
1690 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
1691 #define VIDIOC_ENUMINPUT _IOWR('V', 26, struct v4l2_input)
1692 #define VIDIOC_G_CTRL _IOWR('V', 27, struct v4l2_control)
1693 #define VIDIOC_S_CTRL _IOWR('V', 28, struct v4l2_control)
1694 #define VIDIOC_G_TUNER _IOWR('V', 29, struct v4l2_tuner)
1698 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
1699 #define VIDIOC_QUERYMENU _IOWR('V', 37, struct v4l2_querymenu)
1701 #define VIDIOC_S_INPUT _IOWR('V', 39, int)
1703 #define VIDIOC_S_OUTPUT _IOWR('V', 47, int)
1704 #define VIDIOC_ENUMOUTPUT _IOWR('V', 48, struct v4l2_output)
1707 #define VIDIOC_G_MODULATOR _IOWR('V', 54, struct v4l2_modulator)
1709 #define VIDIOC_G_FREQUENCY _IOWR('V', 56, struct v4l2_frequency)
1711 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap)
1712 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop)
1717 #define VIDIOC_TRY_FMT _IOWR('V', 64, struct v4l2_format)
1718 #define VIDIOC_ENUMAUDIO _IOWR('V', 65, struct v4l2_audio)
1719 #define VIDIOC_ENUMAUDOUT _IOWR('V', 66, struct v4l2_audioout)
1722 #define VIDIOC_G_SLICED_VBI_CAP _IOWR('V', 69, struct v4l2_sliced_vbi_cap)
1724 #define VIDIOC_G_EXT_CTRLS _IOWR('V', 71, struct v4l2_ext_controls)
1725 #define VIDIOC_S_EXT_CTRLS _IOWR('V', 72, struct v4l2_ext_controls)
1726 #define VIDIOC_TRY_EXT_CTRLS _IOWR('V', 73, struct v4l2_ext_controls)
1728 #define VIDIOC_ENUM_FRAMESIZES _IOWR('V', 74, struct v4l2_frmsizeenum)
1729 #define VIDIOC_ENUM_FRAMEINTERVALS _IOWR('V', 75, struct v4l2_frmivalenum)
1731 #define VIDIOC_ENCODER_CMD _IOWR('V', 77, struct v4l2_encoder_cmd)
1732 #define VIDIOC_TRY_ENCODER_CMD _IOWR('V', 78, struct v4l2_encoder_cmd)
1740 #define VIDIOC_DBG_G_REGISTER _IOWR('V', 80, struct v4l2_dbg_register)
1744 #define VIDIOC_DBG_G_CHIP_IDENT _IOWR('V', 81, struct v4l2_dbg_chip_ident)
1748 #define VIDIOC_ENUM_DV_PRESETS _IOWR('V', 83, struct v4l2_dv_enum_preset)
1749 #define VIDIOC_S_DV_PRESET _IOWR('V', 84, struct v4l2_dv_preset)
1750 #define VIDIOC_G_DV_PRESET _IOWR('V', 85, struct v4l2_dv_preset)
1752 #define VIDIOC_S_DV_TIMINGS _IOWR('V', 87, struct v4l2_dv_timings)
1753 #define VIDIOC_G_DV_TIMINGS _IOWR('V', 88, struct v4l2_dv_timings)
1760 #define VIDIOC_OVERLAY_OLD _IOWR('V', 14, int)
1763 #define VIDIOC_G_AUDIO_OLD _IOWR('V', 33, struct v4l2_audio)
1764 #define VIDIOC_G_AUDOUT_OLD _IOWR('V', 49, struct v4l2_audioout)