Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbttvp.h459 struct list_head vcapture; /* vbi capture queue */ member
H A Dbttv-vbi.c207 list_add_tail(&buf->vb.queue,&btv->vcapture); in vbi_buffer_queue()
H A Dbttv-driver.c3637 while (!list_empty(&btv->vcapture)) { in bttv_irq_timeout()
3638 item = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_timeout()
3725 if (!list_empty(&btv->vcapture)) in bttv_irq_switch_vbi()
3726 new = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_switch_vbi()
4002 INIT_LIST_HEAD(&btv->vcapture); in bttv_probe()