Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-risc.c544 bttv_risc_hook(struct bttv *btv, int slot, struct btcx_riscmem *risc, in bttv_risc_hook() function
629 bttv_risc_hook(btv, RISC_SLOT_O_VBI, top, top_irq_flags); in bttv_buffer_activate_vbi()
630 bttv_risc_hook(btv, RISC_SLOT_E_VBI, bottom, bottom_irq_flags); in bttv_buffer_activate_vbi()
655 bttv_risc_hook(btv, RISC_SLOT_O_FIELD, &set->top->top, in bttv_buffer_activate_video()
657 bttv_risc_hook(btv, RISC_SLOT_E_FIELD, &set->bottom->bottom, in bttv_buffer_activate_video()
669 bttv_risc_hook(btv, RISC_SLOT_O_FIELD, &set->top->top, in bttv_buffer_activate_video()
671 bttv_risc_hook(btv, RISC_SLOT_E_FIELD, NULL, 0); in bttv_buffer_activate_video()
680 bttv_risc_hook(btv, RISC_SLOT_O_FIELD, NULL, 0); in bttv_buffer_activate_video()
681 bttv_risc_hook(btv, RISC_SLOT_E_FIELD, &set->bottom->bottom, in bttv_buffer_activate_video()
686 bttv_risc_hook(btv, RISC_SLOT_O_FIELD, NULL, 0); in bttv_buffer_activate_video()
[all …]
Dbttvp.h247 int bttv_risc_hook(struct bttv *btv, int slot, struct btcx_riscmem *risc,
Dbttv-driver.c3649 bttv_risc_hook(btv, RISC_SLOT_O_FIELD, NULL, 0); in bttv_irq_wakeup_top()