Home
last modified time | relevance | path

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

/drivers/media/pci/ivtv/
Divtv-fileops.c230 ivtv_enqueue(s_vbi, buf, &s_vbi->q_free); in ivtv_get_buffer()
397 ivtv_enqueue(s, buf, (buf->readpos == buf->bytesused) ? &s->q_free : &s->q_io); in ivtv_read()
625 ivtv_enqueue(s, buf, &q); in ivtv_write()
627 ivtv_enqueue(s, buf, &q); in ivtv_write()
670 ivtv_enqueue(s, buf, &s->q_full); in ivtv_write()
678 ivtv_enqueue(s, buf, &s->q_io); in ivtv_write()
684 ivtv_enqueue(s, buf, &s->q_full); in ivtv_write()
Divtv-queue.h72 void ivtv_enqueue(struct ivtv_stream *s, struct ivtv_buffer *buf, struct ivtv_queue *q);
Divtv-queue.c52 void ivtv_enqueue(struct ivtv_stream *s, struct ivtv_buffer *buf, struct ivtv_queue *q) in ivtv_enqueue() function
256 ivtv_enqueue(s, buf, &s->q_free); in ivtv_stream_alloc()
Divtv-irq.c66 ivtv_enqueue(s, buf, &s->q_free); in ivtv_pcm_work_handler()
594 ivtv_enqueue(s, buf, &s->q_free); in ivtv_irq_dma_read()