Home
last modified time | relevance | path

Searched refs:dequeued (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_scheduler.h113 mali_bool dequeued);
118 mali_bool dequeued);
H A Dmali_scheduler.c569 mali_bool dequeued) in mali_scheduler_complete_gp_job() argument
575 if (dequeued) { in mali_scheduler_complete_gp_job()
590 mali_bool dequeued) in mali_scheduler_complete_pp_job() argument
600 if (dequeued) { in mali_scheduler_complete_pp_job()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Duserp.rst60 Filled or displayed buffers are dequeued with the
74 application waits until a filled buffer can be dequeued, and re-enqueues
78 buffers it must wait until an empty buffer can be dequeued and reused.
80 more buffers can be dequeued. By default :ref:`VIDIOC_DQBUF
H A Ddmabuf.rst121 Captured or displayed buffers are dequeued with the
130 application waits until a filled buffer can be dequeued, and re-enqueues
134 buffers it must wait until an empty buffer can be dequeued and reused.
136 more buffers can be dequeued. By default :ref:`VIDIOC_DQBUF
H A Dmmap.rst214 FIFO, and were captured in the order dequeued from the outgoing FIFO.
219 also enqueue in a different order than buffers have been dequeued, and
224 Initially all mapped buffers are in dequeued state, inaccessible by the
227 the application waits until a filled buffer can be dequeued, and
232 must wait until an empty buffer can be dequeued and reused.
239 buffers can be dequeued. By default :ref:`VIDIOC_DQBUF <VIDIOC_QBUF>`
H A Dvidioc-qbuf.rst80 out to disk. Buffers remain locked until dequeued, until the
97 dequeued, until the :ref:`VIDIOC_STREAMOFF <VIDIOC_STREAMON>` or
131 may continue as normal, but should be aware that data in the dequeued
186 dequeued and no new buffers are expected to become available.
H A Ddev-encoder.rst74 Drain -> Stopped [ label = "All CAPTURE\nbuffers dequeued\nor\nVIDIOC_STREAMOFF(OUTPUT)" ];
460 dequeued from the ``CAPTURE`` queue may differ from the order of queuing raw
493 will have their ``timestamp`` field set to the same value when dequeued.
510 :c:type:`v4l2_buffer` struct when dequeued. See the documentation of
592 ``V4L2_BUF_FLAG_LAST`` flag is dequeued,
607 before the ``V4L2_ENC_CMD_STOP`` command are dequeued,
615 dequeued. It is deprecated behavior and the client must not rely on it.
619 dequeued and the last ``CAPTURE`` buffer is dequeued, the encoder is stopped
684 and respective buffers are dequeued.
H A Ddev-decoder.rst197 Drain -> Stopped [ label = "All CAPTURE\nbuffers dequeued\nor\nVIDIOC_STREAMOFF(CAPTURE)" ];
586 ``V4L2_BUF_FLAG_LAST`` flag is dequeued.
707 frames dequeued from the ``CAPTURE`` queue may differ from the order of queuing
740 will have their ``timestamp`` field set to the same value when dequeued.
887 ``CAPTURE`` queue too to discard decoded, but not yet dequeued buffers.
1012 ``V4L2_BUF_FLAG_LAST`` flag is dequeued,
1027 before the ``V4L2_DEC_CMD_STOP`` command are dequeued,
1035 dequeued. It is a deprecated behavior and the client must not rely on it.
1039 are dequeued and the last ``CAPTURE`` buffer is dequeued, the decoder is
H A Ddev-stateless-decoder.rst328 Runtime decoding errors are signaled by the dequeued ``CAPTURE`` buffers
337 buffer management: it only guarantees that dequeued ``CAPTURE`` buffers can be
341 A dequeued capture buffer can also be used as the reference frame of another
353 decoded frames referencing it have been dequeued. However, if the driver can
H A Dvidioc-subscribe-event.rst39 Subscribe or unsubscribe V4L2 event. Subscribed events are dequeued by
H A Dvidioc-streamon.rst58 means all images captured but not dequeued yet will be lost, likewise
H A Dfunc-select.rst52 buffer has been filled or displayed and can be dequeued with the
H A Dfunc-poll.rst36 buffer has been filled by the capture device and can be dequeued with
H A Dbuffer.rst494 queue, ready to be dequeued from the driver. Drivers set or clear
500 buffer is in "dequeued" state, in the application domain so to
506 - When this flag is set, the buffer has been dequeued successfully,
596 new frame and the previously held capture buffer is dequeued.
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dpxa_camera.rst30 removed from the active buffers list. It can be then requeud or dequeued by
82 - arrow "DQ" means : a buffer was dequeued
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dcache.c1091 struct list_head dequeued; in cache_dequeue() local
1093 INIT_LIST_HEAD(&dequeued); in cache_dequeue()
1105 list_move(&cr->q.list, &dequeued); in cache_dequeue()
1108 while (!list_empty(&dequeued)) { in cache_dequeue()
1109 cr = list_entry(dequeued.next, struct cache_request, q.list); in cache_dequeue()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddmx-qbuf.rst52 out to disk. Buffers remain locked until dequeued, until the
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst235 gives the statistics about how many a times a group was dequeued
238 of times a group was dequeued from a particular device.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-dqevent.rst87 or since the last time this event was dequeued for this
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/drivers/
H A Domap3isp-uapi.rst33 generated whenever a statistics buffer can be dequeued by a user space
/OK3568_Linux_fs/kernel/Documentation/timers/
H A Dhrtimers.rst108 settimeofday and NTP, all the timers (!) had to be dequeued, the
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Drequest-api.rst103 be dequeued independently of the request's state.
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Doverview.rst204 CPUs to simultaneously perform enqueue/dequeued operations. DPIOs are
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkvm.h366 __u8 dequeued; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dkvm.h366 __u8 dequeued; member

12