Searched refs:ivtv_dequeue (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-queue.h73 struct ivtv_buffer *ivtv_dequeue(struct ivtv_stream *s, struct ivtv_queue *q);
H A Divtv-queue.c71 struct ivtv_buffer *ivtv_dequeue(struct ivtv_stream *s, struct ivtv_queue *q) function
273 while ((buf = ivtv_dequeue(s, &s->q_free))) {
H A Divtv-fileops.c225 while ((buf = ivtv_dequeue(s_vbi, &s_vbi->q_full))) {
238 buf = ivtv_dequeue(s, &s->q_io);
243 buf = ivtv_dequeue(s, &s->q_full);
621 while (q.length - q.bytesused < count && (buf = ivtv_dequeue(s, &s->q_io)))
623 while (q.length - q.bytesused < count && (buf = ivtv_dequeue(s, &s->q_free))) {
642 while ((buf = ivtv_dequeue(s, &q))) {
H A Divtv-irq.c540 while ((buf = ivtv_dequeue(s, &s->q_dma)) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-queue.h73 struct ivtv_buffer *ivtv_dequeue(struct ivtv_stream *s, struct ivtv_queue *q);
H A Divtv-queue.c71 struct ivtv_buffer *ivtv_dequeue(struct ivtv_stream *s, struct ivtv_queue *q) function
273 while ((buf = ivtv_dequeue(s, &s->q_free))) {
H A Divtv-fileops.c225 while ((buf = ivtv_dequeue(s_vbi, &s_vbi->q_full))) {
238 buf = ivtv_dequeue(s, &s->q_io);
243 buf = ivtv_dequeue(s, &s->q_full);
621 while (q.length - q.bytesused < count && (buf = ivtv_dequeue(s, &s->q_io)))
623 while (q.length - q.bytesused < count && (buf = ivtv_dequeue(s, &s->q_free))) {
642 while ((buf = ivtv_dequeue(s, &q))) {
H A Divtv-irq.c540 while ((buf = ivtv_dequeue(s, &s->q_dma)) != NULL) {

Completed in 117 milliseconds