Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Ddmaengine.h923 struct dma_async_tx_descriptor *(*device_prep_peripheral_dma_vec)( member
1002 if (!chan || !chan->device || !chan->device->device_prep_peripheral_dma_vec) in dmaengine_prep_peripheral_dma_vec()
1005 return chan->device->device_prep_peripheral_dma_vec(chan, vecs, nents, in dmaengine_prep_peripheral_dma_vec()
/linux-6.12.1/drivers/dma/
Ddma-axi-dmac.c1103 dma_dev->device_prep_peripheral_dma_vec = axi_dmac_prep_peripheral_dma_vec; in axi_dmac_probe()
/linux-6.12.1/Documentation/driver-api/dmaengine/
Dprovider.rst436 - ``device_prep_peripheral_dma_vec``