Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Ddma-axi-dmac.c564 struct device_node *of_channels, *of_chan; in axi_dmac_probe() local
589 of_channels = of_get_child_by_name(pdev->dev.of_node, "adi,channels"); in axi_dmac_probe()
590 if (of_channels == NULL) in axi_dmac_probe()
593 for_each_child_of_node(of_channels, of_chan) { in axi_dmac_probe()
597 of_node_put(of_channels); in axi_dmac_probe()
601 of_node_put(of_channels); in axi_dmac_probe()