Home
last modified time | relevance | path

Searched refs:bttv_set_dma (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttvp.h258 void bttv_set_dma(struct bttv *btv, int override);
Dbttv-driver.c1274 bttv_set_dma(btv,0); in bttv_reinit_bt848()
1541 bttv_set_dma(btv, 0x03); in bttv_switch_overlay()
1693 bttv_set_dma(btv, 0x03); in buffer_queue()
3682 bttv_set_dma(btv, 0); in bttv_irq_timeout()
3761 bttv_set_dma(btv, 0); in bttv_irq_switch_video()
3801 bttv_set_dma(btv, 0); in bttv_irq_switch_vbi()
4328 bttv_set_dma(btv, 0); in bttv_suspend()
4385 bttv_set_dma(btv, 0); in bttv_resume()
Dbttv-vbi.c222 bttv_set_dma(btv,0x0c); in vbi_buffer_queue()
Dbttv-risc.c465 bttv_set_dma(struct bttv *btv, int override) in bttv_set_dma() function