Lines Matching refs:q_full
215 while ((buf = ivtv_dequeue(s_vbi, &s_vbi->q_full))) {
233 buf = ivtv_dequeue(s, &s->q_full);
264 if (!s->q_full.buffers)
593 if (mode == OUT_YUV && s->q_full.length == 0 && itv->dma_data_req_size) {
605 IVTV_DEBUG_HI_FILE("Wrote %d bytes to %s (%d)\n", bytes_written, s->name, s->q_full.bytesused);
658 ivtv_enqueue(s, buf, &s->q_full);
672 ivtv_enqueue(s, buf, &s->q_full);
676 if (s->q_full.length >= itv->dma_data_req_size) {
696 ivtv_queue_move(s, &s->q_full, NULL, &s->q_predma, itv->dma_data_req_size);
704 IVTV_DEBUG_HI_FILE("Wrote %d bytes to %s (%d)\n", bytes_written, s->name, s->q_full.bytesused);
789 if (s->q_full.length || s->q_io.length)