Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/pci/bt8xx/
Dbttvp.h204 void bttv_set_dma(struct bttv *btv, int override);
Dbttv-driver.c1229 bttv_set_dma(btv,0); in bttv_reinit_bt848()
1493 bttv_set_dma(btv, BT848_CAP_CTL_CAPTURE_ODD | in buf_queue()
2829 bttv_set_dma(btv, 0); in bttv_irq_timeout()
2912 bttv_set_dma(btv, 0); in bttv_irq_switch_video()
2952 bttv_set_dma(btv, 0); in bttv_irq_switch_vbi()
3528 bttv_set_dma(btv, 0); in bttv_suspend()
3562 bttv_set_dma(btv, 0); in bttv_resume()
Dbttv-vbi.c88 bttv_set_dma(btv, BT848_CAP_CTL_CAPTURE_VBI_ODD | in buf_queue_vbi()
Dbttv-risc.c420 void bttv_set_dma(struct bttv *btv, int start_capture) in bttv_set_dma() function