Searched refs:vcapture (Results 1 - 3 of 3) sorted by relevance

/drivers/media/pci/bt8xx/
H A Dbttvp.h469 struct list_head vcapture; /* vbi capture queue */ member in struct:bttv
H A Dbttv-vbi.c219 list_add_tail(&buf->vb.queue,&btv->vcapture);
H A Dbttv-driver.c3646 while (!list_empty(&btv->vcapture)) {
3647 item = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue);
3734 if (!list_empty(&btv->vcapture))
3735 new = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue);
4025 INIT_LIST_HEAD(&btv->vcapture);

Completed in 99 milliseconds