Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/
Dowl-dma.c176 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()
[all …]