Searched defs:bttv_risc_hook (Results 1 - 1 of 1) sorted by relevance

/drivers/media/pci/bt8xx/
H A Dbttv-risc.c554 bttv_risc_hook(struct bttv *btv, int slot, struct btcx_riscmem *risc, function
640 bttv_risc_hook(btv, RISC_SLOT_O_VBI, top, top_irq_flags);
641 bttv_risc_hook(btv, RISC_SLOT_E_VBI, bottom, bottom_irq_flags);
666 bttv_risc_hook(btv, RISC_SLOT_O_FIELD, &set->top->top,
668 bttv_risc_hook(btv, RISC_SLOT_E_FIELD, &set->bottom->bottom,
680 bttv_risc_hook(btv, RISC_SLOT_O_FIELD, &set->top->top,
682 bttv_risc_hook(btv, RISC_SLOT_E_FIELD, NULL, 0);
691 bttv_risc_hook(btv, RISC_SLOT_O_FIELD, NULL, 0);
692 bttv_risc_hook(btv, RISC_SLOT_E_FIELD, &set->bottom->bottom,
697 bttv_risc_hook(bt
[all...]

Completed in 31 milliseconds