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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/au0828/
H A Dau0828-video.c343 void *fieldstart, *startwrite, *startread; local
353 startread = p;
378 memcpy(startwrite, startread, lencopy);
384 startread += lencopy;
401 memcpy(startwrite, startread, lencopy);
443 unsigned char *startwrite, *startread; local
472 startread = p;
480 startwrite[j++] = startread[i+1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-video.c199 void *fieldstart, *startwrite, *startread; local
206 startread = p;
240 memcpy(startwrite, startread, lencopy);
246 startread += lencopy;
264 memcpy(startwrite, startread, lencopy);
278 void *startwrite, *startread; local
306 startread = p;
317 memcpy(startwrite, startread, len);

Completed in 74 milliseconds