Lines Matching defs:msgdma_device
167 * struct msgdma_device - DMA device structure
169 struct msgdma_device {
200 #define to_mdev(chan) container_of(chan, struct msgdma_device, dmachan)
209 static struct msgdma_sw_desc *msgdma_get_descriptor(struct msgdma_device *mdev)
229 static void msgdma_free_descriptor(struct msgdma_device *mdev,
247 static void msgdma_free_desc_list(struct msgdma_device *mdev,
305 struct msgdma_device *mdev = to_mdev(tx->chan);
334 struct msgdma_device *mdev = to_mdev(dchan);
392 struct msgdma_device *mdev = to_mdev(dchan);
463 struct msgdma_device *mdev = to_mdev(dchan);
470 static void msgdma_reset(struct msgdma_device *mdev)
495 static void msgdma_copy_one(struct msgdma_device *mdev,
533 static void msgdma_copy_desc_to_fifo(struct msgdma_device *mdev,
548 static void msgdma_start_transfer(struct msgdma_device *mdev)
570 struct msgdma_device *mdev = to_mdev(chan);
582 static void msgdma_chan_desc_cleanup(struct msgdma_device *mdev)
609 static void msgdma_complete_descriptor(struct msgdma_device *mdev)
626 static void msgdma_free_descriptors(struct msgdma_device *mdev)
639 struct msgdma_device *mdev = to_mdev(dchan);
656 struct msgdma_device *mdev = to_mdev(dchan);
685 struct msgdma_device *mdev = from_tasklet(mdev, t, irq_tasklet);
724 struct msgdma_device *mdev = data;
748 static void msgdma_dev_remove(struct msgdma_device *mdev)
795 struct msgdma_device *mdev;
909 struct msgdma_device *mdev = platform_get_drvdata(pdev);