Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A 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
H 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
H A Daudio.rst43 :ref:`VIDIOC_G_OUTPUT <VIDIOC_G_OUTPUT>` these ioctls return a
H A Dbuffer.rst31 :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` however. The
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c751 __set_bit(_IOC_NR(VIDIOC_G_OUTPUT), valid_ioctls); in determine_valid_ioctls()
755 SET_VALID_IOCTL(ops, VIDIOC_G_OUTPUT, vidioc_g_output); in determine_valid_ioctls()
H A Dv4l2-ioctl.c2863 IOCTL_INFO(VIDIOC_G_OUTPUT, v4l_g_output, v4l_print_u32, 0),
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h2656 #define VIDIOC_G_OUTPUT _IOR('V', 46, int) macro