Searched refs:device_prep_peripheral_dma_vec (Results 1 – 2 of 2) sorted by relevance
938 struct dma_async_tx_descriptor *(*device_prep_peripheral_dma_vec)( member1041 if (!chan || !chan->device || !chan->device->device_prep_peripheral_dma_vec) in dmaengine_prep_peripheral_dma_vec()1044 return chan->device->device_prep_peripheral_dma_vec(chan, vecs, nents, in dmaengine_prep_peripheral_dma_vec()
3330 xdev->common.device_prep_peripheral_dma_vec = xilinx_dma_prep_peripheral_dma_vec; in xilinx_dma_probe()