Searched refs:saa7134_buf (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-vbi.c | 50 static void task_init(struct saa7134_dev *dev, struct saa7134_buf *buf, in task_init() 81 struct saa7134_buf *buf, in buffer_activate() 82 struct saa7134_buf *next) in buffer_activate() 120 struct saa7134_buf *buf = container_of(vb2, struct saa7134_buf, vb2); in buffer_prepare() 162 struct saa7134_buf *buf = container_of(vb2, struct saa7134_buf, vb2); in buffer_init()
|
D | saa7134-ts.c | 43 struct saa7134_buf *buf, in buffer_activate() 44 struct saa7134_buf *next) in buffer_activate() 81 struct saa7134_buf *buf = container_of(vb2, struct saa7134_buf, vb2); in saa7134_ts_buffer_init() 94 struct saa7134_buf *buf = container_of(vb2, struct saa7134_buf, vb2); in saa7134_ts_buffer_prepare() 145 struct saa7134_buf *buf, *tmp; in saa7134_ts_start_streaming()
|
D | saa7134.h | 457 struct saa7134_buf { struct 464 struct saa7134_buf *buf, argument 465 struct saa7134_buf *next); 472 struct saa7134_buf *curr; argument 737 int saa7134_buffer_startpage(struct saa7134_buf *buf); 738 unsigned long saa7134_buffer_base(struct saa7134_buf *buf); 741 struct saa7134_buf *buf);
|
D | saa7134-core.c | 210 int saa7134_buffer_startpage(struct saa7134_buf *buf) in saa7134_buffer_startpage() 215 unsigned long saa7134_buffer_base(struct saa7134_buf *buf) in saa7134_buffer_base() 271 struct saa7134_buf *buf) in saa7134_buffer_queue() 273 struct saa7134_buf *next = NULL; in saa7134_buffer_queue() 285 next = list_entry(q->queue.next, struct saa7134_buf, in saa7134_buffer_queue() 313 struct saa7134_buf *buf,*next = NULL; in saa7134_buffer_next() 320 buf = list_entry(q->queue.next, struct saa7134_buf, entry); in saa7134_buffer_next() 325 next = list_entry(q->queue.next, struct saa7134_buf, entry); in saa7134_buffer_next() 365 struct saa7134_buf *tmp; in saa7134_stop_streaming() 370 tmp = list_entry(pos, struct saa7134_buf, entry); in saa7134_stop_streaming() [all …]
|
D | saa7134-video.c | 788 struct saa7134_buf *buf, in buffer_activate() 789 struct saa7134_buf *next) in buffer_activate() 872 struct saa7134_buf *buf = container_of(vb2, struct saa7134_buf, vb2); in buffer_init() 883 struct saa7134_buf *buf = container_of(vb2, struct saa7134_buf, vb2); in buffer_prepare() 932 struct saa7134_buf *buf = container_of(vb, struct saa7134_buf, vb2); in saa7134_vb2_buffer_queue() 949 struct saa7134_buf *buf, *tmp; in saa7134_vb2_start_streaming() 2097 q->buf_struct_size = sizeof(struct saa7134_buf); in saa7134_video_init1() 2115 q->buf_struct_size = sizeof(struct saa7134_buf); in saa7134_video_init1()
|
D | saa7134-empress.c | 293 q->buf_struct_size = sizeof(struct saa7134_buf); in empress_init()
|
D | saa7134-dvb.c | 1242 q->buf_struct_size = sizeof(struct saa7134_buf); in dvb_init()
|