Searched refs:top_offset (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/media/pci/tw68/ |
D | tw68-risc.c | 140 unsigned int top_offset, in tw68_risc_buffer() argument 150 if (UNSET != top_offset) in tw68_risc_buffer() 169 if (UNSET != top_offset) /* generates SYNCO */ in tw68_risc_buffer() 170 rp = tw68_risc_field(rp, sglist, top_offset, 1, in tw68_risc_buffer() 174 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
|
D | tw68.h | 213 struct scatterlist *sglist, unsigned int top_offset,
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-core.c | 141 unsigned int top_offset, unsigned int bottom_offset, in cx88_risc_buffer() argument 148 if (top_offset != UNSET) in cx88_risc_buffer() 170 if (top_offset != UNSET) in cx88_risc_buffer() 171 rp = cx88_risc_field(rp, sglist, top_offset, 0, in cx88_risc_buffer() 176 top_offset == UNSET); in cx88_risc_buffer()
|
D | cx88.h | 633 unsigned int top_offset, unsigned int bottom_offset,
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 1191 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_buffer() argument 1199 if (UNSET != top_offset) in cx23885_risc_buffer() 1219 if (UNSET != top_offset) in cx23885_risc_buffer() 1220 rp = cx23885_risc_field(rp, sglist, top_offset, 0, in cx23885_risc_buffer() 1224 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_buffer() 1266 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_vbibuffer() argument 1274 if (UNSET != top_offset) in cx23885_risc_vbibuffer() 1296 if (UNSET != top_offset) in cx23885_risc_vbibuffer() 1297 rp = cx23885_risc_field(rp, sglist, top_offset, 0, in cx23885_risc_vbibuffer() 1302 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_vbibuffer()
|
D | cx23885.h | 526 unsigned int top_offset, unsigned int bottom_offset, 531 unsigned int top_offset, unsigned int bottom_offset,
|
/Linux-v4.19/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 1066 struct scatterlist *sglist, unsigned int top_offset, in cx25821_risc_buffer() argument 1076 if (UNSET != top_offset) in cx25821_risc_buffer() 1097 if (UNSET != top_offset) { in cx25821_risc_buffer() 1098 rp = cx25821_risc_field(rp, sglist, top_offset, 0, bpl, padding, in cx25821_risc_buffer() 1104 padding, lines, UNSET == top_offset); in cx25821_risc_buffer()
|
D | cx25821.h | 411 unsigned int top_offset,
|
/Linux-v4.19/drivers/media/platform/soc_camera/ |
D | sh_mobile_ceu_camera.c | 603 unsigned int left_offset, top_offset; in sh_mobile_ceu_set_rect() local 610 top_offset = cam->ceu_top; in sh_mobile_ceu_set_rect() 644 top_offset /= 2; in sh_mobile_ceu_set_rect() 649 camor = left_offset | (top_offset << 16); in sh_mobile_ceu_set_rect()
|