Searched defs:bottom_offset (Results 1 - 5 of 5) sorted by path

/drivers/media/pci/cx23885/
H A Dcx23885-core.c1126 unsigned int bottom_offset, unsigned int bpl,
1135 if (UNSET != bottom_offset)
1156 if (UNSET != bottom_offset)
1157 rp = cx23885_risc_field(rp, sglist, bottom_offset, 0x200,
1201 unsigned int bottom_offset, unsigned int bpl,
1210 if (UNSET != bottom_offset)
1234 if (UNSET != bottom_offset)
1235 rp = cx23885_risc_field(rp, sglist, bottom_offset, 0x200,
1124 cx23885_risc_buffer(struct pci_dev *pci, struct cx23885_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) argument
1199 cx23885_risc_vbibuffer(struct pci_dev *pci, struct cx23885_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) argument
/drivers/media/pci/cx25821/
H A Dcx25821-core.c1040 unsigned int bottom_offset, unsigned int bpl,
1051 if (UNSET != bottom_offset)
1075 if (UNSET != bottom_offset) {
1076 rp = cx25821_risc_field(rp, sglist, bottom_offset, 0x200, bpl,
1038 cx25821_risc_buffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) argument
H A Dcx25821-video-upstream.c188 unsigned int bottom_offset = bpl; local
221 databuf_offset, bottom_offset,
/drivers/media/pci/cx88/
H A Dcx88-core.c132 unsigned int top_offset, unsigned int bottom_offset,
142 if (UNSET != bottom_offset)
159 if (UNSET != bottom_offset)
160 rp = cx88_risc_field(rp, sglist, bottom_offset, 0x200,
130 cx88_risc_buffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) argument
/drivers/media/pci/tw68/
H A Dtw68-risc.c130 * @bottom_offset offset within the risc program area for the
140 unsigned int bottom_offset,
151 if (UNSET != bottom_offset)
171 if (UNSET != bottom_offset) /* generates SYNCE */
172 rp = tw68_risc_field(rp, sglist, bottom_offset, 2,
136 tw68_risc_buffer(struct pci_dev *pci, struct tw68_buf *buf, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) argument

Completed in 77 milliseconds