Searched refs:udma_desc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | k3-udma.c | 160 struct udma_desc { struct 216 struct udma_desc *desc; 217 struct udma_desc *terminated_desc; 260 static inline struct udma_desc *to_udma_desc(struct dma_async_tx_descriptor *t) in to_udma_desc() 262 return container_of(t, struct udma_desc, vd.tx); in to_udma_desc() 388 static inline dma_addr_t udma_curr_cppi5_desc_paddr(struct udma_desc *d, in udma_curr_cppi5_desc_paddr() 394 static inline void *udma_curr_cppi5_desc_vaddr(struct udma_desc *d, int idx) in udma_curr_cppi5_desc_vaddr() 399 static struct udma_desc *udma_udma_desc_from_paddr(struct udma_chan *uc, in udma_udma_desc_from_paddr() 402 struct udma_desc *d = uc->terminated_desc; in udma_udma_desc_from_paddr() 426 static void udma_free_hwdesc(struct udma_chan *uc, struct udma_desc * [all...] |
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | k3-udma.c | 216 struct udma_desc { struct 282 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 * [all...] |
Completed in 6 milliseconds