Lines Matching refs:q_full
225 while ((buf = ivtv_dequeue(s_vbi, &s_vbi->q_full))) { in ivtv_get_buffer()
243 buf = ivtv_dequeue(s, &s->q_full); in ivtv_get_buffer()
273 if (!s->q_full.buffers) in ivtv_get_buffer()
602 if (mode == OUT_YUV && s->q_full.length == 0 && itv->dma_data_req_size) { in ivtv_v4l2_write()
614 IVTV_DEBUG_HI_FILE("Wrote %d bytes to %s (%d)\n", bytes_written, s->name, s->q_full.bytesused); in ivtv_v4l2_write()
665 ivtv_enqueue(s, buf, &s->q_full); in ivtv_v4l2_write()
679 ivtv_enqueue(s, buf, &s->q_full); in ivtv_v4l2_write()
683 if (s->q_full.length >= itv->dma_data_req_size) { in ivtv_v4l2_write()
701 ivtv_queue_move(s, &s->q_full, NULL, &s->q_predma, itv->dma_data_req_size); in ivtv_v4l2_write()
709 IVTV_DEBUG_HI_FILE("Wrote %d bytes to %s (%d)\n", bytes_written, s->name, s->q_full.bytesused); in ivtv_v4l2_write()
773 if (s->q_full.length || s->q_io.length) in ivtv_v4l2_enc_poll()