Lines Matching defs:queue
58 * @queue: vb2 video capture queue
75 struct vb2_queue queue;
159 * Setup the constraints of the queue: besides setting the number of planes
163 * queue and you need to have another available for userspace processing.
269 * Stop the DMA engine. Any remaining buffers in the DMA queue are dequeued
283 * The vb2 queue ops. Note that since q->lock is set we can use the standard
383 if (vb2_is_busy(&skel->queue))
430 if (vb2_is_busy(&skel->queue))
514 if (vb2_is_busy(&skel->queue))
633 if (vb2_is_busy(&skel->queue))
820 /* Initialize the vb2 queue */
821 q = &skel->queue;
876 vdev->queue = q;