Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dstm32-dma.c184 struct stm32_dma_desc { struct
197 struct stm32_dma_desc *desc; argument
226 static struct stm32_dma_desc *to_stm32_dma_desc(struct virt_dma_desc *vdesc) in to_stm32_dma_desc()
228 return container_of(vdesc, struct stm32_dma_desc, vdesc); in to_stm32_dma_desc()
246 static struct stm32_dma_desc *stm32_dma_alloc_desc(u32 num_sgs) in stm32_dma_alloc_desc()
248 return kzalloc(sizeof(struct stm32_dma_desc) + in stm32_dma_alloc_desc()
845 struct stm32_dma_desc *desc; in stm32_dma_prep_slave_sg()
910 struct stm32_dma_desc *desc; in stm32_dma_prep_dma_cyclic()
991 struct stm32_dma_desc *desc; in stm32_dma_prep_dma_memcpy()
1050 struct stm32_dma_desc *desc, in stm32_dma_desc_residue()
[all …]