Searched refs:VIDIOC_DQEVENT (Results 1 – 13 of 13) sorted by relevance
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-dqevent.rst | 7 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`.
|
A D | dev-event.rst | 19 using the :ref:`VIDIOC_DQEVENT` ioctl. Events may be
|
A D | vidioc-subscribe-event.rst | 40 using the :ref:`VIDIOC_DQEVENT` ioctl.
|
A D | func-poll.rst | 62 If an event occurred (see :ref:`VIDIOC_DQEVENT`)
|
/linux/drivers/staging/media/av7110/ |
A D | video-get-event.rst | 53 use the V4L2 :ref:`VIDIOC_DQEVENT` ioctl instead.
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-compat-ioctl32.c | 931 return VIDIOC_DQEVENT; in v4l2_compat_translate_cmd() 935 return VIDIOC_DQEVENT; in v4l2_compat_translate_cmd()
|
A D | v4l2-subdev.c | 427 case VIDIOC_DQEVENT: in subdev_do_ioctl()
|
A D | v4l2-dev.c | 599 SET_VALID_IOCTL(ops, VIDIOC_DQEVENT, vidioc_subscribe_event); in determine_valid_ioctls()
|
A D | v4l2-ioctl.c | 2827 IOCTL_INFO(VIDIOC_DQEVENT, v4l_dqevent, v4l_print_event, 0), 3101 return VIDIOC_DQEVENT; in video_translate_cmd()
|
/linux/Documentation/driver-api/media/ |
A D | v4l2-event.rst | 36 list of the :c:type:`v4l2_fh` struct so :ref:`VIDIOC_DQEVENT` will
|
A D | v4l2-subdev.rst | 346 ``VIDIOC_DQEVENT``,
|
/linux/Documentation/translations/zh_CN/video4linux/ |
A D | v4l2-framework.txt | 411 VIDIOC_DQEVENT
|
/linux/include/uapi/linux/ |
A D | videodev2.h | 2604 #define VIDIOC_DQEVENT _IOR('V', 89, struct v4l2_event) macro
|
Completed in 37 milliseconds