Home
last modified time | relevance | path

Searched refs:owl_dma_txd (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/dma/
Dowl-dma.c177 struct owl_dma_txd { struct
206 struct owl_dma_txd *txd;
305 static inline struct owl_dma_txd *to_owl_txd(struct dma_async_tx_descriptor *tx) in to_owl_txd()
307 return container_of(tx, struct owl_dma_txd, vd.tx); in to_owl_txd()
364 static struct owl_dma_lli *owl_dma_add_lli(struct owl_dma_txd *txd, in owl_dma_add_lli()
540 struct owl_dma_txd *txd = to_owl_txd(&vd->tx); in owl_dma_start_next_txd()
641 struct owl_dma_txd *txd; in owl_dma_interrupt()
676 static void owl_dma_free_txd(struct owl_dma *od, struct owl_dma_txd *txd) in owl_dma_free_txd()
692 struct owl_dma_txd *txd = to_owl_txd(&vd->tx); in owl_dma_desc_free()
774 struct owl_dma_txd *txd; in owl_dma_getbytes_chan()
[all …]