Lines Matching defs:msgdma_device
168 * struct msgdma_device - DMA device structure
170 struct msgdma_device {
201 #define to_mdev(chan) container_of(chan, struct msgdma_device, dmachan)
210 static struct msgdma_sw_desc *msgdma_get_descriptor(struct msgdma_device *mdev)
230 static void msgdma_free_descriptor(struct msgdma_device *mdev,
248 static void msgdma_free_desc_list(struct msgdma_device *mdev,
306 struct msgdma_device *mdev = to_mdev(tx->chan);
335 struct msgdma_device *mdev = to_mdev(dchan);
393 struct msgdma_device *mdev = to_mdev(dchan);
464 struct msgdma_device *mdev = to_mdev(dchan);
471 static void msgdma_reset(struct msgdma_device *mdev)
496 static void msgdma_copy_one(struct msgdma_device *mdev,
534 static void msgdma_copy_desc_to_fifo(struct msgdma_device *mdev,
549 static void msgdma_start_transfer(struct msgdma_device *mdev)
571 struct msgdma_device *mdev = to_mdev(chan);
583 static void msgdma_chan_desc_cleanup(struct msgdma_device *mdev)
608 static void msgdma_complete_descriptor(struct msgdma_device *mdev)
625 static void msgdma_free_descriptors(struct msgdma_device *mdev)
638 struct msgdma_device *mdev = to_mdev(dchan);
655 struct msgdma_device *mdev = to_mdev(dchan);
684 struct msgdma_device *mdev = from_tasklet(mdev, t, irq_tasklet);
731 struct msgdma_device *mdev = data;
755 static void msgdma_dev_remove(struct msgdma_device *mdev)
809 struct msgdma_device *mdev;
928 struct msgdma_device *mdev = platform_get_drvdata(pdev);