Searched refs:dst_inc (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/
H A Dc2p_planar.c48 static inline void store_planar(void *dst, u32 dst_inc, u32 bpp, u32 d[8]) store_planar() argument
52 for (i = 0; i < bpp; i++, dst += dst_inc) store_planar()
61 static inline void store_planar_masked(void *dst, u32 dst_inc, u32 bpp, store_planar_masked() argument
66 for (i = 0; i < bpp; i++, dst += dst_inc) store_planar_masked()
/linux-4.1.27/include/linux/
H A Ddmaengine.h123 * Ignored for dst(assumed 0), if dst_inc is true and dst_sgl is false.
138 * @dst_inc: If the destination address increments after writing to it.
144 * Ignored if dst_inc is false.
154 bool dst_inc; member in struct:dma_interleaved_template
/linux-4.1.27/drivers/dma/
H A Dpl330.c296 unsigned dst_inc:1; member in struct:pl330_reqcfg
1345 if (rqc->dst_inc) _prepare_ccr()
2544 desc->rqcfg.dst_inc = 0; pl330_prep_dma_cyclic()
2550 desc->rqcfg.dst_inc = 1; pl330_prep_dma_cyclic()
2598 desc->rqcfg.dst_inc = 1; pl330_prep_dma_memcpy()
2692 desc->rqcfg.dst_inc = 0; for_each_sg()
2697 desc->rqcfg.dst_inc = 1; for_each_sg()

Completed in 530 milliseconds