Searched refs:startread (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/media/usb/au0828/
H A Dau0828-video.c314 void *fieldstart, *startwrite, *startread; local
324 startread = p;
349 memcpy(startwrite, startread, lencopy);
355 startread += lencopy;
372 memcpy(startwrite, startread, lencopy);
418 unsigned char *startwrite, *startread; local
447 startread = p;
455 startwrite[j++] = startread[i+1];
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-video.c451 void *fieldstart, *startwrite, *startread; local
458 startread = usb_buf;
488 memcpy(startwrite, startread, lencopy);
497 startread += lencopy;
515 memcpy(startwrite, startread, lencopy);

Completed in 205 milliseconds