Searched refs:fsl_desc_sw (Results 1 – 2 of 2) sorted by relevance
134 static void set_ld_eol(struct fsldma_chan *chan, struct fsl_desc_sw *desc) in set_ld_eol()387 static void append_ld_queue(struct fsldma_chan *chan, struct fsl_desc_sw *desc) in append_ld_queue()389 struct fsl_desc_sw *tail = to_fsl_desc(chan->ld_pending.prev); in append_ld_queue()414 struct fsl_desc_sw *desc = tx_to_fsl_desc(tx); in fsl_dma_tx_submit()415 struct fsl_desc_sw *child; in fsl_dma_tx_submit()450 struct fsl_desc_sw *desc) in fsl_dma_free_descriptor()463 static struct fsl_desc_sw *fsl_dma_alloc_descriptor(struct fsldma_chan *chan) in fsl_dma_alloc_descriptor()465 struct fsl_desc_sw *desc; in fsl_dma_alloc_descriptor()494 struct fsl_desc_sw *desc, *_desc; in fsldma_clean_completed_descriptor()512 struct fsl_desc_sw *desc, dma_cookie_t cookie) in fsldma_run_tx_complete_actions()[all …]
105 struct fsl_desc_sw { struct196 #define to_fsl_desc(lh) container_of(lh, struct fsl_desc_sw, node)197 #define tx_to_fsl_desc(tx) container_of(tx, struct fsl_desc_sw, async_tx)