Lines Matching refs:fsl_desc_sw

134 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()
492 struct fsl_desc_sw *desc, *_desc; in fsldma_clean_completed_descriptor()
510 struct fsl_desc_sw *desc, dma_cookie_t cookie) in fsldma_run_tx_complete_actions()
543 struct fsl_desc_sw *desc) in fsldma_clean_running_descriptor()
573 struct fsl_desc_sw *desc; in fsl_chan_xfer_ld_queue()
604 desc = list_first_entry(&chan->ld_pending, struct fsl_desc_sw, node); in fsl_chan_xfer_ld_queue()
642 struct fsl_desc_sw *desc, *_desc; in fsldma_cleanup_descriptors()
707 sizeof(struct fsl_desc_sw), in fsl_dma_alloc_chan_resources()
708 __alignof__(struct fsl_desc_sw), 0); in fsl_dma_alloc_chan_resources()
728 struct fsl_desc_sw *desc, *_desc; in fsldma_free_desc_list()
737 struct fsl_desc_sw *desc, *_desc; in fsldma_free_desc_list_reverse()
769 struct fsl_desc_sw *first = NULL, *prev = NULL, *new; in fsl_dma_prep_memcpy()
833 struct fsl_desc_sw *first = NULL, *prev = NULL, *new = NULL; in fsl_dma_prep_sg()