Searched refs:of_dma_xlate_by_chan_id (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | of_dma.h | 51 extern struct dma_chan *of_dma_xlate_by_chan_id(struct of_phandle_args *dma_spec, 89 #define of_dma_xlate_by_chan_id NULL macro
|
/linux-6.3-rc2/drivers/dma/ |
A D | of-dma.c | 351 struct dma_chan *of_dma_xlate_by_chan_id(struct of_phandle_args *dma_spec, in of_dma_xlate_by_chan_id() function 371 EXPORT_SYMBOL_GPL(of_dma_xlate_by_chan_id);
|
A D | uniphier-mdmac.c | 439 ret = of_dma_controller_register(dev->of_node, of_dma_xlate_by_chan_id, in uniphier_mdmac_probe()
|
A D | altera-msgdma.c | 904 of_dma_xlate_by_chan_id, dma_dev); in msgdma_probe()
|
A D | dma-axi-dmac.c | 1001 of_dma_xlate_by_chan_id, dma_dev); in axi_dmac_probe()
|
A D | mpc512x_dma.c | 1066 of_dma_xlate_by_chan_id, mdma); in mpc_dma_probe()
|
/linux-6.3-rc2/drivers/dma/mediatek/ |
A D | mtk-uart-apdma.c | 563 rc = of_dma_controller_register(np, of_dma_xlate_by_chan_id, mtkd); in mtk_uart_apdma_probe()
|
A D | mtk-cqdma.c | 859 of_dma_xlate_by_chan_id, cqdma); in mtk_cqdma_probe()
|
A D | mtk-hsdma.c | 980 of_dma_xlate_by_chan_id, hsdma); in mtk_hsdma_probe()
|
Completed in 25 milliseconds