Searched refs:saa7134_buf (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/media/pci/saa7134/ |
D | saa7134-vbi.c | 39 static void task_init(struct saa7134_dev *dev, struct saa7134_buf *buf, in task_init() 70 struct saa7134_buf *buf, in buffer_activate() 71 struct saa7134_buf *next) in buffer_activate() 110 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in buffer_prepare() 152 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in buffer_init()
|
D | saa7134-ts.c | 32 struct saa7134_buf *buf, in buffer_activate() 33 struct saa7134_buf *next) in buffer_activate() 71 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in saa7134_ts_buffer_init() 85 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in saa7134_ts_buffer_prepare() 135 struct saa7134_buf *buf, *tmp; in saa7134_ts_start_streaming()
|
D | saa7134.h | 464 struct saa7134_buf { struct 471 struct saa7134_buf *buf, argument 472 struct saa7134_buf *next); 479 struct saa7134_buf *curr; argument 763 int saa7134_buffer_startpage(struct saa7134_buf *buf); 764 unsigned long saa7134_buffer_base(struct saa7134_buf *buf); 767 struct saa7134_buf *buf);
|
D | saa7134-core.c | 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() [all …]
|
D | saa7134-video.c | 821 struct saa7134_buf *buf, in buffer_activate() 822 struct saa7134_buf *next) in buffer_activate() 906 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in buffer_init() 918 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in buffer_prepare() 970 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2); in saa7134_vb2_buffer_queue() 987 struct saa7134_buf *buf, *tmp; in saa7134_vb2_start_streaming() 2116 q->buf_struct_size = sizeof(struct saa7134_buf); in saa7134_video_init1() 2135 q->buf_struct_size = sizeof(struct saa7134_buf); in saa7134_video_init1()
|
D | saa7134-empress.c | 283 q->buf_struct_size = sizeof(struct saa7134_buf); in empress_init()
|
D | saa7134-dvb.c | 1241 q->buf_struct_size = sizeof(struct saa7134_buf); in dvb_init()
|