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

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

Completed in 175 milliseconds