Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
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-v4.19/drivers/dma/
Dof-dma.c307 struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec, in of_dma_simple_xlate() function
322 EXPORT_SYMBOL_GPL(of_dma_simple_xlate);
Dsprd-dma.c953 ret = of_dma_controller_register(np, of_dma_simple_xlate, in sprd_dma_probe()
/Linux-v4.19/drivers/dma/ti/
Domap-dma.c1584 of_dma_simple_xlate, &omap_dma_info); in omap_dma_probe()