Lines Matching refs:saa7134_buf
203 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()
266 struct saa7134_buf *buf) in saa7134_buffer_queue()
268 struct saa7134_buf *next = NULL; in saa7134_buffer_queue()
280 next = list_entry(q->queue.next, struct saa7134_buf, in saa7134_buffer_queue()
308 struct saa7134_buf *buf,*next = NULL; in saa7134_buffer_next()
315 buf = list_entry(q->queue.next, struct saa7134_buf, entry); in saa7134_buffer_next()
320 next = list_entry(q->queue.next, struct saa7134_buf, entry); in saa7134_buffer_next()
360 struct saa7134_buf *tmp; in saa7134_stop_streaming()
364 tmp = list_entry(pos, struct saa7134_buf, entry); in saa7134_stop_streaming()
1379 struct saa7134_buf *buf, *next; in saa7134_buffer_requeue()
1393 next = list_entry(q->queue.next, struct saa7134_buf, in saa7134_buffer_requeue()