Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/sh/
Dshdma-base.c58 const struct shdma_ops *ops = sdev->ops; in shdma_chan_xfer_ld_queue()
132 const struct shdma_ops *ops = sdev->ops; in shdma_tx_submit()
177 const struct shdma_ops *ops = sdev->ops; in shdma_setup_slave()
210 const struct shdma_ops *ops = sdev->ops; in shdma_alloc_chan_resources()
457 const struct shdma_ops *ops = sdev->ops; in shdma_free_chan_resources()
509 const struct shdma_ops *ops = sdev->ops; in shdma_add_desc()
670 const struct shdma_ops *ops = sdev->ops; in shdma_prep_slave_sg()
702 const struct shdma_ops *ops = sdev->ops; in shdma_prep_dma_cyclic()
760 const struct shdma_ops *ops = sdev->ops; in shdma_terminate_all()
857 const struct shdma_ops *ops = sdev->ops; in shdma_reset()
[all …]
Dsudmac.c319 static const struct shdma_ops sudmac_shdma_ops = {
Drcar-hpbdma.c489 static const struct shdma_ops hpb_dmae_ops = {
Dshdmac.c663 static const struct shdma_ops sh_dmae_shdma_ops = {
/linux-4.4.14/include/linux/
Dshdma-base.h94 struct shdma_ops { struct
112 const struct shdma_ops *ops; argument