Home
last modified time | relevance | path

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

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