Searched refs:of_dma_xlate (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dof_dma.h21 struct dma_chan *(*of_dma_xlate) member in struct:of_dma
36 struct dma_chan *(*of_dma_xlate)
56 struct dma_chan *(*of_dma_xlate)
/linux-master/drivers/dma/
H A Dof-dma.c77 chan = ofdma_target->of_dma_xlate(&dma_spec_target, ofdma_target);
108 * @of_dma_xlate: translation function which converts a phandle
119 struct dma_chan *(*of_dma_xlate)
125 if (!np || !of_dma_xlate) {
135 ofdma->of_dma_xlate = of_dma_xlate;
202 ofdma->of_dma_xlate = of_dma_router_xlate;
292 chan = ofdma->of_dma_xlate(&dma_spec, ofdma);

Completed in 114 milliseconds