Searched refs:udma_desc (Results 1 – 1 of 1) sorted by relevance
216 struct udma_desc { struct282 struct udma_desc *desc;283 struct udma_desc *terminated_desc;327 static inline struct udma_desc *to_udma_desc(struct dma_async_tx_descriptor *t) in to_udma_desc()329 return container_of(t, struct udma_desc, vd.tx); in to_udma_desc()493 static inline dma_addr_t udma_curr_cppi5_desc_paddr(struct udma_desc *d, in udma_curr_cppi5_desc_paddr()499 static inline void *udma_curr_cppi5_desc_vaddr(struct udma_desc *d, int idx) in udma_curr_cppi5_desc_vaddr()504 static struct udma_desc *udma_udma_desc_from_paddr(struct udma_chan *uc, in udma_udma_desc_from_paddr()507 struct udma_desc *d = uc->terminated_desc; in udma_udma_desc_from_paddr()531 static void udma_free_hwdesc(struct udma_chan *uc, struct udma_desc *d) in udma_free_hwdesc()[all …]