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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-queue.h72 void ivtv_enqueue(struct ivtv_stream *s, struct ivtv_buffer *buf, struct ivtv_queue *q);
H A Divtv-fileops.c228 ivtv_enqueue(s_vbi, buf, &s_vbi->q_free);
393 ivtv_enqueue(s, buf, (buf->readpos == buf->bytesused) ? &s->q_free : &s->q_io);
622 ivtv_enqueue(s, buf, &q);
624 ivtv_enqueue(s, buf, &q);
665 ivtv_enqueue(s, buf, &s->q_full);
673 ivtv_enqueue(s, buf, &s->q_io);
679 ivtv_enqueue(s, buf, &s->q_full);
H A Divtv-queue.c52 void ivtv_enqueue(struct ivtv_stream *s, struct ivtv_buffer *buf, struct ivtv_queue *q) function
256 ivtv_enqueue(s, buf, &s->q_free);
H A Divtv-irq.c542 ivtv_enqueue(s, buf, &s->q_free);

Completed in 57 milliseconds