Searched refs:ivtv_enqueue (Results 1 – 4 of 4) sorted by relevance
/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 230 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()
|
D | ivtv-queue.h | 72 void ivtv_enqueue(struct ivtv_stream *s, struct ivtv_buffer *buf, struct ivtv_queue *q);
|
D | ivtv-queue.c | 52 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()
|
D | ivtv-irq.c | 66 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()
|