Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof_dma.h52 extern struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec,
86 static inline struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec, in of_dma_simple_xlate() function
/linux-4.4.14/drivers/dma/
Dof-dma.c299 struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec, in of_dma_simple_xlate() function
314 EXPORT_SYMBOL_GPL(of_dma_simple_xlate);
Domap-dma.c1221 of_dma_simple_xlate, &omap_dma_info); in omap_dma_probe()