Lines Matching refs:mpc_dma_desc
194 struct mpc_dma_desc { struct
264 struct mpc_dma_desc *first = NULL; in mpc_dma_execute()
265 struct mpc_dma_desc *prev = NULL; in mpc_dma_execute()
266 struct mpc_dma_desc *mdesc; in mpc_dma_execute()
271 struct mpc_dma_desc, node); in mpc_dma_execute()
328 struct mpc_dma_desc *mdesc; in mpc_dma_irq_process()
387 struct mpc_dma_desc *mdesc; in mpc_dma_process_completed()
476 struct mpc_dma_desc *mdesc; in mpc_dma_tx_submit()
480 mdesc = container_of(txd, struct mpc_dma_desc, desc); in mpc_dma_tx_submit()
503 struct mpc_dma_desc *mdesc; in mpc_dma_alloc_chan_resources()
519 mdesc = kzalloc(sizeof(struct mpc_dma_desc), GFP_KERNEL); in mpc_dma_alloc_chan_resources()
561 struct mpc_dma_desc *mdesc, *tmp; in mpc_dma_free_chan_resources()
619 struct mpc_dma_desc *mdesc = NULL; in mpc_dma_prep_memcpy()
626 mdesc = list_first_entry(&mchan->free, struct mpc_dma_desc, in mpc_dma_prep_memcpy()
694 struct mpc_dma_desc *mdesc = NULL; in mpc_dma_prep_slave_sg()
714 struct mpc_dma_desc, node); in mpc_dma_prep_slave_sg()