Home
last modified time | relevance | path

Searched refs:setup_xfer (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dshdma-base.h99 void (*setup_xfer)(struct shdma_chan *, int); member
/openbmc/linux/drivers/dma/sh/
H A Dshdma-base.c137 ops->setup_xfer(schan, schan->slave_id); in shdma_tx_submit()
994 !sdev->ops->setup_xfer || in shdma_init()
H A Dshdmac.c660 .setup_xfer = sh_dmae_setup_xfer,