Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Ddma-axi-dmac.c797 struct device_node *of_channels, *of_chan; in axi_dmac_parse_dt() local
800 of_channels = of_get_child_by_name(dev->of_node, "adi,channels"); in axi_dmac_parse_dt()
801 if (of_channels == NULL) in axi_dmac_parse_dt()
804 for_each_child_of_node(of_channels, of_chan) { in axi_dmac_parse_dt()
808 of_node_put(of_channels); in axi_dmac_parse_dt()
812 of_node_put(of_channels); in axi_dmac_parse_dt()