Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
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
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
A Daudio.rst43 :ref:`VIDIOC_G_OUTPUT <VIDIOC_G_OUTPUT>` these ioctls return a
A Dbuffer.rst31 :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` however. The
/linux/drivers/media/v4l2-core/
A 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()
A Dv4l2-ioctl.c2788 IOCTL_INFO(VIDIOC_G_OUTPUT, v4l_g_output, v4l_print_u32, 0),
/linux/include/uapi/linux/
A Dvideodev2.h2562 #define VIDIOC_G_OUTPUT _IOR('V', 46, int) macro

Completed in 26 milliseconds