Searched refs:VIDIOC_G_DV_TIMINGS (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dv-timings.rst | 30 :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
|
D | vidioc-g-dv-timings.rst | 6 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/ |
D | vivid-core.c | 926 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/ |
D | v4l2-dev.c | 715 SET_VALID_IOCTL(ops, VIDIOC_G_DV_TIMINGS, vidioc_g_dv_timings); in determine_valid_ioctls()
|
D | v4l2-ioctl.c | 2658 IOCTL_INFO(VIDIOC_G_DV_TIMINGS, v4l_stub_g_dv_timings, v4l_print_dv_timings, 0),
|
/Linux-v4.19/include/uapi/linux/ |
D | videodev2.h | 2392 #define VIDIOC_G_DV_TIMINGS _IOWR('V', 88, struct v4l2_dv_timings) macro
|