Home
last modified time | relevance | path

Searched refs:saa7134_buf (Results 1 – 7 of 7) sorted by relevance

/drivers/media/pci/saa7134/
Dsaa7134-vbi.c52 static void task_init(struct saa7134_dev *dev, struct saa7134_buf *buf, in task_init()
83 struct saa7134_buf *buf, in buffer_activate()
84 struct saa7134_buf *next) in buffer_activate()
123 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in buffer_prepare()
166 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in buffer_init()
Dsaa7134-ts.c45 struct saa7134_buf *buf, in buffer_activate()
46 struct saa7134_buf *next) in buffer_activate()
84 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in saa7134_ts_buffer_init()
98 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in saa7134_ts_buffer_prepare()
149 struct saa7134_buf *buf, *tmp; in saa7134_ts_start_streaming()
Dsaa7134.h461 struct saa7134_buf { struct
468 struct saa7134_buf *buf, argument
469 struct saa7134_buf *next);
476 struct saa7134_buf *curr; argument
742 int saa7134_buffer_startpage(struct saa7134_buf *buf);
743 unsigned long saa7134_buffer_base(struct saa7134_buf *buf);
746 struct saa7134_buf *buf);
Dsaa7134-core.c217 int saa7134_buffer_startpage(struct saa7134_buf *buf) in saa7134_buffer_startpage()
223 unsigned long saa7134_buffer_base(struct saa7134_buf *buf) in saa7134_buffer_base()
279 struct saa7134_buf *buf) in saa7134_buffer_queue()
281 struct saa7134_buf *next = NULL; in saa7134_buffer_queue()
293 next = list_entry(q->queue.next, struct saa7134_buf, in saa7134_buffer_queue()
321 struct saa7134_buf *buf,*next = NULL; in saa7134_buffer_next()
328 buf = list_entry(q->queue.next, struct saa7134_buf, entry); in saa7134_buffer_next()
333 next = list_entry(q->queue.next, struct saa7134_buf, entry); in saa7134_buffer_next()
373 struct saa7134_buf *tmp; in saa7134_stop_streaming()
378 tmp = list_entry(pos, struct saa7134_buf, entry); in saa7134_stop_streaming()
[all …]
Dsaa7134-video.c791 struct saa7134_buf *buf, in buffer_activate()
792 struct saa7134_buf *next) in buffer_activate()
876 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in buffer_init()
888 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in buffer_prepare()
938 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in saa7134_vb2_buffer_queue()
955 struct saa7134_buf *buf, *tmp; in saa7134_vb2_start_streaming()
2105 q->buf_struct_size = sizeof(struct saa7134_buf); in saa7134_video_init1()
2123 q->buf_struct_size = sizeof(struct saa7134_buf); in saa7134_video_init1()
Dsaa7134-empress.c294 q->buf_struct_size = sizeof(struct saa7134_buf); in empress_init()
Dsaa7134-dvb.c1238 q->buf_struct_size = sizeof(struct saa7134_buf); in dvb_init()