Lines Matching refs:mmp_pdma_desc_sw
84 struct mmp_pdma_desc_sw { struct
100 struct mmp_pdma_desc_sw *cyclic_first; /* first desc_sw if channel argument
135 container_of(tx, struct mmp_pdma_desc_sw, async_tx)
137 container_of(lh, struct mmp_pdma_desc_sw, node)
297 struct mmp_pdma_desc_sw *desc; in start_pending_queue()
325 struct mmp_pdma_desc_sw, node); in start_pending_queue()
342 struct mmp_pdma_desc_sw *desc = tx_to_mmp_pdma_desc(tx); in mmp_pdma_tx_submit()
343 struct mmp_pdma_desc_sw *child; in mmp_pdma_tx_submit()
361 static struct mmp_pdma_desc_sw *
364 struct mmp_pdma_desc_sw *desc; in mmp_pdma_alloc_descriptor()
400 sizeof(struct mmp_pdma_desc_sw), in mmp_pdma_alloc_chan_resources()
401 __alignof__(struct mmp_pdma_desc_sw), in mmp_pdma_alloc_chan_resources()
417 struct mmp_pdma_desc_sw *desc, *_desc; in mmp_pdma_free_desc_list()
449 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new; in mmp_pdma_prep_memcpy()
530 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new = NULL; in mmp_pdma_prep_slave_sg()
609 struct mmp_pdma_desc_sw *first = NULL, *prev = NULL, *new; in mmp_pdma_prep_dma_cyclic()
758 struct mmp_pdma_desc_sw *sw; in mmp_pdma_residue()
865 struct mmp_pdma_desc_sw *desc, *_desc; in dma_do_tasklet()