Lines Matching refs:mpc_dma
223 struct mpc_dma { struct
247 static inline struct mpc_dma *dma_chan_to_mpc_dma(struct dma_chan *c) in dma_chan_to_mpc_dma()
250 return container_of(mchan, struct mpc_dma, channels[c->chan_id]); in dma_chan_to_mpc_dma()
263 struct mpc_dma *mdma = dma_chan_to_mpc_dma(&mchan->chan); in mpc_dma_execute()
325 static void mpc_dma_irq_process(struct mpc_dma *mdma, u32 is, u32 es, int off) in mpc_dma_irq_process()
358 struct mpc_dma *mdma = data; in mpc_dma_irq()
383 static void mpc_dma_process_completed(struct mpc_dma *mdma) in mpc_dma_process_completed()
427 struct mpc_dma *mdma = (void *)data; in mpc_dma_tasklet()
501 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_alloc_chan_resources()
559 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_free_chan_resources()
617 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_prep_memcpy()
692 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_prep_slave_sg()
848 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_device_terminate_all()
869 struct mpc_dma *mdma; in mpc_dma_probe()
876 mdma = devm_kzalloc(dev, sizeof(struct mpc_dma), GFP_KERNEL); in mpc_dma_probe()
1056 struct mpc_dma *mdma = dev_get_drvdata(dev); in mpc_dma_remove()