Lines Matching refs:remain
456 int linesdone, currlinedone, offset, lencopy, remain; in em28xx_copy_video() local
463 remain = len; in em28xx_copy_video()
480 lencopy = lencopy > remain ? remain : lencopy; in em28xx_copy_video()
486 remain = (char *)buf->vb_buf + buf->length - in em28xx_copy_video()
488 lencopy = remain; in em28xx_copy_video()
494 remain -= lencopy; in em28xx_copy_video()
496 while (remain > 0) { in em28xx_copy_video()
502 if (bytesperline > remain) in em28xx_copy_video()
503 lencopy = remain; in em28xx_copy_video()
513 lencopy = remain = (char *)buf->vb_buf + buf->length - in em28xx_copy_video()
521 remain -= lencopy; in em28xx_copy_video()