Lines Matching defs:next
116 struct saa7146_buf *buf,*next = NULL;
124 /* activate next one from queue */
125 buf = list_entry(q->queue.next,struct saa7146_buf,vb.queue);
128 next = list_entry(q->queue.next,struct saa7146_buf, vb.queue);
130 DEB_INT("next buffer: buf:%p, prev:%p, next:%p\n",
131 buf, q->queue.prev, q->queue.next);
132 buf->activate(dev,buf,next);
134 DEB_INT("no next buffer. stopping.\n");
139 /* nothing to do -- just prevent next video-dma1 transfer
181 called for the current buffer. if we activate the next buffer now,
184 next capture IMHO... */
344 buf = list_entry(q->stream.next, struct videobuf_buffer, stream);