Searched refs:fsl_desc_sw (Results 1 – 2 of 2) sorted by relevance
130 static void set_ld_eol(struct fsldma_chan *chan, struct fsl_desc_sw *desc) in set_ld_eol()383 static void append_ld_queue(struct fsldma_chan *chan, struct fsl_desc_sw *desc) in append_ld_queue()385 struct fsl_desc_sw *tail = to_fsl_desc(chan->ld_pending.prev); in append_ld_queue()410 struct fsl_desc_sw *desc = tx_to_fsl_desc(tx); in fsl_dma_tx_submit()411 struct fsl_desc_sw *child; in fsl_dma_tx_submit()446 struct fsl_desc_sw *desc) in fsl_dma_free_descriptor()459 static struct fsl_desc_sw *fsl_dma_alloc_descriptor(struct fsldma_chan *chan) in fsl_dma_alloc_descriptor()461 struct fsl_desc_sw *desc; in fsl_dma_alloc_descriptor()490 struct fsl_desc_sw *desc, *_desc; in fsldma_clean_completed_descriptor()508 struct fsl_desc_sw *desc, dma_cookie_t cookie) in fsldma_run_tx_complete_actions()[all …]
100 struct fsl_desc_sw { struct191 #define to_fsl_desc(lh) container_of(lh, struct fsl_desc_sw, node)192 #define tx_to_fsl_desc(tx) container_of(tx, struct fsl_desc_sw, async_tx)