Lines Matching refs:stm32_dma3_swdesc
265 struct stm32_dma3_swdesc { struct
291 struct stm32_dma3_swdesc *swdesc; argument
316 static inline struct stm32_dma3_swdesc *to_stm32_dma3_swdesc(struct virt_dma_desc *vdesc) in to_stm32_dma3_swdesc()
318 return container_of(vdesc, struct stm32_dma3_swdesc, vdesc); in to_stm32_dma3_swdesc()
361 struct stm32_dma3_swdesc *swdesc) in stm32_dma3_chan_dump_hwdesc()
387 static struct stm32_dma3_swdesc *stm32_dma3_chan_desc_alloc(struct stm32_dma3_chan *chan, u32 count) in stm32_dma3_chan_desc_alloc()
390 struct stm32_dma3_swdesc *swdesc; in stm32_dma3_chan_desc_alloc()
435 struct stm32_dma3_swdesc *swdesc) in stm32_dma3_chan_desc_free()
447 struct stm32_dma3_swdesc *swdesc = to_stm32_dma3_swdesc(vdesc); in stm32_dma3_chan_vdesc_free()
485 struct stm32_dma3_swdesc *swdesc, in stm32_dma3_chan_prep_hwdesc()
811 static int stm32_dma3_chan_get_curr_hwdesc(struct stm32_dma3_swdesc *swdesc, u32 cllr, u32 *residue) in stm32_dma3_chan_get_curr_hwdesc()
835 struct stm32_dma3_swdesc *swdesc, in stm32_dma3_chan_set_residue()
1150 struct stm32_dma3_swdesc *swdesc; in stm32_dma3_prep_dma_memcpy()
1201 struct stm32_dma3_swdesc *swdesc; in stm32_dma3_prep_slave_sg()
1284 struct stm32_dma3_swdesc *swdesc; in stm32_dma3_prep_dma_cyclic()
1445 struct stm32_dma3_swdesc *swdesc = NULL; in stm32_dma3_tx_status()