Searched refs:bttv_risc_packed (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 35 bttv_risc_packed(struct bttv *btv, struct btcx_riscmem *risc, in bttv_risc_packed() function 529 r = bttv_risc_packed(btv, &buf->top, list, 0, bpl, padding, in bttv_buffer_risc_vbi() 537 r = bttv_risc_packed(btv, &buf->bottom, list, offset, bpl, in bttv_buffer_risc_vbi() 678 r = bttv_risc_packed(btv, &buf->top, list, 0, bpl, 0, in bttv_buffer_risc() 682 r = bttv_risc_packed(btv, &buf->bottom, list, 0, bpl, in bttv_buffer_risc() 686 r = bttv_risc_packed(btv, &buf->top, list, 0, bpl, in bttv_buffer_risc() 688 r = bttv_risc_packed(btv, &buf->bottom, list, bpl, in bttv_buffer_risc() 692 r = bttv_risc_packed(btv, &buf->top, list, 0, bpl, 0, in bttv_buffer_risc() 694 r = bttv_risc_packed(btv, &buf->bottom, list, bpf, in bttv_buffer_risc() 793 r = bttv_risc_packed(btv, &buf->top, list, 0, RAW_BPL, 0, 0, in bttv_buffer_risc() [all …]
|
D | bttvp.h | 197 int bttv_risc_packed(struct bttv *btv, struct btcx_riscmem *risc,
|