Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dowl-dma.c165 struct owl_dma_txd { struct
193 struct owl_dma_txd *txd;
287 static inline struct owl_dma_txd *to_owl_txd(struct dma_async_tx_descriptor *tx) in to_owl_txd()
289 return container_of(tx, struct owl_dma_txd, vd.tx); in to_owl_txd()
337 static struct owl_dma_lli *owl_dma_add_lli(struct owl_dma_txd *txd, in owl_dma_add_lli()
451 struct owl_dma_txd *txd = to_owl_txd(&vd->tx); in owl_dma_start_next_txd()
549 struct owl_dma_txd *txd; in owl_dma_interrupt()
584 static void owl_dma_free_txd(struct owl_dma *od, struct owl_dma_txd *txd) in owl_dma_free_txd()
600 struct owl_dma_txd *txd = to_owl_txd(&vd->tx); in owl_dma_desc_free()
633 struct owl_dma_txd *txd; in owl_dma_getbytes_chan()
[all …]