Lines Matching refs:_IOWR

2673 #define VIDIOC_ENUM_FMT         _IOWR('V',  2, struct v4l2_fmtdesc)
2674 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
2675 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
2676 #define VIDIOC_REQBUFS _IOWR('V', 8, struct v4l2_requestbuffers)
2677 #define VIDIOC_QUERYBUF _IOWR('V', 9, struct v4l2_buffer)
2681 #define VIDIOC_QBUF _IOWR('V', 15, struct v4l2_buffer)
2682 #define VIDIOC_EXPBUF _IOWR('V', 16, struct v4l2_exportbuffer)
2683 #define VIDIOC_DQBUF _IOWR('V', 17, struct v4l2_buffer)
2686 #define VIDIOC_G_PARM _IOWR('V', 21, struct v4l2_streamparm)
2687 #define VIDIOC_S_PARM _IOWR('V', 22, struct v4l2_streamparm)
2690 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard)
2691 #define VIDIOC_ENUMINPUT _IOWR('V', 26, struct v4l2_input)
2692 #define VIDIOC_G_CTRL _IOWR('V', 27, struct v4l2_control)
2693 #define VIDIOC_S_CTRL _IOWR('V', 28, struct v4l2_control)
2694 #define VIDIOC_G_TUNER _IOWR('V', 29, struct v4l2_tuner)
2698 #define VIDIOC_QUERYCTRL _IOWR('V', 36, struct v4l2_queryctrl)
2699 #define VIDIOC_QUERYMENU _IOWR('V', 37, struct v4l2_querymenu)
2701 #define VIDIOC_S_INPUT _IOWR('V', 39, int)
2702 #define VIDIOC_G_EDID _IOWR('V', 40, struct v4l2_edid)
2703 #define VIDIOC_S_EDID _IOWR('V', 41, struct v4l2_edid)
2705 #define VIDIOC_S_OUTPUT _IOWR('V', 47, int)
2706 #define VIDIOC_ENUMOUTPUT _IOWR('V', 48, struct v4l2_output)
2709 #define VIDIOC_G_MODULATOR _IOWR('V', 54, struct v4l2_modulator)
2711 #define VIDIOC_G_FREQUENCY _IOWR('V', 56, struct v4l2_frequency)
2713 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap)
2714 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop)
2719 #define VIDIOC_TRY_FMT _IOWR('V', 64, struct v4l2_format)
2720 #define VIDIOC_ENUMAUDIO _IOWR('V', 65, struct v4l2_audio)
2721 #define VIDIOC_ENUMAUDOUT _IOWR('V', 66, struct v4l2_audioout)
2724 #define VIDIOC_G_SLICED_VBI_CAP _IOWR('V', 69, struct v4l2_sliced_vbi_cap)
2726 #define VIDIOC_G_EXT_CTRLS _IOWR('V', 71, struct v4l2_ext_controls)
2727 #define VIDIOC_S_EXT_CTRLS _IOWR('V', 72, struct v4l2_ext_controls)
2728 #define VIDIOC_TRY_EXT_CTRLS _IOWR('V', 73, struct v4l2_ext_controls)
2729 #define VIDIOC_ENUM_FRAMESIZES _IOWR('V', 74, struct v4l2_frmsizeenum)
2730 #define VIDIOC_ENUM_FRAMEINTERVALS _IOWR('V', 75, struct v4l2_frmivalenum)
2732 #define VIDIOC_ENCODER_CMD _IOWR('V', 77, struct v4l2_encoder_cmd)
2733 #define VIDIOC_TRY_ENCODER_CMD _IOWR('V', 78, struct v4l2_encoder_cmd)
2741 #define VIDIOC_DBG_G_REGISTER _IOWR('V', 80, struct v4l2_dbg_register)
2744 #define VIDIOC_S_DV_TIMINGS _IOWR('V', 87, struct v4l2_dv_timings)
2745 #define VIDIOC_G_DV_TIMINGS _IOWR('V', 88, struct v4l2_dv_timings)
2749 #define VIDIOC_CREATE_BUFS _IOWR('V', 92, struct v4l2_create_buffers)
2750 #define VIDIOC_PREPARE_BUF _IOWR('V', 93, struct v4l2_buffer)
2751 #define VIDIOC_G_SELECTION _IOWR('V', 94, struct v4l2_selection)
2752 #define VIDIOC_S_SELECTION _IOWR('V', 95, struct v4l2_selection)
2753 #define VIDIOC_DECODER_CMD _IOWR('V', 96, struct v4l2_decoder_cmd)
2754 #define VIDIOC_TRY_DECODER_CMD _IOWR('V', 97, struct v4l2_decoder_cmd)
2755 #define VIDIOC_ENUM_DV_TIMINGS _IOWR('V', 98, struct v4l2_enum_dv_timings)
2757 #define VIDIOC_DV_TIMINGS_CAP _IOWR('V', 100, struct v4l2_dv_timings_cap)
2758 #define VIDIOC_ENUM_FREQ_BANDS _IOWR('V', 101, struct v4l2_frequency_band)
2764 #define VIDIOC_DBG_G_CHIP_INFO _IOWR('V', 102, struct v4l2_dbg_chip_info)
2766 #define VIDIOC_QUERY_EXT_CTRL _IOWR('V', 103, struct v4l2_query_ext_ctrl)
2767 #define VIDIOC_REMOVE_BUFS _IOWR('V', 104, struct v4l2_remove_buffers)