Home
last modified time | relevance | path

Searched refs:shdma_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/dma/sh/
H A Dshdma-base.c55 const struct shdma_ops *ops = sdev->ops; in shdma_chan_xfer_ld_queue()
129 const struct shdma_ops *ops = sdev->ops; in shdma_tx_submit()
174 const struct shdma_ops *ops = sdev->ops; in shdma_setup_slave()
207 const struct shdma_ops *ops = sdev->ops; in shdma_alloc_chan_resources()
454 const struct shdma_ops *ops = sdev->ops; in shdma_free_chan_resources()
506 const struct shdma_ops *ops = sdev->ops; in shdma_add_desc()
667 const struct shdma_ops *ops = sdev->ops; in shdma_prep_slave_sg()
699 const struct shdma_ops *ops = sdev->ops; in shdma_prep_dma_cyclic()
757 const struct shdma_ops *ops = sdev->ops; in shdma_terminate_all()
896 const struct shdma_ops *ops = in chan_irq()
[all …]
H A Dshdmac.c653 static const struct shdma_ops sh_dmae_shdma_ops = {
/openbmc/linux/include/linux/
H A Dshdma-base.h91 struct shdma_ops { struct
109 const struct shdma_ops *ops; argument