Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/usb/au0828/
Dau0828-video.c315 void *fieldstart, *startwrite, *startread; in au0828_copy_video() local
325 startread = p; in au0828_copy_video()
350 memcpy(startwrite, startread, lencopy); in au0828_copy_video()
356 startread += lencopy; in au0828_copy_video()
373 memcpy(startwrite, startread, lencopy); in au0828_copy_video()
419 unsigned char *startwrite, *startread; in au0828_copy_vbi() local
448 startread = p; in au0828_copy_vbi()
456 startwrite[j++] = startread[i+1]; in au0828_copy_vbi()
/Linux-v5.10/drivers/media/usb/em28xx/
Dem28xx-video.c461 void *fieldstart, *startwrite, *startread; in em28xx_copy_video() local
468 startread = usb_buf; in em28xx_copy_video()
498 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()
507 startread += lencopy; in em28xx_copy_video()
525 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()