Searched refs:top_offset (Results 1 – 8 of 8) sorted by relevance
/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 | 1039 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()
|
D | cx25821.h | 410 unsigned int top_offset,
|
/drivers/media/pci/cx88/ |
D | cx88-core.c | 132 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()
|
D | cx88.h | 635 unsigned int top_offset, unsigned int bottom_offset,
|
/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 1150 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()
|
D | cx23885.h | 522 unsigned int top_offset, unsigned int bottom_offset, 527 unsigned int top_offset, unsigned int bottom_offset,
|
/drivers/media/platform/soc_camera/ |
D | sh_mobile_ceu_camera.c | 662 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()
|