Searched refs:saa7134_buf (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-vbi.c | 48 static void task_init(struct saa7134_dev *dev, struct saa7134_buf *buf, in task_init() 79 struct saa7134_buf *buf, in buffer_activate() 80 struct saa7134_buf *next) in buffer_activate() 119 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in buffer_prepare() 161 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in buffer_init()
|
D | saa7134-ts.c | 41 struct saa7134_buf *buf, in buffer_activate() 42 struct saa7134_buf *next) in buffer_activate() 80 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in saa7134_ts_buffer_init() 94 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in saa7134_ts_buffer_prepare() 144 struct saa7134_buf *buf, *tmp; in saa7134_ts_start_streaming()
|
D | saa7134.h | 475 struct saa7134_buf { struct 482 struct saa7134_buf *buf, argument 483 struct saa7134_buf *next); 490 struct saa7134_buf *curr; argument 768 int saa7134_buffer_startpage(struct saa7134_buf *buf); 769 unsigned long saa7134_buffer_base(struct saa7134_buf *buf); 772 struct saa7134_buf *buf);
|
D | saa7134-core.c | 212 int saa7134_buffer_startpage(struct saa7134_buf *buf) in saa7134_buffer_startpage() 218 unsigned long saa7134_buffer_base(struct saa7134_buf *buf) in saa7134_buffer_base() 274 struct saa7134_buf *buf) in saa7134_buffer_queue() 276 struct saa7134_buf *next = NULL; in saa7134_buffer_queue() 288 next = list_entry(q->queue.next, struct saa7134_buf, in saa7134_buffer_queue() 316 struct saa7134_buf *buf,*next = NULL; in saa7134_buffer_next() 323 buf = list_entry(q->queue.next, struct saa7134_buf, entry); in saa7134_buffer_next() 328 next = list_entry(q->queue.next, struct saa7134_buf, entry); in saa7134_buffer_next() 368 struct saa7134_buf *tmp; in saa7134_stop_streaming() 373 tmp = list_entry(pos, struct saa7134_buf, entry); in saa7134_stop_streaming() [all …]
|
D | saa7134-video.c | 844 struct saa7134_buf *buf, in buffer_activate() 845 struct saa7134_buf *next) in buffer_activate() 929 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in buffer_init() 941 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in buffer_prepare() 993 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in saa7134_vb2_buffer_queue() 1010 struct saa7134_buf *buf, *tmp; in saa7134_vb2_start_streaming() 2183 q->buf_struct_size = sizeof(struct saa7134_buf); in saa7134_video_init1() 2202 q->buf_struct_size = sizeof(struct saa7134_buf); in saa7134_video_init1()
|
D | saa7134-empress.c | 291 q->buf_struct_size = sizeof(struct saa7134_buf); in empress_init()
|
D | saa7134-dvb.c | 1234 q->buf_struct_size = sizeof(struct saa7134_buf); in dvb_init()
|