Searched refs:shdma_dev (Results 1 – 3 of 3) sorted by relevance
34 struct shdma_dev shdma_dev; member59 struct sh_dmae_device, shdma_dev.dma_dev)
164 dev_warn(shdev->shdma_dev.dma_dev.dev, "Can't initialize DMAOR.\n"); in sh_dmae_rst()168 dev_warn(shdev->shdma_dev.dma_dev.dev, in sh_dmae_rst()443 ret = shdma_reset(&shdev->shdma_dev); in sh_dmae_reset()529 struct shdma_dev *sdev = &shdev->shdma_dev; in sh_dmae_chan_probe()577 shdma_for_each_chan(schan, &shdev->shdma_dev, i) { in sh_dmae_chan_remove()727 dma_dev = &shdev->shdma_dev.dma_dev; in sh_dmae_probe()751 shdev->shdma_dev.ops = &sh_dmae_shdma_ops; in sh_dmae_probe()752 shdev->shdma_dev.desc_size = sizeof(struct sh_dmae_desc); in sh_dmae_probe()753 err = shdma_init(&pdev->dev, &shdev->shdma_dev, in sh_dmae_probe()866 err = dma_async_device_register(&shdev->shdma_dev.dma_dev); in sh_dmae_probe()[all …]
37 #define to_shdma_dev(d) container_of(d, struct shdma_dev, dma_dev)54 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_chan_xfer_ld_queue()127 struct shdma_dev *sdev = in shdma_tx_submit()186 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_setup_slave()219 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_alloc_chan_resources()290 struct shdma_dev *sdev; in shdma_chan_filter()466 struct shdma_dev *sdev = to_shdma_dev(chan->device); in shdma_free_chan_resources()518 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_add_desc()678 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_prep_slave_sg()709 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_prep_dma_cyclic()[all …]