Home
last modified time | relevance | path

Searched refs:VIDIOC_DQEVENT (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dvidioc-dqevent.rst7 ioctl VIDIOC_DQEVENT
13 VIDIOC_DQEVENT - Dequeue event
18 .. c:macro:: VIDIOC_DQEVENT
20 ``int ioctl(int fd, VIDIOC_DQEVENT, struct v4l2_event *argp)``
227 using :ref:`VIDIOC_DQEVENT`.
H A Ddev-event.rst19 using the :ref:`VIDIOC_DQEVENT` ioctl. Events may be
H A Dvidioc-subscribe-event.rst40 using the :ref:`VIDIOC_DQEVENT` ioctl.
H A Ddv-timings.rst40 :ref:`VIDIOC_DQEVENT` to check if this event was reported.
H A Dfunc-poll.rst62 If an event occurred (see :ref:`VIDIOC_DQEVENT`)
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c923 return VIDIOC_DQEVENT; in v4l2_compat_translate_cmd()
927 return VIDIOC_DQEVENT; in v4l2_compat_translate_cmd()
H A Dv4l2-dev.c602 SET_VALID_IOCTL(ops, VIDIOC_DQEVENT, vidioc_subscribe_event); in determine_valid_ioctls()
H A Dv4l2-ioctl.c2981 IOCTL_INFO(VIDIOC_DQEVENT, v4l_dqevent, v4l_print_event, 0),
3250 return VIDIOC_DQEVENT; in video_translate_cmd()
H A Dv4l2-subdev.c694 case VIDIOC_DQEVENT: in subdev_do_ioctl()
/linux-6.15/Documentation/driver-api/media/
H A Dv4l2-event.rst36 list of the :c:type:`v4l2_fh` struct so :ref:`VIDIOC_DQEVENT` will
H A Dv4l2-subdev.rst389 ``VIDIOC_DQEVENT``,
/linux-6.15/Documentation/translations/zh_CN/video4linux/
H A Dv4l2-framework.txt411 VIDIOC_DQEVENT
/linux-6.15/include/uapi/linux/
H A Dvideodev2.h2776 #define VIDIOC_DQEVENT _IOR('V', 89, struct v4l2_event) macro
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_video.rst1295 use the V4L2 :ref:`VIDIOC_DQEVENT` ioctl instead.