/drivers/media/pci/tw68/ |
D | tw68-risc.c | 139 unsigned int top_offset, in tw68_risc_buffer() argument 149 if (UNSET != top_offset) in tw68_risc_buffer() 168 if (UNSET != top_offset) /* generates SYNCO */ in tw68_risc_buffer() 169 rp = tw68_risc_field(rp, sglist, top_offset, 1, in tw68_risc_buffer() 173 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
|
D | tw68.h | 213 struct scatterlist *sglist, unsigned int top_offset,
|
/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 1137 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_buffer() argument 1145 if (UNSET != top_offset) in cx23885_risc_buffer() 1165 if (UNSET != top_offset) in cx23885_risc_buffer() 1166 rp = cx23885_risc_field(rp, sglist, top_offset, 0, in cx23885_risc_buffer() 1170 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_buffer() 1212 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_vbibuffer() argument 1220 if (UNSET != top_offset) in cx23885_risc_vbibuffer() 1242 if (UNSET != top_offset) in cx23885_risc_vbibuffer() 1243 rp = cx23885_risc_field(rp, sglist, top_offset, 0, in cx23885_risc_vbibuffer() 1248 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_vbibuffer()
|
D | cx23885.h | 520 unsigned int top_offset, unsigned int bottom_offset, 525 unsigned int top_offset, unsigned int bottom_offset,
|
/drivers/media/pci/cx88/ |
D | cx88-core.c | 137 unsigned int top_offset, unsigned int bottom_offset, in cx88_risc_buffer() argument 144 if (UNSET != top_offset) in cx88_risc_buffer() 163 if (UNSET != top_offset) in cx88_risc_buffer() 164 rp = cx88_risc_field(rp, sglist, top_offset, 0, in cx88_risc_buffer() 168 bpl, padding, lines, 0, top_offset == UNSET); in cx88_risc_buffer()
|
D | cx88.h | 629 unsigned int top_offset, unsigned int bottom_offset,
|
/drivers/media/pci/cx25821/ |
D | cx25821-video-upstream.c | 174 unsigned int top_offset, in cx25821_risc_buffer_upstream() argument 208 if (UNSET != top_offset) { in cx25821_risc_buffer_upstream() 212 databuf_offset, top_offset, 0, bpl, in cx25821_risc_buffer_upstream()
|
D | cx25821-core.c | 1069 struct scatterlist *sglist, unsigned int top_offset, in cx25821_risc_buffer() argument 1079 if (UNSET != top_offset) in cx25821_risc_buffer() 1100 if (UNSET != top_offset) { in cx25821_risc_buffer() 1101 rp = cx25821_risc_field(rp, sglist, top_offset, 0, bpl, padding, in cx25821_risc_buffer() 1107 padding, lines, UNSET == top_offset); in cx25821_risc_buffer()
|
D | cx25821.h | 417 unsigned int top_offset,
|
/drivers/media/platform/soc_camera/ |
D | sh_mobile_ceu_camera.c | 602 unsigned int left_offset, top_offset; in sh_mobile_ceu_set_rect() local 609 top_offset = cam->ceu_top; in sh_mobile_ceu_set_rect() 643 top_offset /= 2; in sh_mobile_ceu_set_rect() 648 camor = left_offset | (top_offset << 16); in sh_mobile_ceu_set_rect()
|