Searched refs:VIDIOC_S_DV_TIMINGS (Results 1 – 9 of 9) sorted by relevance
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-dv-timings.rst | 7 ioctl VIDIOC_G_DV_TIMINGS, VIDIOC_S_DV_TIMINGS 13 VIDIOC_G_DV_TIMINGS - VIDIOC_S_DV_TIMINGS - VIDIOC_SUBDEV_G_DV_TIMINGS - VIDIOC_SUBDEV_S_DV_TIMINGS… 22 .. c:macro:: VIDIOC_S_DV_TIMINGS 24 ``int ioctl(int fd, VIDIOC_S_DV_TIMINGS, struct v4l2_dv_timings *argp)`` 47 :ref:`VIDIOC_S_DV_TIMINGS <VIDIOC_G_DV_TIMINGS>` ioctl and to get the current timings, 73 This ioctl is not supported, or the :ref:`VIDIOC_S_DV_TIMINGS <VIDIOC_G_DV_TIMINGS>`
|
H A D | dv-timings.rst | 30 :ref:`VIDIOC_S_DV_TIMINGS <VIDIOC_G_DV_TIMINGS>` ioctl and to get 45 those by calling the :ref:`ioctl VIDIOC_S_DV_TIMINGS <VIDIOC_G_DV_TIMINGS>`.
|
H A D | vidioc-enumoutput.rst | 133 ``VIDIOC_S_DV_TIMINGS``.
|
H A D | vidioc-enuminput.rst | 209 ``VIDIOC_S_DV_TIMINGS``.
|
H A D | buffer.rst | 68 and :c:func:`VIDIOC_S_DV_TIMINGS` ioctls can also modify the format and
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-dev.c | 772 SET_VALID_IOCTL(ops, VIDIOC_S_DV_TIMINGS, vidioc_s_dv_timings); in determine_valid_ioctls()
|
H A D | v4l2-ioctl.c | 2972 …IOCTL_INFO(VIDIOC_S_DV_TIMINGS, v4l_stub_s_dv_timings, v4l_print_dv_timings, INFO_FL_PRIO | INFO_F…
|
/linux/include/uapi/linux/ |
H A D | videodev2.h | 2769 #define VIDIOC_S_DV_TIMINGS _IOWR('V', 87, struct v4l2_dv_timings) macro
|
/linux/Documentation/userspace-api/media/ |
H A D | videodev2.h.rst.exceptions | 584 replace ioctl VIDIOC_S_DV_TIMINGS vidioc_g_dv_timings
|