Searched refs:ivtv_enqueue (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-fileops.c | 218 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()
|
H A D | ivtv-queue.h | 61 void ivtv_enqueue(struct ivtv_stream *s, struct ivtv_buffer *buf, struct ivtv_queue *q);
|
H A D | ivtv-queue.c | 40 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()
|
H A D | ivtv-irq.c | 54 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()
|