shdma_slave       209 drivers/dma/sh/shdma-base.c 	struct shdma_slave *slave = chan->private;
shdma_slave      1230 drivers/usb/renesas_usbhs/fifo.c 	if (0 == slave->shdma_slave.slave_id)
shdma_slave      1434 drivers/usb/renesas_usbhs/fifo.c 	fifo->tx_slave.shdma_slave.slave_id =				\
shdma_slave      1436 drivers/usb/renesas_usbhs/fifo.c 	fifo->rx_slave.shdma_slave.slave_id =				\
shdma_slave        19 include/linux/sh_dma.h 	struct shdma_slave		shdma_slave;	/* Set by the platform */
shdma_slave       321 sound/soc/sh/siu_pcm.c 	pr_debug("%s: slave ID %d\n", __func__, param->shdma_slave.slave_id);
shdma_slave       323 sound/soc/sh/siu_pcm.c 	chan->private = &param->shdma_slave;
shdma_slave       349 sound/soc/sh/siu_pcm.c 		param->shdma_slave.slave_id = port ? pdata->dma_slave_tx_b :
shdma_slave       354 sound/soc/sh/siu_pcm.c 		param->shdma_slave.slave_id = port ? pdata->dma_slave_rx_b :