Lines Matching defs:queue
84 spinlock_t lock; /* Pipeline state and queue flags */
118 * @irqlist: List head for insertion into IRQ queue
130 /* Set if DMA queue becomes empty when ISP_PIPELINE_STREAM_CONTINUOUS */
132 /* Set when queuing buffer to an empty DMA queue */
141 * @queue: Resume streaming when a buffer is queued. Called on VIDIOC_QBUF
145 int(*queue)(struct isp_video *video, struct isp_buffer *buffer);
170 /* Video buffers queue */
171 struct vb2_queue *queue;
172 struct mutex queue_lock; /* protects the queue */
185 struct vb2_queue queue;
192 container_of(q, struct isp_video_fh, queue)