Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Ddma-axi-dmac.c609 struct device_node *of_channels, *of_chan; in axi_dmac_probe() local
636 of_channels = of_get_child_by_name(pdev->dev.of_node, "adi,channels"); in axi_dmac_probe()
637 if (of_channels == NULL) in axi_dmac_probe()
640 for_each_child_of_node(of_channels, of_chan) { in axi_dmac_probe()
644 of_node_put(of_channels); in axi_dmac_probe()
648 of_node_put(of_channels); in axi_dmac_probe()