Searched refs:VIDIOC_QUERY_DV_TIMINGS (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-query-dv-timings.rst | 6 ioctl VIDIOC_QUERY_DV_TIMINGS 12 VIDIOC_QUERY_DV_TIMINGS - VIDIOC_SUBDEV_QUERY_DV_TIMINGS - Sense the DV preset received by the curr… 18 .. c:function:: int ioctl( int fd, VIDIOC_QUERY_DV_TIMINGS, struct v4l2_dv_timings *argp ) 19 :name: VIDIOC_QUERY_DV_TIMINGS 40 :ref:`VIDIOC_QUERY_DV_TIMINGS` with a pointer to a struct 49 that userspace will take action by calling :ref:`VIDIOC_QUERY_DV_TIMINGS`. 53 :ref:`VIDIOC_QUERY_DV_TIMINGS`, and if the detected timings are valid they
|
D | dv-timings.rst | 34 :ref:`VIDIOC_QUERY_DV_TIMINGS` ioctl.
|
D | v4l2.rst | 188 VIDIOC_ENUM_DV_TIMINGS, VIDIOC_QUERY_DV_TIMINGS and
|
D | hist-v4l2.rst | 1135 :ref:`VIDIOC_QUERY_DV_TIMINGS` and
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 699 SET_VALID_IOCTL(ops, VIDIOC_QUERY_DV_TIMINGS, vidioc_query_dv_timings); in determine_valid_ioctls()
|
D | v4l2-ioctl.c | 2665 …IOCTL_INFO(VIDIOC_QUERY_DV_TIMINGS, v4l_stub_query_dv_timings, v4l_print_dv_timings, INFO_FL_ALWAY…
|
/Linux-v4.19/include/uapi/linux/ |
D | videodev2.h | 2403 #define VIDIOC_QUERY_DV_TIMINGS _IOR('V', 99, struct v4l2_dv_timings) macro
|
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-core.c | 929 v4l2_disable_ioctl(&dev->vid_cap_dev, VIDIOC_QUERY_DV_TIMINGS); in vivid_create_instance()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | vivid.rst | 833 selects the behavior of VIDIOC_QUERY_DV_TIMINGS: what 842 selects the timings the VIDIOC_QUERY_DV_TIMINGS should return
|