Home
last modified time | relevance | path

Searched refs:rio_dma_prep_xfer (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Drio_drv.h393 extern struct dma_async_tx_descriptor *rio_dma_prep_xfer(
/linux-4.1.27/drivers/rapidio/
Drio.c1572 struct dma_async_tx_descriptor *rio_dma_prep_xfer(struct dma_chan *dchan, in rio_dma_prep_xfer() function
1591 EXPORT_SYMBOL_GPL(rio_dma_prep_xfer);
1611 return rio_dma_prep_xfer(dchan, rdev->destid, data, direction, flags); in rio_dma_prep_slave_sg()