Home
last modified time | relevance | path

Searched refs:ivtv_enqueue (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/media/pci/ivtv/
Divtv-fileops.c218 ivtv_enqueue(s_vbi, buf, &s_vbi->q_free); in ivtv_get_buffer()
385 ivtv_enqueue(s, buf, (buf->readpos == buf->bytesused) ? &s->q_free : &s->q_io); in ivtv_read()
613 ivtv_enqueue(s, buf, &q); in ivtv_write()
615 ivtv_enqueue(s, buf, &q); in ivtv_write()
658 ivtv_enqueue(s, buf, &s->q_full); in ivtv_write()
666 ivtv_enqueue(s, buf, &s->q_io); in ivtv_write()
672 ivtv_enqueue(s, buf, &s->q_full); in ivtv_write()
Divtv-queue.h61 void ivtv_enqueue(struct ivtv_stream *s, struct ivtv_buffer *buf, struct ivtv_queue *q);
Divtv-queue.c40 void ivtv_enqueue(struct ivtv_stream *s, struct ivtv_buffer *buf, struct ivtv_queue *q) in ivtv_enqueue() function
245 ivtv_enqueue(s, buf, &s->q_free); in ivtv_stream_alloc()
Divtv-irq.c54 ivtv_enqueue(s, buf, &s->q_free); in ivtv_pcm_work_handler()
582 ivtv_enqueue(s, buf, &s->q_free); in ivtv_irq_dma_read()