Searched defs:startread (Results 1 - 2 of 2) sorted by relevance

/drivers/media/usb/au0828/
H A Dau0828-video.c350 void *fieldstart, *startwrite, *startread; local
360 startread = p;
385 memcpy(startwrite, startread, lencopy);
391 startread += lencopy;
408 memcpy(startwrite, startread, lencopy);
450 unsigned char *startwrite, *startread; local
479 startread = p;
487 startwrite[j++] = startread[i+1];
/drivers/media/usb/em28xx/
H A Dem28xx-video.c456 void *fieldstart, *startwrite, *startread; local
463 startread = usb_buf;
493 memcpy(startwrite, startread, lencopy);
502 startread += lencopy;
520 memcpy(startwrite, startread, lencopy);

Completed in 62 milliseconds