Lines Matching refs:msgdma_device

170 struct msgdma_device {  struct
201 #define to_mdev(chan) container_of(chan, struct msgdma_device, dmachan) argument
210 static struct msgdma_sw_desc *msgdma_get_descriptor(struct msgdma_device *mdev) in msgdma_get_descriptor()
230 static void msgdma_free_descriptor(struct msgdma_device *mdev, in msgdma_free_descriptor()
248 static void msgdma_free_desc_list(struct msgdma_device *mdev, in msgdma_free_desc_list()
306 struct msgdma_device *mdev = to_mdev(tx->chan); in msgdma_tx_submit()
335 struct msgdma_device *mdev = to_mdev(dchan); in msgdma_prep_memcpy()
393 struct msgdma_device *mdev = to_mdev(dchan); in msgdma_prep_slave_sg()
464 struct msgdma_device *mdev = to_mdev(dchan); in msgdma_dma_config()
471 static void msgdma_reset(struct msgdma_device *mdev) in msgdma_reset()
496 static void msgdma_copy_one(struct msgdma_device *mdev, in msgdma_copy_one()
534 static void msgdma_copy_desc_to_fifo(struct msgdma_device *mdev, in msgdma_copy_desc_to_fifo()
549 static void msgdma_start_transfer(struct msgdma_device *mdev) in msgdma_start_transfer()
571 struct msgdma_device *mdev = to_mdev(chan); in msgdma_issue_pending()
583 static void msgdma_chan_desc_cleanup(struct msgdma_device *mdev) in msgdma_chan_desc_cleanup()
607 static void msgdma_complete_descriptor(struct msgdma_device *mdev) in msgdma_complete_descriptor()
624 static void msgdma_free_descriptors(struct msgdma_device *mdev) in msgdma_free_descriptors()
637 struct msgdma_device *mdev = to_mdev(dchan); in msgdma_free_chan_resources()
654 struct msgdma_device *mdev = to_mdev(dchan); in msgdma_alloc_chan_resources()
683 struct msgdma_device *mdev = from_tasklet(mdev, t, irq_tasklet); in msgdma_tasklet()
730 struct msgdma_device *mdev = data; in msgdma_irq_handler()
754 static void msgdma_dev_remove(struct msgdma_device *mdev) in msgdma_dev_remove()
808 struct msgdma_device *mdev; in msgdma_probe()
927 struct msgdma_device *mdev = platform_get_drvdata(pdev); in msgdma_remove()