Lines Matching refs:next
104 struct saa7146_buf *buf,*next = NULL;
113 /* activate next one from queue */
114 buf = list_entry(q->queue.next, struct saa7146_buf, list);
117 next = list_entry(q->queue.next, struct saa7146_buf, list);
119 DEB_INT("next buffer: buf:%p, prev:%p, next:%p\n",
120 buf, q->queue.prev, q->queue.next);
121 buf->activate(dev,buf,next);
123 DEB_INT("no next buffer. stopping.\n");
128 /* nothing to do -- just prevent next video-dma1 transfer
170 called for the current buffer. if we activate the next buffer now,
173 next capture IMHO... */