Home
last modified time | relevance | path

Searched refs:of_dma_simple_xlate (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dof_dma.h49 extern struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec,
83 static inline struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec, in of_dma_simple_xlate() function
/linux/drivers/dma/
H A Dof-dma.c321 struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec, in of_dma_simple_xlate() function
336 EXPORT_SYMBOL_GPL(of_dma_simple_xlate);
H A Dsprd-dma.c1224 ret = of_dma_controller_register(np, of_dma_simple_xlate, in sprd_dma_probe()
/linux/drivers/dma/ti/
H A Domap-dma.c1824 of_dma_simple_xlate, &omap_dma_info); in omap_dma_probe()