Home
last modified time | relevance | path

Searched refs:bottom_offset (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/media/pci/tw68/
Dtw68-risc.c132 unsigned int bottom_offset, in tw68_risc_buffer() argument
143 if (UNSET != bottom_offset) in tw68_risc_buffer()
164 if (UNSET != bottom_offset) /* generates SYNCE */ in tw68_risc_buffer()
165 rp = tw68_risc_field(rp, sglist, bottom_offset, 2, in tw68_risc_buffer()
Dtw68.h204 unsigned int bottom_offset, unsigned int bpl,
/linux-6.12.1/drivers/media/pci/cx88/
Dcx88-core.c132 unsigned int top_offset, unsigned int bottom_offset, in cx88_risc_buffer() argument
141 if (bottom_offset != UNSET) in cx88_risc_buffer()
165 if (bottom_offset != UNSET) in cx88_risc_buffer()
166 rp = cx88_risc_field(rp, sglist, bottom_offset, 0x200, in cx88_risc_buffer()
Dcx88.h624 unsigned int top_offset, unsigned int bottom_offset,
/linux-6.12.1/drivers/media/pci/cx23885/
Dcx23885-core.c1200 unsigned int bottom_offset, unsigned int bpl, in cx23885_risc_buffer() argument
1209 if (UNSET != bottom_offset) in cx23885_risc_buffer()
1231 if (UNSET != bottom_offset) in cx23885_risc_buffer()
1232 rp = cx23885_risc_field(rp, sglist, bottom_offset, 0x200, in cx23885_risc_buffer()
1277 unsigned int bottom_offset, unsigned int bpl, in cx23885_risc_vbibuffer() argument
1286 if (UNSET != bottom_offset) in cx23885_risc_vbibuffer()
1311 if (UNSET != bottom_offset) in cx23885_risc_vbibuffer()
1312 rp = cx23885_risc_field(rp, sglist, bottom_offset, 0x200, in cx23885_risc_vbibuffer()
Dcx23885.h518 unsigned int top_offset, unsigned int bottom_offset,
523 unsigned int top_offset, unsigned int bottom_offset,
/linux-6.12.1/drivers/media/pci/cx25821/
Dcx25821-core.c1052 unsigned int bottom_offset, unsigned int bpl, in cx25821_risc_buffer() argument
1063 if (UNSET != bottom_offset) in cx25821_risc_buffer()
1087 if (UNSET != bottom_offset) { in cx25821_risc_buffer()
1088 rp = cx25821_risc_field(rp, sglist, bottom_offset, 0x200, bpl, in cx25821_risc_buffer()
Dcx25821.h400 unsigned int bottom_offset,
/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-fw-isys.h375 s32 bottom_offset; member
Dipu6-fw-isys.c404 cfg->crop.bottom_offset); in ipu6_fw_isys_dump_stream_cfg()