Home
last modified time | relevance | path

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

/drivers/media/pci/cx25821/
Dcx25821-video-upstream.c174 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()
Dcx25821-core.c1039 struct scatterlist *sglist, unsigned int top_offset, in cx25821_risc_buffer() argument
1049 if (UNSET != top_offset) in cx25821_risc_buffer()
1070 if (UNSET != top_offset) { in cx25821_risc_buffer()
1071 rp = cx25821_risc_field(rp, sglist, top_offset, 0, bpl, padding, in cx25821_risc_buffer()
Dcx25821.h410 unsigned int top_offset,
/drivers/media/pci/cx88/
Dcx88-core.c132 unsigned int top_offset, unsigned int bottom_offset, in cx88_risc_buffer() argument
140 if (UNSET != top_offset) in cx88_risc_buffer()
156 if (UNSET != top_offset) in cx88_risc_buffer()
157 rp = cx88_risc_field(rp, sglist, top_offset, 0, in cx88_risc_buffer()
Dcx88.h635 unsigned int top_offset, unsigned int bottom_offset,
/drivers/media/pci/cx23885/
Dcx23885-core.c1150 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_buffer() argument
1159 if (UNSET != top_offset) in cx23885_risc_buffer()
1178 if (UNSET != top_offset) in cx23885_risc_buffer()
1179 rp = cx23885_risc_field(rp, sglist, top_offset, 0, in cx23885_risc_buffer()
1225 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_vbibuffer() argument
1234 if (UNSET != top_offset) in cx23885_risc_vbibuffer()
1255 if (UNSET != top_offset) in cx23885_risc_vbibuffer()
1256 rp = cx23885_risc_field(rp, sglist, top_offset, 6, in cx23885_risc_vbibuffer()
Dcx23885.h522 unsigned int top_offset, unsigned int bottom_offset,
527 unsigned int top_offset, unsigned int bottom_offset,
/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c662 unsigned int left_offset, top_offset; in sh_mobile_ceu_set_rect() local
669 top_offset = cam->ceu_top; in sh_mobile_ceu_set_rect()
703 top_offset /= 2; in sh_mobile_ceu_set_rect()
714 camor = left_offset | (top_offset << 16); in sh_mobile_ceu_set_rect()