Home
last modified time | relevance | path

Searched refs:top_offset (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/media/pci/tw68/
Dtw68-risc.c140 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()
Dtw68.h213 struct scatterlist *sglist, unsigned int top_offset,
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-core.c141 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()
Dcx88.h633 unsigned int top_offset, unsigned int bottom_offset,
/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23885-core.c1191 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()
Dcx23885.h526 unsigned int top_offset, unsigned int bottom_offset,
531 unsigned int top_offset, unsigned int bottom_offset,
/Linux-v4.19/drivers/media/pci/cx25821/
Dcx25821-core.c1066 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()
Dcx25821.h411 unsigned int top_offset,
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c603 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()