Searched refs:saa7134_buf (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134.h | 463 struct saa7134_buf { struct 470 struct saa7134_buf *buf, argument 471 struct saa7134_buf *next); 478 struct saa7134_buf *curr; argument 750 int saa7134_buffer_startpage(struct saa7134_buf *buf); 751 unsigned long saa7134_buffer_base(struct saa7134_buf *buf); 754 struct saa7134_buf *buf);
|
H A D | saa7134-core.c | 199 int saa7134_buffer_startpage(struct saa7134_buf *buf) in saa7134_buffer_startpage() 205 unsigned long saa7134_buffer_base(struct saa7134_buf *buf) in saa7134_buffer_base() 262 struct saa7134_buf *buf) in saa7134_buffer_queue() 264 struct saa7134_buf *next = NULL; in saa7134_buffer_queue() 276 next = list_entry(q->queue.next, struct saa7134_buf, in saa7134_buffer_queue() 304 struct saa7134_buf *buf,*next = NULL; in saa7134_buffer_next() 311 buf = list_entry(q->queue.next, struct saa7134_buf, entry); in saa7134_buffer_next() 316 next = list_entry(q->queue.next, struct saa7134_buf, entry); in saa7134_buffer_next() 356 struct saa7134_buf *tmp; in saa7134_stop_streaming() 360 tmp = list_entry(pos, struct saa7134_buf, entry); in saa7134_stop_streaming() [all …]
|
H A D | saa7134-dvb.c | 1246 q->buf_struct_size = sizeof(struct saa7134_buf); in dvb_init()
|