Home
last modified time | relevance | path

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

/linux/include/linux/mfd/mt6358/
H A Dcore.h16 unsigned int top_offset; member
153 .top_offset = MT6358_##sp##_TOP, \
/linux/include/linux/mfd/mt6357/
H A Dcore.h116 .top_offset = MT6357_##sp##_TOP, \
/linux/drivers/media/pci/cx88/
H A Dcx88-core.c132 unsigned int top_offset, unsigned int bottom_offset, in cx88_risc_buffer() argument
139 if (top_offset != UNSET) in cx88_risc_buffer()
162 if (top_offset != UNSET) in cx88_risc_buffer()
163 rp = cx88_risc_field(rp, sglist, top_offset, 0, in cx88_risc_buffer()
168 top_offset == UNSET); in cx88_risc_buffer()
H A Dcx88.h624 unsigned int top_offset, unsigned int bottom_offset,
/linux/include/linux/mfd/mt6359/
H A Dcore.h130 .top_offset = MT6359_##sp##_TOP, \
/linux/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen2_command.c218 u32 left_offset, top_offset; in iris_hfi_gen2_set_crop_offsets() local
226 top_offset = inst->crop.top; in iris_hfi_gen2_set_crop_offsets()
231 top_offset = inst->compose.top; in iris_hfi_gen2_set_crop_offsets()
237 top_offset = inst->crop.top; in iris_hfi_gen2_set_crop_offsets()
240 payload[0] = FIELD_PREP(GENMASK(31, 16), left_offset) | top_offset; in iris_hfi_gen2_set_crop_offsets()
/linux/drivers/media/pci/cx25821/
H A Dcx25821-core.c1051 struct scatterlist *sglist, unsigned int top_offset, in cx25821_risc_buffer() argument
1061 if (UNSET != top_offset) in cx25821_risc_buffer()
1082 if (UNSET != top_offset) { in cx25821_risc_buffer()
1083 rp = cx25821_risc_field(rp, sglist, top_offset, 0, bpl, padding, in cx25821_risc_buffer()
1089 padding, lines, UNSET == top_offset); in cx25821_risc_buffer()
H A Dcx25821.h399 unsigned int top_offset,
/linux/include/drm/
H A Ddrm_mipi_dbi.h129 unsigned int top_offset; member
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-isys.h373 s32 top_offset; member
H A Dipu6-fw-isys.c402 cfg->crop.top_offset); in ipu6_fw_isys_dump_stream_cfg()