Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsh_dma.h19 struct shdma_slave shdma_slave; /* Set by the platform */ member
H A Dshdma-base.h42 struct shdma_slave { struct
/openbmc/linux/sound/soc/sh/
H A Dsiu_pcm.c285 pr_debug("%s: secondary ID %d\n", __func__, param->shdma_slave.slave_id); in filter()
287 chan->private = &param->shdma_slave; in filter()
312 param->shdma_slave.slave_id = port ? pdata->dma_slave_tx_b : in siu_pcm_open()
317 param->shdma_slave.slave_id = port ? pdata->dma_slave_rx_b : in siu_pcm_open()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c1240 if (0 == slave->shdma_slave.slave_id) in usbhsf_dma_filter()
1447 fifo->tx_slave.shdma_slave.slave_id = \
1449 fifo->rx_slave.shdma_slave.slave_id = \
/openbmc/linux/drivers/dma/sh/
H A Dshdma-base.c209 struct shdma_slave *slave = chan->private; in shdma_alloc_chan_resources()