vb_buf            151 drivers/media/pci/cx18/cx18-mailbox.c 	struct cx18_videobuf_buffer *vb_buf;
vb_buf            165 drivers/media/pci/cx18/cx18-mailbox.c 	vb_buf = list_first_entry(&s->vb_capture, struct cx18_videobuf_buffer,
vb_buf            168 drivers/media/pci/cx18/cx18-mailbox.c 	p = videobuf_to_vmalloc(&vb_buf->vb);
vb_buf            172 drivers/media/pci/cx18/cx18-mailbox.c 	offset = vb_buf->bytes_used;
vb_buf            177 drivers/media/pci/cx18/cx18-mailbox.c 		if ((offset + buf->bytesused) <= vb_buf->vb.bsize) {
vb_buf            180 drivers/media/pci/cx18/cx18-mailbox.c 			vb_buf->bytes_used += buf->bytesused;
vb_buf            185 drivers/media/pci/cx18/cx18-mailbox.c 	if (vb_buf->bytes_used >= s->vb_bytes_per_frame) {
vb_buf            187 drivers/media/pci/cx18/cx18-mailbox.c 		vb_buf->bytes_used = 0;
vb_buf            191 drivers/media/pci/cx18/cx18-mailbox.c 		vb_buf->vb.ts = ktime_get_ns();
vb_buf            192 drivers/media/pci/cx18/cx18-mailbox.c 		list_del(&vb_buf->vb.queue);
vb_buf            193 drivers/media/pci/cx18/cx18-mailbox.c 		vb_buf->vb.state = VIDEOBUF_DONE;
vb_buf            194 drivers/media/pci/cx18/cx18-mailbox.c 		wake_up(&vb_buf->vb.done);
vb_buf            195 drivers/media/platform/marvell-ccic/mcam-core.c 	struct vb2_v4l2_buffer vb_buf;
vb_buf            203 drivers/media/platform/marvell-ccic/mcam-core.c 	return container_of(vb, struct mcam_vb_buffer, vb_buf);
vb_buf            471 drivers/media/platform/marvell-ccic/mcam-core.c 		memcpy(vb2_plane_vaddr(&buf->vb_buf.vb2_buf, 0),
vb_buf            474 drivers/media/platform/marvell-ccic/mcam-core.c 		mcam_buffer_done(cam, bufno, &buf->vb_buf);
vb_buf            558 drivers/media/platform/marvell-ccic/mcam-core.c 	vb = &buf->vb_buf;
vb_buf            585 drivers/media/platform/marvell-ccic/mcam-core.c 		mcam_buffer_done(cam, frame, &buf->vb_buf);
vb_buf            609 drivers/media/platform/marvell-ccic/mcam-core.c 	sg_table = vb2_dma_sg_plane_desc(&buf->vb_buf.vb2_buf, 0);
vb_buf            686 drivers/media/platform/marvell-ccic/mcam-core.c 	mcam_buffer_done(cam, frame, &buf->vb_buf);
vb_buf           1140 drivers/media/platform/marvell-ccic/mcam-core.c 		vb2_buffer_done(&buf->vb_buf.vb2_buf, state);
vb_buf           1147 drivers/media/platform/marvell-ccic/mcam-core.c 			vb2_buffer_done(&buf->vb_buf.vb2_buf, state);
vb_buf            407 drivers/media/usb/au0828/au0828-video.c 	(*buf)->vb_buf = (*buf)->mem;
vb_buf            482 drivers/media/usb/au0828/au0828-video.c 	(*buf)->vb_buf = (*buf)->mem;
vb_buf            164 drivers/media/usb/au0828/au0828.h 	char *vb_buf;
vb_buf            472 drivers/media/usb/em28xx/em28xx-video.c 		fieldstart = buf->vb_buf;
vb_buf            474 drivers/media/usb/em28xx/em28xx-video.c 		fieldstart = buf->vb_buf + bytesperline;
vb_buf            488 drivers/media/usb/em28xx/em28xx-video.c 	if ((char *)startwrite + lencopy > (char *)buf->vb_buf + buf->length) {
vb_buf            491 drivers/media/usb/em28xx/em28xx-video.c 			      ((char *)buf->vb_buf + buf->length));
vb_buf            492 drivers/media/usb/em28xx/em28xx-video.c 		remain = (char *)buf->vb_buf + buf->length -
vb_buf            513 drivers/media/usb/em28xx/em28xx-video.c 		if ((char *)startwrite + lencopy > (char *)buf->vb_buf +
vb_buf            517 drivers/media/usb/em28xx/em28xx-video.c 				       ((char *)buf->vb_buf + buf->length));
vb_buf            518 drivers/media/usb/em28xx/em28xx-video.c 			remain = (char *)buf->vb_buf + buf->length -
vb_buf            551 drivers/media/usb/em28xx/em28xx-video.c 	memcpy(buf->vb_buf + offset, usb_buf, len);
vb_buf            612 drivers/media/usb/em28xx/em28xx-video.c 	buf->vb_buf = buf->mem;
vb_buf            291 drivers/media/usb/em28xx/em28xx.h 	char			*vb_buf;