Home
last modified time | relevance | path

Searched refs:VIDIOC_G_AUDOUT (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-audioout.rst6 ioctl VIDIOC_G_AUDOUT, VIDIOC_S_AUDOUT
12 VIDIOC_G_AUDOUT - VIDIOC_S_AUDOUT - Query or select the current audio output
18 .. c:function:: int ioctl( int fd, VIDIOC_G_AUDOUT, struct v4l2_audioout *argp )
19 :name: VIDIOC_G_AUDOUT
40 ``VIDIOC_G_AUDOUT`` ioctl with a pointer to this structure. Drivers fill
52 as ``VIDIOC_G_AUDOUT`` does.
Dvidioc-enumaudioout.rst37 :c:type:`v4l2_audioout` and call the ``VIDIOC_G_AUDOUT``
48 See :ref:`VIDIOC_G_AUDIOout <VIDIOC_G_AUDOUT>` for a description of struct
Daudio.rst37 :ref:`VIDIOC_G_AUDOUT <VIDIOC_G_AUDOUT>` ioctls report the current
50 the :ref:`VIDIOC_S_AUDOUT <VIDIOC_G_AUDOUT>` ioctl.
Dhist-v4l2.rst642 :ref:`VIDIOC_G_AUDOUT <VIDIOC_G_AUDOUT>` and
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-core.c893 v4l2_disable_ioctl(&dev->vid_out_dev, VIDIOC_G_AUDOUT); in vivid_create_instance()
896 v4l2_disable_ioctl(&dev->vbi_out_dev, VIDIOC_G_AUDOUT); in vivid_create_instance()
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-dev.c707 SET_VALID_IOCTL(ops, VIDIOC_G_AUDOUT, vidioc_g_audout); in determine_valid_ioctls()
Dv4l2-ioctl.c2623 IOCTL_INFO(VIDIOC_G_AUDOUT, v4l_stub_g_audout, v4l_print_audioout, 0),
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h2354 #define VIDIOC_G_AUDOUT _IOR('V', 49, struct v4l2_audioout) macro