Home
last modified time | relevance | path

Searched refs:shdma_dev (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dshdma-base.h37 * Drivers, using this library are expected to embed struct shdma_dev,
106 struct shdma_dev { struct
118 bool shdma_reset(struct shdma_dev *sdev);
119 void shdma_chan_probe(struct shdma_dev *sdev,
122 int shdma_init(struct device *dev, struct shdma_dev *sdev,
124 void shdma_cleanup(struct shdma_dev *sdev);
/kernel/linux/linux-6.6/include/linux/
H A Dshdma-base.h37 * Drivers, using this library are expected to embed struct shdma_dev,
106 struct shdma_dev { struct
118 bool shdma_reset(struct shdma_dev *sdev);
119 void shdma_chan_probe(struct shdma_dev *sdev,
122 int shdma_init(struct device *dev, struct shdma_dev *sdev,
124 void shdma_cleanup(struct shdma_dev *sdev);
/kernel/linux/linux-5.10/drivers/dma/sh/
H A Dshdma.h34 struct shdma_dev shdma_dev; member
59 struct sh_dmae_device, shdma_dev.dma_dev)
H A Dshdma-base.c37 #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()
173 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_setup_slave()
206 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_alloc_chan_resources()
277 struct shdma_dev *sdev; in shdma_chan_filter()
453 struct shdma_dev *sdev = to_shdma_dev(chan->device); in shdma_free_chan_resources()
505 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_add_desc()
666 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_prep_slave_sg()
697 struct shdma_dev *sde in shdma_prep_dma_cyclic()
[all...]
H A Dshdmac.c165 dev_warn(shdev->shdma_dev.dma_dev.dev, "Can't initialize DMAOR.\n"); in sh_dmae_rst()
169 dev_warn(shdev->shdma_dev.dma_dev.dev, in sh_dmae_rst()
435 ret = shdma_reset(&shdev->shdma_dev); in sh_dmae_reset()
521 struct shdma_dev *sdev = &shdev->shdma_dev; in sh_dmae_chan_probe()
569 shdma_for_each_chan(schan, &shdev->shdma_dev, i) { in sh_dmae_chan_remove()
720 dma_dev = &shdev->shdma_dev.dma_dev; in sh_dmae_probe()
744 shdev->shdma_dev.ops = &sh_dmae_shdma_ops; in sh_dmae_probe()
745 shdev->shdma_dev.desc_size = sizeof(struct sh_dmae_desc); in sh_dmae_probe()
746 err = shdma_init(&pdev->dev, &shdev->shdma_dev, in sh_dmae_probe()
[all...]
/kernel/linux/linux-6.6/drivers/dma/sh/
H A Dshdma.h34 struct shdma_dev shdma_dev; member
59 struct sh_dmae_device, shdma_dev.dma_dev)
H A Dshdma-base.c37 #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()
173 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_setup_slave()
206 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_alloc_chan_resources()
277 struct shdma_dev *sdev; in shdma_chan_filter()
453 struct shdma_dev *sdev = to_shdma_dev(chan->device); in shdma_free_chan_resources()
505 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_add_desc()
666 struct shdma_dev *sdev = to_shdma_dev(schan->dma_chan.device); in shdma_prep_slave_sg()
697 struct shdma_dev *sde in shdma_prep_dma_cyclic()
[all...]
H A Dshdmac.c164 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()
434 ret = shdma_reset(&shdev->shdma_dev); in sh_dmae_reset()
520 struct shdma_dev *sdev = &shdev->shdma_dev; in sh_dmae_chan_probe()
568 shdma_for_each_chan(schan, &shdev->shdma_dev, i) { in sh_dmae_chan_remove()
718 dma_dev = &shdev->shdma_dev.dma_dev; in sh_dmae_probe()
742 shdev->shdma_dev.ops = &sh_dmae_shdma_ops; in sh_dmae_probe()
743 shdev->shdma_dev.desc_size = sizeof(struct sh_dmae_desc); in sh_dmae_probe()
744 err = shdma_init(&pdev->dev, &shdev->shdma_dev, in sh_dmae_probe()
[all...]

Completed in 7 milliseconds