Lines Matching defs:queue
46 * @queue: vb2 video capture queue
63 struct vb2_queue queue;
147 * Setup the constraints of the queue: besides setting the number of planes
151 * queue and you need to have another available for userspace processing.
257 * Stop the DMA engine. Any remaining buffers in the DMA queue are dequeued
271 * The vb2 queue ops. Note that since q->lock is set we can use the standard
371 if (vb2_is_busy(&skel->queue))
418 if (vb2_is_busy(&skel->queue))
502 if (vb2_is_busy(&skel->queue))
621 if (vb2_is_busy(&skel->queue))
808 /* Initialize the vb2 queue */
809 q = &skel->queue;
864 vdev->queue = q;