dst_icg           982 drivers/dma/at_xdmac.c 			size_t src_icg = 0, dst_icg = 0;
dst_icg           987 drivers/dma/at_xdmac.c 			dst_icg = dmaengine_get_dst_icg(xt, chunk);
dst_icg           991 drivers/dma/at_xdmac.c 			dst_skip = chunk->size + dst_icg;
dst_icg           995 drivers/dma/at_xdmac.c 				__func__, chunk->size, src_icg, dst_icg);
dst_icg           607 drivers/dma/dma-axi-dmac.c 	size_t dst_icg, src_icg;
dst_icg           625 drivers/dma/dma-axi-dmac.c 	dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]);
dst_icg           632 drivers/dma/dma-axi-dmac.c 		if (xt->sgl[0].size + dst_icg > chan->max_length ||
dst_icg           636 drivers/dma/dma-axi-dmac.c 		if (dst_icg != 0 || src_icg != 0)
dst_icg           655 drivers/dma/dma-axi-dmac.c 		desc->sg[0].dest_stride = xt->sgl[0].size + dst_icg;
dst_icg          1222 drivers/dma/ti/omap-dma.c 	size_t src_icg, dst_icg;
dst_icg          1250 drivers/dma/ti/omap-dma.c 	dst_icg = dmaengine_get_dst_icg(xt, &xt->sgl[0]);
dst_icg          1266 drivers/dma/ti/omap-dma.c 	if (dst_icg) {
dst_icg          1269 drivers/dma/ti/omap-dma.c 		sg->fi = dst_icg + 1;
dst_icg           241 drivers/media/platform/omap/omap_vout_vrfb.c 	size_t dst_icg;
dst_icg           254 drivers/media/platform/omap/omap_vout_vrfb.c 	dst_icg = MAX_PIXELS_PER_LINE * pixsize - vout->pix.width * vout->bpp;
dst_icg           262 drivers/media/platform/omap/omap_vout_vrfb.c 	xt->sgl[0].icg = dst_icg;
dst_icg           124 include/linux/dmaengine.h 	size_t dst_icg;
dst_icg          1139 include/linux/dmaengine.h 				 chunk->icg, chunk->dst_icg);