Home
last modified time | relevance | path

Searched refs:VIDIOC_G_OUTPUT (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dvidioc-g-output.rst7 ioctl VIDIOC_G_OUTPUT, VIDIOC_S_OUTPUT
13 VIDIOC_G_OUTPUT - VIDIOC_S_OUTPUT - Query or select the current video output
18 .. c:macro:: VIDIOC_G_OUTPUT
20 ``int ioctl(int fd, VIDIOC_G_OUTPUT, int *argp)``
39 :ref:`VIDIOC_G_OUTPUT <VIDIOC_G_OUTPUT>` ioctl with a pointer to an integer where the driver
46 output in an integer and call the :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` ioctl with a
Dvideo.rst25 :ref:`VIDIOC_G_OUTPUT <VIDIOC_G_OUTPUT>` ioctls return the index of
28 :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` ioctls. Drivers must
Daudio.rst43 :ref:`VIDIOC_G_OUTPUT <VIDIOC_G_OUTPUT>` these ioctls return a
Dbuffer.rst31 :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` however. The
/linux-6.1.9/drivers/media/v4l2-core/
Dv4l2-dev.c750 __set_bit(_IOC_NR(VIDIOC_G_OUTPUT), valid_ioctls); in determine_valid_ioctls()
754 SET_VALID_IOCTL(ops, VIDIOC_G_OUTPUT, vidioc_g_output); in determine_valid_ioctls()
Dv4l2-ioctl.c2851 IOCTL_INFO(VIDIOC_G_OUTPUT, v4l_g_output, v4l_print_u32, 0),
/linux-6.1.9/include/uapi/linux/
Dvideodev2.h2613 #define VIDIOC_G_OUTPUT _IOR('V', 46, int) macro