Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
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/drivers/dma/
A Dpl330.c298 unsigned dst_inc:1; member
1438 if (rqc->dst_inc) in _prepare_ccr()
2723 desc->rqcfg.dst_inc = 0; in pl330_prep_dma_cyclic()
2729 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_cyclic()
2779 desc->rqcfg.dst_inc = 1; in pl330_prep_dma_memcpy()
2875 desc->rqcfg.dst_inc = 0; in pl330_prep_slave_sg()
2880 desc->rqcfg.dst_inc = 1; in pl330_prep_slave_sg()
A Ddma-axi-dmac.c630 if (!xt->dst_inc || !axi_dmac_check_addr(chan, xt->dst_start)) in axi_dmac_prep_interleaved()
A Dat_xdmac.c952 if (xt->dst_inc) { in at_xdmac_interleaved_queue_desc()
/linux/include/linux/
A Ddmaengine.h155 bool dst_inc; member
1313 return dmaengine_get_icg(xt->dst_inc, xt->dst_sgl, in dmaengine_get_dst_icg()
/linux/drivers/media/platform/omap/
A Domap_vout_vrfb.c268 xt->dst_inc = true; in omap_vout_prepare_vrfb()
/linux/drivers/dma/ti/
A Domap-dma.c1339 } else if (xt->dst_inc) { in omap_dma_prep_dma_interleaved()
A Dedma.c1314 } else if (xt->dst_inc) { in edma_prep_dma_interleaved()

Completed in 44 milliseconds