Lines Matching refs:owl_dma_txd
176 struct owl_dma_txd { struct
205 struct owl_dma_txd *txd;
304 static inline struct owl_dma_txd *to_owl_txd(struct dma_async_tx_descriptor *tx) in to_owl_txd()
306 return container_of(tx, struct owl_dma_txd, vd.tx); in to_owl_txd()
363 static struct owl_dma_lli *owl_dma_add_lli(struct owl_dma_txd *txd, in owl_dma_add_lli()
539 struct owl_dma_txd *txd = to_owl_txd(&vd->tx); in owl_dma_start_next_txd()
640 struct owl_dma_txd *txd; in owl_dma_interrupt()
675 static void owl_dma_free_txd(struct owl_dma *od, struct owl_dma_txd *txd) in owl_dma_free_txd()
691 struct owl_dma_txd *txd = to_owl_txd(&vd->tx); in owl_dma_desc_free()
773 struct owl_dma_txd *txd; in owl_dma_getbytes_chan()
810 struct owl_dma_txd *txd; in owl_dma_tx_status()
872 struct owl_dma_txd *txd; in owl_dma_prep_memcpy()
924 struct owl_dma_txd *txd; in owl_dma_prep_slave_sg()
989 struct owl_dma_txd *txd; in owl_prep_dma_cyclic()