Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/au0828/
Dau0828-video.c329 void *fieldstart, *startwrite, *startread; in au0828_copy_video() local
344 fieldstart = outp; in au0828_copy_video()
346 fieldstart = outp + bytesperline; in au0828_copy_video()
351 startwrite = fieldstart + offset; in au0828_copy_video()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-video.c455 void *fieldstart, *startwrite, *startread; in em28xx_copy_video() local
466 fieldstart = buf->vb_buf; in em28xx_copy_video()
468 fieldstart = buf->vb_buf + bytesperline; in em28xx_copy_video()
478 startwrite = fieldstart + offset; in em28xx_copy_video()