Lines Matching refs:remain
167 int linesdone, currlinedone, offset, lencopy, remain; in em28xx_copy_video() local
174 remain = len; in em28xx_copy_video()
191 lencopy = lencopy > remain ? remain : lencopy; in em28xx_copy_video()
197 remain = (char *)buf->vb_buf + buf->length - in em28xx_copy_video()
199 lencopy = remain; in em28xx_copy_video()
205 remain -= lencopy; in em28xx_copy_video()
207 while (remain > 0) { in em28xx_copy_video()
213 if (bytesperline > remain) in em28xx_copy_video()
214 lencopy = remain; in em28xx_copy_video()
224 lencopy = remain = (char *)buf->vb_buf + buf->length - in em28xx_copy_video()
232 remain -= lencopy; in em28xx_copy_video()