| /drivers/media/pci/tw68/ |
| A D | tw68-risc.c | 131 unsigned int top_offset, in tw68_risc_buffer() argument 141 if (UNSET != top_offset) in tw68_risc_buffer() 161 if (UNSET != top_offset) /* generates SYNCO */ in tw68_risc_buffer() 162 rp = tw68_risc_field(rp, sglist, top_offset, 1, in tw68_risc_buffer() 166 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
|
| A D | tw68.h | 203 struct scatterlist *sglist, unsigned int top_offset,
|
| /drivers/gpu/drm/sitronix/ |
| A D | st7735r.c | 49 unsigned int top_offset; member 149 .top_offset = 3, 230 dbidev->top_offset = cfg->top_offset; in st7735r_probe()
|
| /drivers/media/pci/cx88/ |
| A D | cx88-core.c | 132 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()
|
| A D | cx88.h | 624 unsigned int top_offset, unsigned int bottom_offset,
|
| /drivers/media/pci/cx23885/ |
| A D | cx23885-core.c | 1199 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_buffer() argument 1207 if (UNSET != top_offset) in cx23885_risc_buffer() 1228 if (UNSET != top_offset) in cx23885_risc_buffer() 1229 rp = cx23885_risc_field(rp, sglist, top_offset, 0, in cx23885_risc_buffer() 1233 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_buffer() 1276 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_vbibuffer() argument 1284 if (UNSET != top_offset) in cx23885_risc_vbibuffer() 1307 if (UNSET != top_offset) in cx23885_risc_vbibuffer() 1308 rp = cx23885_risc_field(rp, sglist, top_offset, 0, in cx23885_risc_vbibuffer() 1313 bpl, padding, lines, 0, UNSET == top_offset); 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 | 1051 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()
|
| A D | cx25821.h | 399 unsigned int top_offset,
|
| /drivers/mfd/ |
| A D | mt6358-irq.c | 197 bit = BIT(irqd->pmic_ints[i].top_offset); in mt6358_irq_handler()
|
| /drivers/media/pci/intel/ipu6/ |
| A D | ipu6-fw-isys.h | 373 s32 top_offset; member
|
| A D | ipu6-fw-isys.c | 402 cfg->crop.top_offset); in ipu6_fw_isys_dump_stream_cfg()
|
| /drivers/gpu/drm/tiny/ |
| A D | panel-mipi-dbi.c | 310 dbidev->top_offset = vback_porch; in panel_mipi_dbi_get_mode()
|
| /drivers/media/platform/qcom/iris/ |
| A D | iris_hfi_gen2_response.c | 798 u32 top_offset = inst->crop.top; in iris_hfi_gen2_init_src_change_param() local 804 left_offset << 16 | top_offset; in iris_hfi_gen2_init_src_change_param()
|
| A D | iris_hfi_gen2_command.c | 164 u32 top_offset = inst->crop.top; in iris_hfi_gen2_set_crop_offsets() local 167 payload[0] = FIELD_PREP(GENMASK(31, 16), left_offset) | top_offset; in iris_hfi_gen2_set_crop_offsets()
|
| /drivers/gpu/drm/ |
| A D | drm_mipi_dbi.c | 266 ys += dbidev->top_offset; in mipi_dbi_set_window_address() 267 ye += dbidev->top_offset; in mipi_dbi_set_window_address()
|