Lines Matching refs:mmp_pdma_desc_sw
85 struct mmp_pdma_desc_sw { struct
101 struct mmp_pdma_desc_sw *cyclic_first; /* first desc_sw if channel argument
136 container_of(tx, struct mmp_pdma_desc_sw, async_tx)
138 container_of(lh, struct mmp_pdma_desc_sw, node)
298 struct mmp_pdma_desc_sw *desc; in start_pending_queue()
326 struct mmp_pdma_desc_sw, node); in start_pending_queue()
343 struct mmp_pdma_desc_sw *desc = tx_to_mmp_pdma_desc(tx); in mmp_pdma_tx_submit()
344 struct mmp_pdma_desc_sw *child; in mmp_pdma_tx_submit()
362 static struct mmp_pdma_desc_sw *
365 struct mmp_pdma_desc_sw *desc; in mmp_pdma_alloc_descriptor()
401 sizeof(struct mmp_pdma_desc_sw), in mmp_pdma_alloc_chan_resources()
402 __alignof__(struct mmp_pdma_desc_sw), in mmp_pdma_alloc_chan_resources()
418 struct mmp_pdma_desc_sw *desc, *_desc; in mmp_pdma_free_desc_list()
450 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new; in mmp_pdma_prep_memcpy()
531 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new = NULL; in mmp_pdma_prep_slave_sg()
610 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new; in mmp_pdma_prep_dma_cyclic()
759 struct mmp_pdma_desc_sw *sw; in mmp_pdma_residue()
866 struct mmp_pdma_desc_sw *desc, *_desc; in dma_do_tasklet()