Home
last modified time | relevance | path

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

/openbmc/linux/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 Dfunc-poll.rst62 If an event occurred (see :ref:`VIDIOC_DQEVENT`)
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-get-event.rst53 use the V4L2 :ref:`VIDIOC_DQEVENT` ioctl instead.
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c915 return VIDIOC_DQEVENT; in v4l2_compat_translate_cmd()
919 return VIDIOC_DQEVENT; in v4l2_compat_translate_cmd()
H A Dv4l2-dev.c600 SET_VALID_IOCTL(ops, VIDIOC_DQEVENT, vidioc_subscribe_event); in determine_valid_ioctls()
H A Dv4l2-ioctl.c2902 IOCTL_INFO(VIDIOC_DQEVENT, v4l_dqevent, v4l_print_event, 0),
3170 return VIDIOC_DQEVENT; in video_translate_cmd()
H A Dv4l2-subdev.c593 case VIDIOC_DQEVENT: in subdev_do_ioctl()
/openbmc/linux/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.rst382 ``VIDIOC_DQEVENT``,
/openbmc/linux/Documentation/translations/zh_CN/video4linux/
H A Dv4l2-framework.txt411 VIDIOC_DQEVENT
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h2698 #define VIDIOC_DQEVENT _IOR('V', 89, struct v4l2_event) macro
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch3681 - ret = ioctl(s->fd, VIDIOC_DQEVENT, &evt);
3683 - av_log(logger(ctx), AV_LOG_ERROR, "%s VIDIOC_DQEVENT\n", ctx->name);
3932 + while (ioctl(m->fd, VIDIOC_DQEVENT, &evt) != 0) {
3941 + av_log(avctx, AV_LOG_ERROR, "V4L2 VIDIOC_DQEVENT: %s\n", av_err2str(rv));