Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/au0828/
Dau0828-video.c324 void *fieldstart, *startwrite, *startread; in au0828_copy_video() local
334 startread = p; in au0828_copy_video()
359 memcpy(startwrite, startread, lencopy); in au0828_copy_video()
365 startread += lencopy; in au0828_copy_video()
382 memcpy(startwrite, startread, lencopy); in au0828_copy_video()
428 unsigned char *startwrite, *startread; in au0828_copy_vbi() local
457 startread = p; in au0828_copy_vbi()
465 startwrite[j++] = startread[i+1]; in au0828_copy_vbi()
/Linux-v4.19/drivers/media/usb/em28xx/
Dem28xx-video.c468 void *fieldstart, *startwrite, *startread; in em28xx_copy_video() local
475 startread = usb_buf; in em28xx_copy_video()
505 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()
514 startread += lencopy; in em28xx_copy_video()
532 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()