Home
last modified time | relevance | path

Searched refs:startread (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/usb/au0828/
Dau0828-video.c329 void *fieldstart, *startwrite, *startread; in au0828_copy_video() local
339 startread = p; in au0828_copy_video()
364 memcpy(startwrite, startread, lencopy); in au0828_copy_video()
370 startread += lencopy; in au0828_copy_video()
387 memcpy(startwrite, startread, lencopy); in au0828_copy_video()
433 unsigned char *startwrite, *startread; in au0828_copy_vbi() local
462 startread = p; in au0828_copy_vbi()
470 startwrite[j++] = startread[i+1]; in au0828_copy_vbi()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-video.c455 void *fieldstart, *startwrite, *startread; in em28xx_copy_video() local
462 startread = usb_buf; in em28xx_copy_video()
492 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()
501 startread += lencopy; in em28xx_copy_video()
519 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()