/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | c2p_planar.c | 48 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | c2p_planar.c | 48 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()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | pl330.c | 298 unsigned dst_inc:1; member 1444 if (rqc->dst_inc) in _prepare_ccr() 2739 desc->rqcfg.dst_inc = 0; in pl330_prep_dma_cyclic() 2745 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_cyclic() 2795 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_memcpy() 2891 desc->rqcfg.dst_inc = 0; in pl330_prep_slave_sg() 2896 desc->rqcfg.dst_inc = 1; in pl330_prep_slave_sg()
|
H A D | dma-axi-dmac.c | 630 if (!xt->dst_inc || !axi_dmac_check_addr(chan, xt->dst_start)) in axi_dmac_prep_interleaved()
|
H A D | at_xdmac.c | 897 if (xt->dst_inc) { in at_xdmac_interleaved_queue_desc()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | pl330.c | 298 unsigned dst_inc:1; member 1444 if (rqc->dst_inc) in _prepare_ccr() 2737 desc->rqcfg.dst_inc = 0; in pl330_prep_dma_cyclic() 2743 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_cyclic() 2792 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_memcpy() 2886 desc->rqcfg.dst_inc = 0; in pl330_prep_slave_sg() 2891 desc->rqcfg.dst_inc = 1; in pl330_prep_slave_sg()
|
H A D | dma-axi-dmac.c | 634 if (!xt->dst_inc || !axi_dmac_check_addr(chan, xt->dst_start)) in axi_dmac_prep_interleaved()
|
H A D | at_xdmac.c | 1029 if (xt->dst_inc) { in at_xdmac_interleaved_queue_desc()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dmaengine.h | 116 * Ignored for dst(assumed 0), if dst_inc is true and dst_sgl is false. 120 * Ignored if dst_inc is true and dst_sgl is false. 139 * @dst_inc: If the destination address increments after writing to it. 145 * Ignored if dst_inc is false. 155 bool dst_inc; member 1304 return dmaengine_get_icg(xt->dst_inc, xt->dst_sgl, in dmaengine_get_dst_icg()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dmaengine.h | 116 * Ignored for dst(assumed 0), if dst_inc is true and dst_sgl is false. 120 * Ignored if dst_inc is true and dst_sgl is false. 139 * @dst_inc: If the destination address increments after writing to it. 145 * Ignored if dst_inc is false. 155 bool dst_inc; member 1318 return dmaengine_get_icg(xt->dst_inc, xt->dst_sgl, in dmaengine_get_dst_icg()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap/ |
H A D | omap_vout_vrfb.c | 268 xt->dst_inc = true; in omap_vout_prepare_vrfb()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap/ |
H A D | omap_vout_vrfb.c | 268 xt->dst_inc = true; in omap_vout_prepare_vrfb()
|
/kernel/linux/linux-6.6/drivers/dma/dw-edma/ |
H A D | dw-edma-core.c | 423 if (!xfer->xfer.il->src_inc || !xfer->xfer.il->dst_inc) in dw_edma_device_transfer()
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | omap-dma.c | 1339 } else if (xt->dst_inc) { in omap_dma_prep_dma_interleaved()
|
H A D | edma.c | 1314 } else if (xt->dst_inc) { in edma_prep_dma_interleaved()
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | omap-dma.c | 1344 } else if (xt->dst_inc) { in omap_dma_prep_dma_interleaved()
|
H A D | edma.c | 1257 } else if (xt->dst_inc) { in edma_prep_dma_interleaved()
|