Home
last modified time | relevance | path

Searched refs:VIDIOC_G_DV_TIMINGS (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/v4l/
Ddv-timings.rst30 :ref:`VIDIOC_S_DV_TIMINGS <VIDIOC_G_DV_TIMINGS>` ioctl and to get
32 :ref:`VIDIOC_G_DV_TIMINGS <VIDIOC_G_DV_TIMINGS>` ioctl. To detect
Dvidioc-g-dv-timings.rst6 ioctl VIDIOC_G_DV_TIMINGS, VIDIOC_S_DV_TIMINGS
12 VIDIOC_G_DV_TIMINGS - VIDIOC_S_DV_TIMINGS - VIDIOC_SUBDEV_G_DV_TIMINGS - VIDIOC_SUBDEV_S_DV_TIMINGS…
18 .. c:function:: int ioctl( int fd, VIDIOC_G_DV_TIMINGS, struct v4l2_dv_timings *argp )
19 :name: VIDIOC_G_DV_TIMINGS
45 :ref:`VIDIOC_S_DV_TIMINGS <VIDIOC_G_DV_TIMINGS>` ioctl and to get the current timings,
46 applications use the :ref:`VIDIOC_G_DV_TIMINGS <VIDIOC_G_DV_TIMINGS>` ioctl. The detailed timing
68 This ioctl is not supported, or the :ref:`VIDIOC_S_DV_TIMINGS <VIDIOC_G_DV_TIMINGS>`
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-core.c926 v4l2_disable_ioctl(&dev->vid_cap_dev, VIDIOC_G_DV_TIMINGS); in vivid_create_instance()
934 v4l2_disable_ioctl(&dev->vid_out_dev, VIDIOC_G_DV_TIMINGS); in vivid_create_instance()
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-dev.c715 SET_VALID_IOCTL(ops, VIDIOC_G_DV_TIMINGS, vidioc_g_dv_timings); in determine_valid_ioctls()
Dv4l2-ioctl.c2658 IOCTL_INFO(VIDIOC_G_DV_TIMINGS, v4l_stub_g_dv_timings, v4l_print_dv_timings, 0),
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h2392 #define VIDIOC_G_DV_TIMINGS _IOWR('V', 88, struct v4l2_dv_timings) macro