Home
last modified time | relevance | path

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

/openbmc/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.c2586 btv->cvbi ? (unsigned long long)btv->cvbi->top.dma : 0, in bttv_print_riscaddr()
2587 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0); in bttv_print_riscaddr()
2823 ovbi = btv->cvbi; in bttv_irq_timeout()
2825 btv->cvbi = NULL; in bttv_irq_timeout()
2936 old = btv->cvbi; in bttv_irq_switch_vbi()
2949 btv->cvbi = new; in bttv_irq_switch_vbi()
3522 btv->state.vbi = btv->cvbi; in bttv_suspend()
3558 btv->cvbi = btv->state.vbi; in bttv_resume()
3561 bttv_buffer_activate_vbi(btv, btv->cvbi); in bttv_resume()
H A Dbttvp.h417 struct bttv_buffer *cvbi; /* active vbi buffer */ member