Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Drio_drv.h401 extern struct dma_async_tx_descriptor *rio_dma_prep_xfer(
/linux-6.1.9/drivers/rapidio/
Drio.c1816 struct dma_async_tx_descriptor *rio_dma_prep_xfer(struct dma_chan *dchan, in rio_dma_prep_xfer() function
1835 EXPORT_SYMBOL_GPL(rio_dma_prep_xfer);
1857 return rio_dma_prep_xfer(dchan, rdev->destid, data, direction, flags); in rio_dma_prep_slave_sg()
/linux-6.1.9/drivers/rapidio/devices/
Drio_mport_cdev.c643 return rio_dma_prep_xfer(chan, transfer->rioid, &tx_data, dir, flags); in prep_dma_xfer()