Searched refs:of_dma_xlate_by_chan_id (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H 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
|
/openbmc/linux/drivers/dma/ |
H 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);
|
H A D | uniphier-mdmac.c | 439 ret = of_dma_controller_register(dev->of_node, of_dma_xlate_by_chan_id, in uniphier_mdmac_probe()
|
H A D | altera-msgdma.c | 903 of_dma_xlate_by_chan_id, dma_dev); in msgdma_probe()
|
H A D | mpc512x_dma.c | 1066 of_dma_xlate_by_chan_id, mdma); in mpc_dma_probe()
|
H A D | dma-axi-dmac.c | 1000 of_dma_xlate_by_chan_id, dma_dev); in axi_dmac_probe()
|
/openbmc/linux/drivers/dma/mediatek/ |
H A D | mtk-uart-apdma.c | 560 rc = of_dma_controller_register(np, of_dma_xlate_by_chan_id, mtkd); in mtk_uart_apdma_probe()
|
H A D | mtk-cqdma.c | 858 of_dma_xlate_by_chan_id, cqdma); in mtk_cqdma_probe()
|
H A D | mtk-hsdma.c | 979 of_dma_xlate_by_chan_id, hsdma); in mtk_hsdma_probe()
|