Searched refs:rio_dma_prep_xfer (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | rio_drv.h | 401 extern struct dma_async_tx_descriptor *rio_dma_prep_xfer(
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rio_drv.h | 401 extern struct dma_async_tx_descriptor *rio_dma_prep_xfer(
|
/kernel/linux/linux-5.10/drivers/rapidio/ |
H A D | rio.c | 1866 * rio_dma_prep_xfer - RapidIO specific wrapper 1881 struct dma_async_tx_descriptor *rio_dma_prep_xfer(struct dma_chan *dchan, in rio_dma_prep_xfer() function 1900 EXPORT_SYMBOL_GPL(rio_dma_prep_xfer); variable 1922 return rio_dma_prep_xfer(dchan, rdev->destid, data, direction, flags); in rio_dma_prep_slave_sg()
|
/kernel/linux/linux-6.6/drivers/rapidio/ |
H A D | rio.c | 1801 * rio_dma_prep_xfer - RapidIO specific wrapper 1816 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); variable 1857 return rio_dma_prep_xfer(dchan, rdev->destid, data, direction, flags); in rio_dma_prep_slave_sg()
|
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 643 return rio_dma_prep_xfer(chan, transfer->rioid, &tx_data, dir, flags); in prep_dma_xfer()
|
/kernel/linux/linux-6.6/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 643 return rio_dma_prep_xfer(chan, transfer->rioid, &tx_data, dir, flags); in prep_dma_xfer()
|
Completed in 14 milliseconds