Lines Matching refs:saa7134_buf
204 int saa7134_buffer_startpage(struct saa7134_buf *buf) in saa7134_buffer_startpage()
209 unsigned long saa7134_buffer_base(struct saa7134_buf *buf) in saa7134_buffer_base()
261 void saa7134_dma_free(struct videobuf_queue *q,struct saa7134_buf *buf) in saa7134_dma_free()
276 struct saa7134_buf *buf) in saa7134_buffer_queue()
278 struct saa7134_buf *next = NULL; in saa7134_buffer_queue()
290 next = list_entry(q->queue.next,struct saa7134_buf, in saa7134_buffer_queue()
319 struct saa7134_buf *buf,*next = NULL; in saa7134_buffer_next()
326 buf = list_entry(q->queue.next,struct saa7134_buf,vb.queue); in saa7134_buffer_next()
331 next = list_entry(q->queue.next,struct saa7134_buf, in saa7134_buffer_next()
1174 struct saa7134_buf *buf, *next; in saa7134_buffer_requeue()
1188 next = list_entry(q->queue.next, struct saa7134_buf, in saa7134_buffer_requeue()