Searched refs:startread (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/au0828/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/media/usb/au0828/ |
H A D | au0828-video.c | 314 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()
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 451 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()
|
Completed in 13 milliseconds