Searched refs:startread (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/media/usb/au0828/ |
D | au0828-video.c | 315 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/ |
D | em28xx-video.c | 461 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()
|