Lines Matching refs:bytesused
381 if (vb && vb->vb.vb2_buf.planes[0].bytesused < GO7007_BUF_SIZE) {
384 ptr[vb->vb.vb2_buf.planes[0].bytesused++] = byte;
412 u32 *bytesused = &vb->vb.vb2_buf.planes[0].bytesused;
432 *bytesused -= 216;
441 u32 *bytesused;
454 bytesused = &vb->vb.vb2_buf.planes[0].bytesused;
457 if (vb->modet_active && *bytesused + 216 < GO7007_BUF_SIZE)
516 if (vb && vb->vb.vb2_buf.planes[0].bytesused >=
519 vb->vb.vb2_buf.planes[0].bytesused = 0;
600 vb->vb.vb2_buf.planes[0].bytesused;