Home
last modified time | relevance | path

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

/drivers/dma/
Dfsldma.c134 static void set_ld_eol(struct fsldma_chan *chan, struct fsl_desc_sw *desc) in set_ld_eol()
384 static void append_ld_queue(struct fsldma_chan *chan, struct fsl_desc_sw *desc) in append_ld_queue()
386 struct fsl_desc_sw *tail = to_fsl_desc(chan->ld_pending.prev); in append_ld_queue()
411 struct fsl_desc_sw *desc = tx_to_fsl_desc(tx); in fsl_dma_tx_submit()
412 struct fsl_desc_sw *child; in fsl_dma_tx_submit()
447 struct fsl_desc_sw *desc) in fsl_dma_free_descriptor()
460 static struct fsl_desc_sw *fsl_dma_alloc_descriptor(struct fsldma_chan *chan) in fsl_dma_alloc_descriptor()
462 struct fsl_desc_sw *desc; in fsl_dma_alloc_descriptor()
491 struct fsl_desc_sw *desc, *_desc; in fsldma_clean_completed_descriptor()
509 struct fsl_desc_sw *desc, dma_cookie_t cookie) in fsldma_run_tx_complete_actions()
[all …]
Dfsldma.h101 struct fsl_desc_sw { struct
192 #define to_fsl_desc(lh) container_of(lh, struct fsl_desc_sw, node)
193 #define tx_to_fsl_desc(tx) container_of(tx, struct fsl_desc_sw, async_tx)