Home
last modified time | relevance | path

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

/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
/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 = \
/linux/drivers/dma/sh/
H A Dshdma-base.c222 struct shdma_slave *slave = chan->private; in shdma_alloc_chan_resources()