Lines Matching refs:vbuf
141 struct tm6000_buffer *vbuf = NULL; in copy_streams() local
147 get_next_buf(dma_q, &vbuf); in copy_streams()
149 if (!vbuf) in copy_streams()
151 voutp = videobuf_to_vmalloc(&vbuf->vb); in copy_streams()
213 buffer_filled(dev, dma_q, vbuf); in copy_streams()
216 get_next_buf(dma_q, &vbuf); in copy_streams()
217 if (!vbuf) in copy_streams()
219 voutp = videobuf_to_vmalloc(&vbuf->vb); in copy_streams()
222 memset(voutp, 0, vbuf->vb.size); in copy_streams()
224 linewidth = vbuf->vb.width << 1; in copy_streams()
228 if (pos + size > vbuf->vb.size) in copy_streams()
254 if (vbuf) in copy_streams()