Searched refs:VIDIOC_G_AUDOUT (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | vidioc-g-audioout.rst | 13 ioctl VIDIOC_G_AUDOUT, VIDIOC_S_AUDOUT 19 VIDIOC_G_AUDOUT - VIDIOC_S_AUDOUT - Query or select the current audio output 25 .. c:function:: int ioctl( int fd, VIDIOC_G_AUDOUT, struct v4l2_audioout *argp ) 26 :name: VIDIOC_G_AUDOUT 47 ``VIDIOC_G_AUDOUT`` ioctl with a pointer to this structure. Drivers fill 59 as ``VIDIOC_G_AUDOUT`` does.
|
| D | vidioc-enumaudioout.rst | 44 :c:type:`v4l2_audioout` and call the ``VIDIOC_G_AUDOUT`` 55 See :ref:`VIDIOC_G_AUDIOout <VIDIOC_G_AUDOUT>` for a description of struct
|
| D | audio.rst | 44 :ref:`VIDIOC_G_AUDOUT <VIDIOC_G_AUDOUT>` ioctls report the current 57 the :ref:`VIDIOC_S_AUDOUT <VIDIOC_G_AUDOUT>` ioctl.
|
| D | hist-v4l2.rst | 649 :ref:`VIDIOC_G_AUDOUT <VIDIOC_G_AUDOUT>` and
|
| /Linux-v5.4/drivers/media/platform/vivid/ |
| D | vivid-core.c | 940 v4l2_disable_ioctl(&dev->vid_out_dev, VIDIOC_G_AUDOUT); in vivid_create_instance() 943 v4l2_disable_ioctl(&dev->vbi_out_dev, VIDIOC_G_AUDOUT); in vivid_create_instance()
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-dev.c | 719 SET_VALID_IOCTL(ops, VIDIOC_G_AUDOUT, vidioc_g_audout); in determine_valid_ioctls()
|
| D | v4l2-ioctl.c | 2725 IOCTL_INFO(VIDIOC_G_AUDOUT, v4l_stub_g_audout, v4l_print_audioout, 0),
|
| /Linux-v5.4/include/uapi/linux/ |
| D | videodev2.h | 2447 #define VIDIOC_G_AUDOUT _IOR('V', 49, struct v4l2_audioout) macro
|