Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Ddmaengine.h890 struct dma_async_tx_descriptor *(*device_prep_dma_memcpy_sg)( member
1069 if (!chan || !chan->device || !chan->device->device_prep_dma_memcpy_sg) in dmaengine_prep_dma_memcpy_sg()
1072 return chan->device->device_prep_dma_memcpy_sg(chan, dst_sg, dst_nents, in dmaengine_prep_dma_memcpy_sg()
/linux-5.19.10/drivers/dma/
Ddmaengine.c1156 if (dma_has_cap(DMA_MEMCPY_SG, device->cap_mask) && !device->device_prep_dma_memcpy_sg) { in dma_async_device_register()
/linux-5.19.10/drivers/dma/xilinx/
Dxilinx_dma.c3245 xdev->common.device_prep_dma_memcpy_sg = xilinx_cdma_prep_memcpy_sg; in xilinx_dma_probe()