Lines Matching defs:buf
39 static void task_init(struct saa7134_dev *dev, struct saa7134_buf *buf,
70 struct saa7134_buf *buf,
73 struct saa7134_dmaqueue *dmaq = buf->vb2.vb2_buf.vb2_queue->drv_priv;
76 vbi_dbg("buffer_activate [%p]\n", buf);
77 buf->top_seen = 0;
79 task_init(dev, buf, TASK_A);
80 task_init(dev, buf, TASK_B);
85 base = saa7134_buffer_base(buf);
110 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2);
125 saa7134_buffer_startpage(buf));
152 struct saa7134_buf *buf = container_of(vbuf, struct saa7134_buf, vb2);
155 buf->activate = buffer_activate;