Searched refs:q_dma (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-irq.c85 list_for_each_entry(buf, &s->q_dma.list, list) { ivtv_pio_work_handler()
269 list_for_each(p, &s->q_dma.list) { dma_post()
314 list_for_each_entry(buf, &s->q_dma.list, list) { dma_post()
316 s->q_dma.bytesused -= buf->bytesused; dma_post()
318 s->q_dma.bytesused += buf->bytesused; dma_post()
321 ivtv_queue_move(s, &s->q_dma, NULL, &s->q_free, 0); dma_post()
326 ivtv_queue_move(s, &s->q_dma, NULL, &s->q_full, s->q_dma.bytesused); dma_post()
468 ivtv_queue_move(s, &s->q_predma, NULL, &s->q_dma, s->q_predma.bytesused); ivtv_dma_enc_start()
484 ivtv_queue_move(s_vbi, &s_vbi->q_predma, NULL, &s_vbi->q_dma, s_vbi->q_predma.bytesused); ivtv_dma_enc_start()
525 ivtv_queue_move(s, &s->q_predma, NULL, &s->q_dma, s->q_predma.bytesused); ivtv_dma_dec_start()
580 IVTV_DEBUG_HI_DMA("DEC DATA READ %s: %d\n", s->name, s->q_dma.bytesused); ivtv_irq_dma_read()
588 ivtv_vapi(itv, CX2341X_DEC_SCHED_DMA_FROM_HOST, 3, 0, s->q_dma.bytesused, ivtv_irq_dma_read()
592 while ((buf = ivtv_dequeue(s, &s->q_dma)) != NULL) { ivtv_irq_dma_read()
H A Divtv-queue.c189 ivtv_queue_move(s, &s->q_dma, NULL, &s->q_free, 0); ivtv_flush_queues()
H A Divtv-streams.c186 ivtv_queue_init(&s->q_dma); ivtv_stream_init()
930 if (s->q_full.buffers + s->q_dma.buffers == 0) { ivtv_stop_v4l2_decode_stream()
H A Divtv-driver.h361 struct ivtv_queue q_dma; /* waiting for DMA */ member in struct:ivtv_stream

Completed in 150 milliseconds