Searched refs:udma_desc (Results 1 – 1 of 1) sorted by relevance
215 struct udma_desc { struct280 struct udma_desc *desc;281 struct udma_desc *terminated_desc;325 static inline struct udma_desc *to_udma_desc(struct dma_async_tx_descriptor *t) in to_udma_desc()327 return container_of(t, struct udma_desc, vd.tx); in to_udma_desc()491 static inline dma_addr_t udma_curr_cppi5_desc_paddr(struct udma_desc *d, in udma_curr_cppi5_desc_paddr()497 static inline void *udma_curr_cppi5_desc_vaddr(struct udma_desc *d, int idx) in udma_curr_cppi5_desc_vaddr()502 static struct udma_desc *udma_udma_desc_from_paddr(struct udma_chan *uc, in udma_udma_desc_from_paddr()505 struct udma_desc *d = uc->terminated_desc; in udma_udma_desc_from_paddr()529 static void udma_free_hwdesc(struct udma_chan *uc, struct udma_desc *d) in udma_free_hwdesc()[all …]