Searched refs:stm32_dma_desc (Results 1 – 1 of 1) sorted by relevance
184 struct stm32_dma_desc { struct197 struct stm32_dma_desc *desc; argument226 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 …]