Home
last modified time | relevance | path

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

/linux/drivers/media/pci/tw68/
H A Dtw68-risc.c131 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()
H A Dtw68.h203 struct scatterlist *sglist, unsigned int top_offset,
/linux/drivers/gpu/drm/tiny/
H A Dst7735r.c48 unsigned int top_offset; member
148 .top_offset = 3,
229 dbidev->top_offset = cfg->top_offset; in st7735r_probe()
H A Dpanel-mipi-dbi.c265 dbidev->top_offset = vback_porch; in panel_mipi_dbi_get_mode()
/linux/include/linux/mfd/mt6358/
H A Dcore.h16 unsigned int top_offset; member
153 .top_offset = MT6358_##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/mt6357/
H A Dcore.h116 .top_offset = MT6357_##sp##_TOP, \
/linux/include/linux/mfd/mt6359/
H A Dcore.h130 .top_offset = MT6359_##sp##_TOP, \
/linux/drivers/media/pci/cx23885/
H A Dcx23885-core.c1199 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()
H A Dcx23885.h518 unsigned int top_offset, unsigned int bottom_offset,
523 unsigned int top_offset, unsigned int bottom_offset,
/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.h119 unsigned int top_offset; member
/linux/drivers/mfd/
H A Dmt6358-irq.c197 bit = BIT(irqd->pmic_ints[i].top_offset); in mt6358_irq_handler()
/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()
/linux/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c248 ys += dbidev->top_offset; in mipi_dbi_set_window_address()
249 ye += dbidev->top_offset; in mipi_dbi_set_window_address()