Home
last modified time | relevance | path

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

/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c376 if (btv->curr.frame_irq || btv->loop_irq || btv->cvbi) in bttv_set_irq_timer()
390 if (btv->cvbi) in bttv_set_capture_control()
435 btv->cvbi ? (unsigned long long)btv->cvbi->top.dma : 0, in bttv_set_dma()
437 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0, in bttv_set_dma()
H A Dbttv-driver.c2584 btv->cvbi ? (unsigned long long)btv->cvbi->top.dma : 0, in bttv_print_riscaddr()
2585 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0); in bttv_print_riscaddr()
2821 ovbi = btv->cvbi; in bttv_irq_timeout()
2823 btv->cvbi = NULL; in bttv_irq_timeout()
2934 old = btv->cvbi; in bttv_irq_switch_vbi()
2947 btv->cvbi = new; in bttv_irq_switch_vbi()
3520 btv->state.vbi = btv->cvbi; in bttv_suspend()
3556 btv->cvbi = btv->state.vbi; in bttv_resume()
3559 bttv_buffer_activate_vbi(btv, btv->cvbi); in bttv_resume()
H A Dbttvp.h417 struct bttv_buffer *cvbi; /* active vbi buffer */ member