Searched refs:bottom_offset (Results 1 – 12 of 12) sorted by relevance
| /drivers/media/pci/tw68/ |
| A D | tw68-risc.c | 132 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()
|
| A D | tw68.h | 204 unsigned int bottom_offset, unsigned int bpl,
|
| /drivers/media/pci/cx88/ |
| A D | cx88-core.c | 132 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()
|
| A D | cx88.h | 624 unsigned int top_offset, unsigned int bottom_offset,
|
| /drivers/media/pci/cx23885/ |
| A D | cx23885-core.c | 1200 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()
|
| A D | cx23885.h | 519 unsigned int top_offset, unsigned int bottom_offset, 524 unsigned int top_offset, unsigned int bottom_offset,
|
| /drivers/media/pci/cx25821/ |
| A D | cx25821-core.c | 1052 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()
|
| A D | cx25821.h | 400 unsigned int bottom_offset,
|
| /drivers/media/pci/intel/ipu6/ |
| A D | ipu6-fw-isys.h | 375 s32 bottom_offset; member
|
| A D | ipu6-fw-isys.c | 404 cfg->crop.bottom_offset); in ipu6_fw_isys_dump_stream_cfg()
|
| /drivers/media/platform/qcom/iris/ |
| A D | iris_hfi_gen2_response.c | 790 u32 bottom_offset = (pixmp_ip->height - inst->crop.height); in iris_hfi_gen2_init_src_change_param() local 806 right_offset << 16 | bottom_offset; in iris_hfi_gen2_init_src_change_param()
|
| A D | iris_hfi_gen2_command.c | 159 u32 bottom_offset = (inst->fmt_src->fmt.pix_mp.height - inst->crop.height); in iris_hfi_gen2_set_crop_offsets() local 168 payload[1] = FIELD_PREP(GENMASK(31, 16), right_offset) | bottom_offset; in iris_hfi_gen2_set_crop_offsets()
|
Completed in 33 milliseconds