Searched refs:top_offset (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/media/pci/tw68/ |
| D | tw68-risc.c | 131 unsigned int top_offset, in tw68_risc_buffer() argument 141 if (UNSET != top_offset) in tw68_risc_buffer() 160 if (UNSET != top_offset) /* generates SYNCO */ in tw68_risc_buffer() 161 rp = tw68_risc_field(rp, sglist, top_offset, 1, in tw68_risc_buffer() 165 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
|
| D | tw68.h | 203 struct scatterlist *sglist, unsigned int top_offset,
|
| /Linux-v5.4/drivers/media/pci/cx88/ |
| D | cx88-core.c | 132 unsigned int top_offset, unsigned int bottom_offset, in cx88_risc_buffer() argument 139 if (top_offset != UNSET) in cx88_risc_buffer() 161 if (top_offset != UNSET) in cx88_risc_buffer() 162 rp = cx88_risc_field(rp, sglist, top_offset, 0, in cx88_risc_buffer() 167 top_offset == UNSET); in cx88_risc_buffer()
|
| D | cx88.h | 623 unsigned int top_offset, unsigned int bottom_offset,
|
| /Linux-v5.4/drivers/media/pci/cx23885/ |
| D | cx23885-core.c | 1199 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_buffer() argument 1207 if (UNSET != top_offset) in cx23885_risc_buffer() 1227 if (UNSET != top_offset) in cx23885_risc_buffer() 1228 rp = cx23885_risc_field(rp, sglist, top_offset, 0, in cx23885_risc_buffer() 1232 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_buffer() 1274 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_vbibuffer() argument 1282 if (UNSET != top_offset) in cx23885_risc_vbibuffer() 1304 if (UNSET != top_offset) in cx23885_risc_vbibuffer() 1305 rp = cx23885_risc_field(rp, sglist, top_offset, 0, in cx23885_risc_vbibuffer() 1310 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_vbibuffer()
|
| D | cx23885.h | 517 unsigned int top_offset, unsigned int bottom_offset, 522 unsigned int top_offset, unsigned int bottom_offset,
|
| /Linux-v5.4/drivers/media/pci/cx25821/ |
| D | cx25821-core.c | 1056 struct scatterlist *sglist, unsigned int top_offset, in cx25821_risc_buffer() argument 1066 if (UNSET != top_offset) in cx25821_risc_buffer() 1087 if (UNSET != top_offset) { in cx25821_risc_buffer() 1088 rp = cx25821_risc_field(rp, sglist, top_offset, 0, bpl, padding, in cx25821_risc_buffer() 1094 padding, lines, UNSET == top_offset); in cx25821_risc_buffer()
|
| D | cx25821.h | 400 unsigned int top_offset,
|