Lines Matching refs:mpc_dma_desc
184 struct mpc_dma_desc { struct
257 struct mpc_dma_desc *first = NULL; in mpc_dma_execute()
258 struct mpc_dma_desc *prev = NULL; in mpc_dma_execute()
259 struct mpc_dma_desc *mdesc; in mpc_dma_execute()
264 struct mpc_dma_desc, node); in mpc_dma_execute()
321 struct mpc_dma_desc *mdesc; in mpc_dma_irq_process()
380 struct mpc_dma_desc *mdesc; in mpc_dma_process_completed()
463 struct mpc_dma_desc *mdesc; in mpc_dma_tx_submit()
467 mdesc = container_of(txd, struct mpc_dma_desc, desc); in mpc_dma_tx_submit()
490 struct mpc_dma_desc *mdesc; in mpc_dma_alloc_chan_resources()
506 mdesc = kzalloc(sizeof(struct mpc_dma_desc), GFP_KERNEL); in mpc_dma_alloc_chan_resources()
548 struct mpc_dma_desc *mdesc, *tmp; in mpc_dma_free_chan_resources()
606 struct mpc_dma_desc *mdesc = NULL; in mpc_dma_prep_memcpy()
613 mdesc = list_first_entry(&mchan->free, struct mpc_dma_desc, in mpc_dma_prep_memcpy()
690 struct mpc_dma_desc *mdesc = NULL; in mpc_dma_prep_slave_sg()
710 struct mpc_dma_desc, node); in mpc_dma_prep_slave_sg()