Searched refs:device_prep_peripheral_dma_vec (Results 1 – 4 of 4) sorted by relevance
929 struct dma_async_tx_descriptor *(*device_prep_peripheral_dma_vec)( member1005 if (!chan || !chan->device || !chan->device->device_prep_peripheral_dma_vec) in dmaengine_prep_peripheral_dma_vec()1008 return chan->device->device_prep_peripheral_dma_vec(chan, vecs, nents, in dmaengine_prep_peripheral_dma_vec()
1118 dma_dev->device_prep_peripheral_dma_vec = axi_dmac_prep_peripheral_dma_vec; in axi_dmac_probe()
441 - ``device_prep_peripheral_dma_vec``
3314 xdev->common.device_prep_peripheral_dma_vec = xilinx_dma_prep_peripheral_dma_vec; in xilinx_dma_probe()