Home
last modified time | relevance | path

Searched refs:shdma_slave (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/
Dsudmac.h19 struct shdma_slave shdma_slave; /* Set by the platform */ member
Dsh_dma.h22 struct shdma_slave shdma_slave; /* Set by the platform */ member
Dshdma-base.h45 struct shdma_slave { struct
/Linux-v4.19/sound/soc/sh/
Dsiu_pcm.c321 pr_debug("%s: slave ID %d\n", __func__, param->shdma_slave.slave_id); in filter()
323 chan->private = &param->shdma_slave; in filter()
349 param->shdma_slave.slave_id = port ? pdata->dma_slave_tx_b : in siu_pcm_open()
354 param->shdma_slave.slave_id = port ? pdata->dma_slave_rx_b : in siu_pcm_open()
/Linux-v4.19/drivers/usb/renesas_usbhs/
Dfifo.c1218 if (0 == slave->shdma_slave.slave_id) in usbhsf_dma_filter()
1422 fifo->tx_slave.shdma_slave.slave_id = \
1424 fifo->rx_slave.shdma_slave.slave_id = \
/Linux-v4.19/drivers/dma/sh/
Dshdma-base.c212 struct shdma_slave *slave = chan->private; in shdma_alloc_chan_resources()