Searched refs:vcapture (Results 1 – 3 of 3) sorted by relevance
472 struct list_head vcapture; /* vbi capture queue */ member
219 list_add_tail(&buf->vb.queue,&btv->vcapture); in vbi_buffer_queue()
3695 while (!list_empty(&btv->vcapture)) { in bttv_irq_timeout()3696 item = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_timeout()3783 if (!list_empty(&btv->vcapture)) in bttv_irq_switch_vbi()3784 new = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_switch_vbi()4044 INIT_LIST_HEAD(&btv->vcapture); in bttv_probe()