Home
last modified time | relevance | path

Searched refs:fieldstart (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/au0828/
H A Dau0828-video.c315 void *fieldstart, *startwrite, *startread; in au0828_copy_video() local
330 fieldstart = outp; in au0828_copy_video()
332 fieldstart = outp + bytesperline; in au0828_copy_video()
337 startwrite = fieldstart + offset; in au0828_copy_video()
/kernel/linux/linux-6.6/drivers/media/usb/au0828/
H A Dau0828-video.c314 void *fieldstart, *startwrite, *startread; in au0828_copy_video() local
329 fieldstart = outp; in au0828_copy_video()
331 fieldstart = outp + bytesperline; in au0828_copy_video()
336 startwrite = fieldstart + offset; in au0828_copy_video()
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H A Dem28xx-video.c461 void *fieldstart, *startwrite, *startread; in em28xx_copy_video() local
472 fieldstart = buf->vb_buf; in em28xx_copy_video()
474 fieldstart = buf->vb_buf + bytesperline; in em28xx_copy_video()
484 startwrite = fieldstart + offset; in em28xx_copy_video()
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H A Dem28xx-video.c451 void *fieldstart, *startwrite, *startread; in em28xx_copy_video() local
462 fieldstart = buf->vb_buf; in em28xx_copy_video()
464 fieldstart = buf->vb_buf + bytesperline; in em28xx_copy_video()
474 startwrite = fieldstart + offset; in em28xx_copy_video()

Completed in 13 milliseconds