/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_damage_helper.c | 77 uint32_t num_clips, uint32_t src_inc) in convert_clip_rect_to_rect() 84 src += src_inc; in convert_clip_rect_to_rect() 75 convert_clip_rect_to_rect(const struct drm_clip_rect *src, struct drm_mode_rect *dest, uint32_t num_clips, uint32_t src_inc) convert_clip_rect_to_rect() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_damage_helper.c | 40 uint32_t num_clips, uint32_t src_inc) in convert_clip_rect_to_rect() 47 src += src_inc; in convert_clip_rect_to_rect() 38 convert_clip_rect_to_rect(const struct drm_clip_rect *src, struct drm_mode_rect *dest, uint32_t num_clips, uint32_t src_inc) convert_clip_rect_to_rect() argument
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | pl330.c | 299 unsigned src_inc:1; member 1441 if (rqc->src_inc) in _prepare_ccr() 2391 if (desc->rqcfg.src_inc) { in pl330_get_current_xferred_count() 2738 desc->rqcfg.src_inc = 1; in pl330_prep_dma_cyclic() 2744 desc->rqcfg.src_inc = 0; in pl330_prep_dma_cyclic() 2794 desc->rqcfg.src_inc = 1; in pl330_prep_dma_memcpy() 2890 desc->rqcfg.src_inc = 1; in pl330_prep_slave_sg() 2895 desc->rqcfg.src_inc = 0; in pl330_prep_slave_sg()
|
H A D | dma-axi-dmac.c | 625 if (!xt->src_inc || !axi_dmac_check_addr(chan, xt->src_start)) in axi_dmac_prep_interleaved()
|
H A D | at_xdmac.c | 890 if (xt->src_inc) { in at_xdmac_interleaved_queue_desc()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | pl330.c | 299 unsigned src_inc:1; member 1441 if (rqc->src_inc) in _prepare_ccr() 2389 if (desc->rqcfg.src_inc) { in pl330_get_current_xferred_count() 2736 desc->rqcfg.src_inc = 1; in pl330_prep_dma_cyclic() 2742 desc->rqcfg.src_inc = 0; in pl330_prep_dma_cyclic() 2791 desc->rqcfg.src_inc = 1; in pl330_prep_dma_memcpy() 2885 desc->rqcfg.src_inc = 1; in pl330_prep_slave_sg() 2890 desc->rqcfg.src_inc = 0; in pl330_prep_slave_sg()
|
H A D | dma-axi-dmac.c | 629 if (!xt->src_inc || !axi_dmac_check_addr(chan, xt->src_start)) in axi_dmac_prep_interleaved()
|
H A D | at_xdmac.c | 1022 if (xt->src_inc) { in at_xdmac_interleaved_queue_desc()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dmaengine.h | 117 * Ignored for src(assumed 0), if src_inc is true and src_sgl is false. 123 * Ignored if src_inc is true and src_sgl is false. 138 * @src_inc: If the source address increments after reading from it. 142 * Ignored if src_inc is false. 154 bool src_inc; member 1311 return dmaengine_get_icg(xt->src_inc, xt->src_sgl, in dmaengine_get_src_icg()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dmaengine.h | 117 * Ignored for src(assumed 0), if src_inc is true and src_sgl is false. 123 * Ignored if src_inc is true and src_sgl is false. 138 * @src_inc: If the source address increments after reading from it. 142 * Ignored if src_inc is false. 154 bool src_inc; member 1325 return dmaengine_get_icg(xt->src_inc, xt->src_sgl, in dmaengine_get_src_icg()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap/ |
H A D | omap_vout_vrfb.c | 266 xt->src_inc = true; in omap_vout_prepare_vrfb()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap/ |
H A D | omap_vout_vrfb.c | 266 xt->src_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 | 1324 } else if (xt->src_inc) { in omap_dma_prep_dma_interleaved()
|
H A D | edma.c | 1303 } else if (xt->src_inc) { in edma_prep_dma_interleaved()
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | omap-dma.c | 1329 } else if (xt->src_inc) { in omap_dma_prep_dma_interleaved()
|
H A D | edma.c | 1246 } else if (xt->src_inc) { in edma_prep_dma_interleaved()
|