Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dstm32-mdma.c260 struct stm32_mdma_desc { struct
272 struct stm32_mdma_desc *desc; argument
306 static struct stm32_mdma_desc *to_stm32_mdma_desc(struct virt_dma_desc *vdesc) in to_stm32_mdma_desc()
308 return container_of(vdesc, struct stm32_mdma_desc, vdesc); in to_stm32_mdma_desc()
347 static struct stm32_mdma_desc *stm32_mdma_alloc_desc( in stm32_mdma_alloc_desc()
350 struct stm32_mdma_desc *desc; in stm32_mdma_alloc_desc()
380 struct stm32_mdma_desc *desc = to_stm32_mdma_desc(vdesc); in stm32_mdma_desc_free()
700 struct stm32_mdma_desc *desc, in stm32_mdma_setup_hwdesc()
737 struct stm32_mdma_desc *desc, in stm32_mdma_setup_xfer()
796 struct stm32_mdma_desc *desc; in stm32_mdma_prep_slave_sg()
[all …]