Searched refs:of_dma_simple_xlate (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | of_dma.h | 49 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
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of_dma.h | 49 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
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | of-dma.c | 301 * of_dma_simple_xlate - Simple DMA engine translation function 311 struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec, in of_dma_simple_xlate() function 326 EXPORT_SYMBOL_GPL(of_dma_simple_xlate); variable
|
H A D | milbeaut-xdmac.c | 357 of_dma_simple_xlate, mdev); in milbeaut_xdmac_probe()
|
H A D | sprd-dma.c | 1217 ret = of_dma_controller_register(np, of_dma_simple_xlate, in sprd_dma_probe()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | of-dma.c | 311 * of_dma_simple_xlate - Simple DMA engine translation function 321 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); variable
|
H A D | milbeaut-xdmac.c | 356 of_dma_simple_xlate, mdev); in milbeaut_xdmac_probe()
|
H A D | sprd-dma.c | 1217 ret = of_dma_controller_register(np, of_dma_simple_xlate, in sprd_dma_probe()
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | omap-dma.c | 1817 of_dma_simple_xlate, &omap_dma_info); in omap_dma_probe()
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | omap-dma.c | 1823 of_dma_simple_xlate, &omap_dma_info); in omap_dma_probe()
|
Completed in 12 milliseconds