Lines Matching refs:vbiinsert
585 bktr->vbiinsert = 0;
647 * vbiinsert is the point we insert data into the circular buffer
658 dest = (unsigned char *)bktr->vbibuffer + bktr->vbiinsert;
664 + bktr->vbiinsert
673 /* Increment the vbiinsert pointer */
675 bktr->vbiinsert += VBI_DATA_SIZE;
676 bktr->vbiinsert = (bktr->vbiinsert % VBI_BUFFER_SIZE);
1087 bktr->vbiinsert = 0;
1241 * vbiinsert is the position we will insert the next item into the buffer