Searched refs:udma_desc (Results 1 – 1 of 1) sorted by relevance
215 struct udma_desc { struct281 struct udma_desc *desc;282 struct udma_desc *terminated_desc;324 static inline struct udma_desc *to_udma_desc(struct dma_async_tx_descriptor *t) in to_udma_desc()326 return container_of(t, struct udma_desc, vd.tx); in to_udma_desc()490 static inline dma_addr_t udma_curr_cppi5_desc_paddr(struct udma_desc *d, in udma_curr_cppi5_desc_paddr()496 static inline void *udma_curr_cppi5_desc_vaddr(struct udma_desc *d, int idx) in udma_curr_cppi5_desc_vaddr()501 static struct udma_desc *udma_udma_desc_from_paddr(struct udma_chan *uc, in udma_udma_desc_from_paddr()504 struct udma_desc *d = uc->terminated_desc; in udma_udma_desc_from_paddr()528 static void udma_free_hwdesc(struct udma_chan *uc, struct udma_desc *d) in udma_free_hwdesc()[all …]