Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/
H A Dc2p_planar.c48 static inline void store_planar(void *dst, u32 dst_inc, u32 bpp, u32 d[8]) in store_planar() argument
52 for (i = 0; i < bpp; i++, dst += dst_inc) in store_planar()
61 static inline void store_planar_masked(void *dst, u32 dst_inc, u32 bpp, in store_planar_masked() argument
66 for (i = 0; i < bpp; i++, dst += dst_inc) in store_planar_masked()
/linux-6.15/drivers/dma/
H A Dpl330.c298 unsigned dst_inc:1; member
1444 if (rqc->dst_inc) in _prepare_ccr()
2738 desc->rqcfg.dst_inc = 0; in pl330_prep_dma_cyclic()
2744 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_cyclic()
2793 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_memcpy()
2887 desc->rqcfg.dst_inc = 0; in pl330_prep_slave_sg()
2892 desc->rqcfg.dst_inc = 1; in pl330_prep_slave_sg()
H A Ddma-axi-dmac.c762 if (!xt->dst_inc || !axi_dmac_check_addr(chan, xt->dst_start)) in axi_dmac_prep_interleaved()
H A Dat_xdmac.c1029 if (xt->dst_inc) { in at_xdmac_interleaved_queue_desc()
/linux-6.15/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c268 xt->dst_inc = true; in omap_vout_prepare_vrfb()
/linux-6.15/include/linux/
H A Ddmaengine.h155 bool dst_inc; member
1352 return dmaengine_get_icg(xt->dst_inc, xt->dst_sgl, in dmaengine_get_dst_icg()
/linux-6.15/drivers/dma/dw-edma/
H A Ddw-edma-core.c424 if (!xfer->xfer.il->src_inc || !xfer->xfer.il->dst_inc) in dw_edma_device_transfer()
/linux-6.15/drivers/dma/xilinx/
H A Dxdma.c764 dst_addr += dmaengine_get_dst_icg(xt, &xt->sgl[i]) + (xt->dst_inc ? in xdma_prep_interleaved_dma()
/linux-6.15/drivers/dma/ti/
H A Domap-dma.c1343 } else if (xt->dst_inc) { in omap_dma_prep_dma_interleaved()
H A Dedma.c1257 } else if (xt->dst_inc) { in edma_prep_dma_interleaved()