startread         315 drivers/media/usb/au0828/au0828-video.c 	void *fieldstart, *startwrite, *startread;
startread         325 drivers/media/usb/au0828/au0828-video.c 	startread = p;
startread         350 drivers/media/usb/au0828/au0828-video.c 	memcpy(startwrite, startread, lencopy);
startread         356 drivers/media/usb/au0828/au0828-video.c 		startread += lencopy;
startread         373 drivers/media/usb/au0828/au0828-video.c 		memcpy(startwrite, startread, lencopy);
startread         419 drivers/media/usb/au0828/au0828-video.c 	unsigned char *startwrite, *startread;
startread         448 drivers/media/usb/au0828/au0828-video.c 	startread = p;
startread         456 drivers/media/usb/au0828/au0828-video.c 		startwrite[j++] = startread[i+1];
startread         461 drivers/media/usb/em28xx/em28xx-video.c 	void *fieldstart, *startwrite, *startread;
startread         468 drivers/media/usb/em28xx/em28xx-video.c 	startread = usb_buf;
startread         498 drivers/media/usb/em28xx/em28xx-video.c 	memcpy(startwrite, startread, lencopy);
startread         507 drivers/media/usb/em28xx/em28xx-video.c 		startread += lencopy;
startread         525 drivers/media/usb/em28xx/em28xx-video.c 		memcpy(startwrite, startread, lencopy);